admiral\admiral.hK_Gdescription.exto^\hull3\briefing\blufor.sqf\hull3\briefing\civilian.sqf\hull3\briefing\indfor.sqf\hull3\briefing\opfor.sqf;chull3\hull3.h\{hull3\LICENSE\8init.sqf\mission.sqm;cclass Admiral { isEnabled = 1; isBehaviorEnabled = 0; class Camp { defaultUnitTemplate = "CUP_USMC_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_USMC_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_USMC_WD"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class CUP_USMC_WD { technicals[] = {"CUP_B_HMMWV_M2_USMC","CUP_B_HMMWV_M1114_USMC"}; armour[] = {"CUP_B_LAV25_USMC"}; }; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Tanoa Thunder"; onLoadMission = "Made with Hull3"; author = "HawKitsune"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 56; }; 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 = 3; 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 = 0; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; };// BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** 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 "]]; // 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","
We are launching an invasion of US held Tanoa for the importance of it's airfields and docks

ENEMY FORCES
US Marines inf and armor

FRIENDLY FORCES
PLA Marines "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
We need to complete these objectives before the main invasion force arrives
We can do these in any order

First up is clearing out the enemy Camp Camp
Second we need to destroy some Artillery on the small island
Finally we need to clear the Airfield and destroy enemy assets on it

If possible we will clear the town of defenders but that is a secondary objective "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Move though the objectives in any order
Destroy enemy assets

MOVEMENT PLAN
By foot and BTR90 and boat

FIRE SUPPORT PLAN
BTR 90's

SPECIAL TASKS
N/A "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Swim to the boats don't jump off the walkway you will injure yourself

Boats should be loaded from front to back

The APC's can move pass between the boats without issue "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by HawKitsune "]]; 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_CH_MAR { gear = "CAR95_CN"; uniform = "CN_MAR"; }; }; };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.raP version6EditorDatasourceNameark_co55_tanoa_thunderaddonsCUP_WheeledVehicles_BTR90A3_Boat_F_Exp_Boat_Armed_01ark_ai_sentryark_clear_cargoCUP_TrackedVehicles_M270CUP_Creatures_Military_USMCCUP_Creatures_Military_USArmyCUP_WheeledVehicles_HMMWVCUP_TrackedVehicles_M113A3_Characters_Face_nouniformrestrictionsCharacters_f_lxWSA3_Ui_FadmiralA3_Structures_F_Exp_Military_FortificationsA3_Structures_F_Mil_FortificationA3_Structures_F_Exp_Military_ContainerBasesA3_Structures_F_Mil_CargoCUP_WheeledVehicles_MTVRCUP_AirVehicles_AV8BCUP_AirVehicles_MH60SCUP_AirVehicles_MV22A3_Air_F_Heli_Light_02CUP_Creatures_Military_Russiaark_ace_rearmCUP_WaterVehicles_FregataCUP_WaterVehicles_LPDAddonsMetaDatadlcsCUP_VehiclesExpansionCUP_UnitsrandomSeedScenarioDataCustomAttributesMission moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider;MarkerIDProviderNLayerIndexProvideraCameratnextIDNnextIDanextIDtposWFVC9EdirE6>+TI1?up=>T?>asideT?(ListitemsItem0Item1`Item2Item3PItem4Item5 Item6[Item7Item8Item9H Item10 Item11T Item12 Item13Z Item14 Item15 Item16 Item17 Item18= Item19 Item20 Item218Item22Item23Item24EclassNameCUP_WheeledVehicles_BTR90nameCUP_WheeledVehicles_BTR90`classNameA3_Boat_F_ExpnameArma 3 Apex - Boats and SubmersiblesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgPclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgclassNameCUP_TrackedVehicles_M270nameCUP_TrackedVehicles_M270 classNameCUP_Creatures_Military_USMCnameCUP_Creatures_Military_USMC[classNameCUP_Creatures_Military_USArmynameCUP_Creatures_Military_USArmyclassNameCUP_WheeledVehicles_HMMWVnameCUP_WheeledVehicles_HMMWVclassNameCUP_TrackedVehicles_M113nameCUP_TrackedVehicles_M113H classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/T classNameCharacters_f_lxWSnameArma 3 Western Sahara - Characters and ClothingauthorRotators Collectiveurlhttps://www.arma3.com classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comZ classNameAdmiralnameadmiralauthorKami classNameA3_Structures_F_ExpnameArma 3 Apex - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_WheeledVehicles_MTVRnameCUP_WheeledVehicles_MTVR classNameCUP_AirVehicles_AV8BnameCUP_AirVehicles_AV8B= classNameCUP_AirVehicles_MH60SnameCUP_AirVehicles_MH60S classNameCUP_AirVehicles_MV22nameCUP_AirVehicles_MV22 classNameA3_Air_FnameArma 3 Alpha - AircraftauthorBohemia Interactiveurlhttps://www.arma3.com8classNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_RussiaclassNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.orgclassNameCUP_WaterVehicles_FregatanameCUP_WaterVehicles_FregataEclassNameCUP_WaterVehicles_LPDnameCUP_WaterVehicles_LPDauthorHawKitsuneHeadergameTypeCoopminPlayersmaxPlayers7Category0nameMultiplayerAttribute0HAttribute1nAttributespropertyRespawnButtonexpressiontrueValuedatasingleTypeSCALARvalue?propertyRespawnTemplatesexpressiontrueValuedata singleTypeARRAYvalue-itemsItem0JdataZsingleTypeSTRINGvalueNoneIntelEntities!ConnectionsbriefingNameark_co55_tanoa_thunderoverviewText1 APC per SquadtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayTF^.@SEanglesi@>Z=&lockLOCKED&Attribute0 'nAttributes(propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuee'(datau'(singleTypeSTRINGvalue[[[["CUP_arifle_M4A1","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]( dataTypeObjectPositionInfo)sideEmptyflagsAttributesW)idtypeCUP_B_M270_HE_USMCatlOffsetdCustomAttributesk) +position( >F@Eangles:?W)lockLOCKEDk)Attribute0)nAttributes +propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value) +data) +singleTypeSTRINGvalue[[[["CUP_arifle_M4A1","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] + dataTypeObjectPositionInfo+sideEmptyflagsAttributes+idtypeCUP_B_M270_HE_USMCatlOffset_CustomAttributes+-position;F@Eangles1@][@+lockLOCKED+Attribute0,nAttributes-propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueu,-data,-singleTypeSTRINGvalue[[[["CUP_arifle_M4A1","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]-dataTypeLayernameArty Obj DefEntities-idatlOffsetsB57itemsItem0#.Item1%0Item252Item3457dataTypeGroupsideWestEntities.AttributesY/CrewLinksr/idatlOffsetsB%0itemsItem0.Y/dataTypeObjectPositionInfo/sideWestflagsAttributesS/idtypeCUP_B_USMC_CrewY/position=FX@Eangles ?S/Y/behaviourCOMBATr/LinkIDProvider/Links/%0nextID/itemsItem0/%0linkIDitem0item1CustomData0%0roleturretPath%0dataTypeGroupsideWestEntities0Attributesi1CrewLinks1idatlOffsetsB52itemsItem00i1dataTypeObjectPositionInfo+1sideWestflagsAttributesc1idtypeCUP_B_US_CrewatlOffset`ei1position^@c1i1behaviourCOMBAT1LinkIDProvider1Links152nextID1itemsItem0152linkIDitem0item1CustomData252roleturretPath52 dataTypeObjectPositionInfo2sideWestflagsAttributes3idtypeCUP_B_HMMWV_Avenger_USMCatlOffsetCustomAttributes34position=F(AcEangles ?33Attribute0<3nAttributes4propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value34data34singleTypeSTRINGvalue[[[["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]4 dataTypeObjectPositionInfoQ5sideWestflagsAttributes5idtypeCUP_B_M163_USAatlOffset`eCustomAttributes557position ^@55Attribute05nAttributes57propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value657data!657singleTypeSTRINGvalue[[[["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]57dataTypeLayernamePlayersEntities7idatlOffset@?8itemsItem0J8Item1?Item2BItem3oIItem4PItem5VItem6NZItem7`Item8xgItem9nItem10tItem11Item12Item13Item14}Item15Z8dataTypeGroupsideEastEntities8Attributes?idatlOffset;;?itemsItem08Item1:Item2<Item3=?dataTypeObjectPositionInfo`9sideEastflagsAttributes9idtypeO_officer_FatlOffset;;:position{XFOAgEEangles)I@9skill?rankCAPTAINinit [this, ["faction", "MNP_CH_MAR"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Commanding Officer@COisPlayerisPlayable:dataTypeObjectPositionInfo:sideEastflagsAttributes5;idtypeO_medic_FatlOffset;;<position%wXFOAEEanglesH@5;skill?rankSERGEANTinit [this, ["faction", "MNP_CH_MAR"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Platoon Medic@COisPlayable<dataTypeObjectPositionInfo<sideEastflagsAttributes<idtypeO_Soldier_FatlOffset;;=position0qXFOA9EEanglesH@<skill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Platoon Rifleman@COisPlayable=dataTypeObjectPositionInfo>sideEastflagsAttributes9>idtypeO_officer_FatlOffset;;?position+lXFOAEEanglesH@9>skill?rankLIEUTENANTinit [this, ["faction", "MNP_CH_MAR"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Executive Officer@COisPlayable??dataTypeGroupsideEastEntitiesu?AttributesBidatlOffset;;BitemsItem0?Item15ABdataTypeObjectPositionInfo@sideEastflagsAttributesV@idtypeO_Soldier_SL_FatlOffset;;5ApositionuXFOAzEEanglesK@V@skill?rankSERGEANTinit [this, ["faction", "MNP_CH_MAR"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha Squad Leader@Alpha SLisPlayable5AdataTypeObjectPositionInfoAsideEastflagsAttributesAidtypeO_medic_FatlOffset;;BpositionoXFOAEEanglesK@Askill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha Squad Medic@Alpha SLisPlayableBBdataTypeGroupsideEastEntities)CAttributesiIid atlOffset:;oIitemsItem0gCItem1EItem2FItem3GiIdataTypeObjectPositionInfoCsideEastflagsAttributes Did typeO_Soldier_TL_FatlOffset:;Eposition|XFOA'FEangles%E@ Dskill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 1 Fireteam Leader@Alpha 1isPlayableEdataTypeObjectPositionInfoEsideEastflagsAttributesEid typeO_Soldier_AR_FatlOffset:;FpositionJvXFOA)FEangles%E@Eskill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 1 Automatic Rifleman@Alpha 1isPlayableFdataTypeObjectPositionInfoGsideEastflagsAttributes;Gid typeO_Soldier_A_FatlOffset:;GpositiontoXFOA+FEangles%E@;Gskill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayableGdataTypeObjectPositionInfoHsideEastflagsAttributesHid typeO_Soldier_LAT_FatlOffset:;iIpositiongXFOAa#FEangles%E@Hskill?init[this, ["faction", "MNP_CH_MAR"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 1 Rifleman (AT)@Alpha 1isPlayableiIoIdataTypeGroupsideEastEntitiesIAttributes PidatlOffset:;PitemsItem0JItem1KItem2#MItem3N PdataTypeObjectPositionInfoJsideEastflagsAttributesJidtypeO_Soldier_TL_FatlOffset:;Kposition|XFOA VFEangles%E@Jskill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 2 Fireteam Leader@Alpha 2isPlayableKdataTypeObjectPositionInfo$LsideEastflagsAttributes\LidtypeO_Soldier_AR_FatlOffset:;#MpositionuXFOAXFEangles%E@\Lskill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 2 Automatic Rifleman@Alpha 2isPlayable#MdataTypeObjectPositionInfoMsideEastflagsAttributesMidtypeO_Soldier_A_FatlOffset:;NpositionTnXFOAXFEangles%E@Mskill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayableNdataTypeObjectPositionInfoOsideEastflagsAttributesWOidtypeO_Soldier_LAT_FatlOffset:; Pposition>gXFOAWFEangles%E@WOskill?init[this, ["faction", "MNP_CH_MAR"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 2 Rifleman (AT)@Alpha 2isPlayable PPdataTypeGroupsideEastEntitiesiPAttributesVidatlOffset:;VitemsItem0PItem1CRItem2SItem31UVdataTypeObjectPositionInfo(QsideEastflagsAttributes`QidtypeO_Soldier_TL_FatlOffset:;CRposition}XFOAۉFEangles%E@`Qskill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Alpha 3 Fireteam Leader@Alpha 3isPlayableCRdataTypeObjectPositionInfoRsideEastflagsAttributesRidtypeO_Soldier_AR_FatlOffset39SpositionvXFOAAttribute1ďnAttributes@propertyspeakerexpression_this setspeaker _value;ValueďdataďsingleTypeSTRINGvalueMale01PERďpropertypitchexpression_this setpitch _value;Value @data@singleTypeSCALARvalue ׃?@ dataTypeObjectPositionInfoאsideEastflagsAttributesid8typeO_Soldier_AR_FatlOffsetE;CustomAttributespositionXFoAGEanglesD@skill?rankCORPORALinit [this, ["faction", "MNP_CH_MAR"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Charlie 3 Automatic Rifleman (JIP)@Charlie 3isPlayableAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuebdatarsingleTypeSTRINGvalueMale02PERpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalueQx? dataTypeObjectPositionInfosideEastflagsAttributesid9typeO_Soldier_A_FatlOffset!;CustomAttributespositionXF/AcGEanglesD@skill?init[this, ["faction", "MNP_CH_MAR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Charlie 3 Assistant Automatic Rifleman (JIP)@Charlie 3isPlayableAttribute0Attribute1qnAttributespropertyspeakerexpression_this setspeaker _value;Value5qdataEqsingleTypeSTRINGvalueMale03PERqpropertypitchexpression_this setpitch _value;ValuedataǕsingleTypeSCALARvalueG? dataTypeObjectPositionInfosideEastflagsAttributesid:typeO_Soldier_LAT_FatlOffset>;CustomAttributesypositionxXFAwGEanglesD@skill?init[this, ["faction", "MNP_CH_MAR"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionPLAN Marines - Charlie 3 Rifleman (AT) (JIP)@Charlie 3isPlayableyAttribute0Attribute17nAttributespropertyspeakerexpression_this setspeaker _value;Value7data 7singleTypeSTRINGvalueMale03PER7propertypitchexpression_this setpitch _value;Value}datasingleTypeSCALARvalue\?dataTypeGroupsideEastEntitiesAttributeswid?atlOffset:;}itemsItem0FItem1#Item2͞w dataTypeObjectPositionInfoיsideEastflagsAttributesid<typeO_crew_FatlOffset:;CustomAttributes#positionXFOAtEEangles I@skill?rankSERGEANTinit [this, ["faction", "MNP_CH_MAR"], ["gear", "VC"], ["marker", "APC1", "ColorRed"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 1 Commander@IFV 1isPlayableAttribute0!Attribute1nAttributes#propertyspeakerexpression_this setspeaker _value;Valuekdata{singleTypeSTRINGvalueMale01PERpropertypitchexpression_this setpitch _value;Value#data#singleTypeSCALARvalue?# dataTypeObjectPositionInfosideEastflagsAttributesid=typeO_crew_FatlOffset;;CustomAttributes͞positionXFOATEEangles I@skill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 1 Driver@IFV 1isPlayableAttribute0˝Attribute1QnAttributes͞propertyspeakerexpression_this setspeaker _value;ValueQdata%QsingleTypeSTRINGvalueMale02PERQpropertypitchexpression_this setpitch _value;Value͞data͞singleTypeSCALARvalue33s?͞ dataTypeObjectPositionInfo^sideEastflagsAttributesid>typeO_crew_FatlOffset;;CustomAttributes=wposition͐XFOAڬEEangles I@skill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 1 Gunner@IFV 1isPlayable=Attribute0uAttribute1nAttributeswpropertyspeakerexpression_this setspeaker _value;ValuedataϠsingleTypeSTRINGvalueMale02PERpropertypitchexpression_this setpitch _value;ValueAwdataQwsingleTypeSCALARvalue\?w}dataTypeGroupsideEastEntitiesסAttributesTidCatlOffset;ZitemsItem0 Item1Item2T dataTypeObjectPositionInfosideEastflagsAttributesӢid@typeO_crew_FatlOffset;CustomAttributespositionיXF AcLGEangles@Ӣskill?rankSERGEANTinit [this, ["faction", "MNP_CH_MAR"], ["gear", "VC"], ["marker", "APC2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 2 Commander (JIP)@IFV 2 (JIP)isPlayableAttribute0Attribute1xnAttributespropertyspeakerexpression_this setspeaker _value;Value<xdataLxsingleTypeSTRINGvalueMale02PERxpropertypitchexpression_this setpitch _value;ValuedataΤsingleTypeSCALARvalueG? dataTypeObjectPositionInfosideEastflagsAttributesidAtypeO_crew_FatlOffset J;CustomAttributesjpositionəXFA+GEangles@skill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 2 Driver (JIP)@IFV 2isPlayablejAttribute0Attribute1(nAttributespropertyspeakerexpression_this setspeaker _value;Value(data(singleTypeSTRINGvalueMale01PER(propertypitchexpression_this setpitch _value;Valuendata~singleTypeSCALARvalue? dataTypeObjectPositionInfo5sideEastflagsAttributesmidBtypeO_crew_FatlOffset+;CustomAttributesTposition:XFAwnGEangles@mskill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 2 Gunner (JIP)@IFV 2isPlayableAttribute0RAttribute1ةnAttributesTpropertyspeakerexpression_this setspeaker _value;ValueةdataةsingleTypeSTRINGvalueMale02PERةpropertypitchexpression_this setpitch _value;ValueTdata.TsingleTypeSCALARvalue33s?TZdataTypeGroupsideEastEntitiesAttributes2idGatlOffset0>;8itemsItem0Item1ҭItem22 dataTypeObjectPositionInfoxsideEastflagsAttributesidDtypeO_crew_FatlOffset0>;CustomAttributesҭpositionPXFAGEanglesΕ@skill?rankSERGEANTinit [this, ["faction", "MNP_CH_MAR"], ["gear", "VC"], ["marker", "APC3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 3 Commander (JIP)@IFV 3 (JIP)isPlayableAttribute0ЬAttribute1VnAttributesҭpropertyspeakerexpression_this setspeaker _value;ValueVdata*VsingleTypeSTRINGvalueMale01PERVpropertypitchexpression_this setpitch _value;ValueҭdataҭsingleTypeSCALARvalue?ҭ dataTypeObjectPositionInfocsideEastflagsAttributesidEtypeO_crew_FatlOffset';CustomAttributesHposition2XFAǩGEanglesΕ@skill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 3 Driver (JIP)@IFV 3isPlayableHAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueʯdataگsingleTypeSTRINGvalueMale03PERpropertypitchexpression_this setpitch _value;ValueLdata\singleTypeSCALARvalueff? dataTypeObjectPositionInfosideEastflagsAttributesKidFtypeO_crew_FatlOffset\;CustomAttributes2positionXFANGEanglesΕ@Kskill?init [this, ["faction", "MNP_CH_MAR"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionPLAN Marines - IFV 3 Gunner (JIP)@IFV 3isPlayableAttribute00Attribute1nAttributes2propertyspeakerexpression_this setspeaker _value;ValuezdatasingleTypeSTRINGvalueMale02PERpropertypitchexpression_this setpitch _value;Value2data 2singleTypeSCALARvalueff?28dataTypeLayernameObj MarkersstateEntitiesidatlOffset@D?״itemsItem0ȳItem1Item2״dataTypeMarkerposition!CFp@XEnamemrkO1typeEmptyiddataTypeMarkerposition`=FZ@^EnamemrkO2typeEmptyidatlOffsetv9dataTypeMarkerposition6F(@AEnamemrkO4typeEmptyid״dataTypeLayernameStarting CQCstateEntities5idatlOffset@>I items Item0͵Item1Item2#Item3Item4lItem5Item6Item76Item8Item9WItem10Item11IdataTypeTriggerpositionjCF%@EangleN@AttributesQidtypeEmptyDetectorAreaR50atlOffset6>conditioncall{true}sizeAAsizeBAdataTypeTriggerpositionݘFFZ@qKEangleL?AttributesidtypeEmptyDetectorAreaR50#conditioncall{true}sizeBB#dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffsetCustomAttributesʷposition!CFALEangles.<@ʷ Attribute0rAttribute1#Attribute2ٹAttribute3Attribute45Attribute5Attribute6Attribute7AAttribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value#data#singleTypeSTRINGvalue#propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueٹdataٹsingleTypeSCALARvalueٹpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueQdataasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value5data5singleTypeSCALARvalueB5propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value[dataksingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value AdataAsingleTypeSCALARvalueAApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valueǽdata׽singleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerposition^BF%@bEangleN@Attributes7idtypeEmptyDetectorAreaR50atlOffset6>lconditioncall{true}sizeAAsizeBAldataTypeTriggerposition_CFp@^EangleN@AttributesidtypeEmptyDetectorAreaR50conditioncall{true}sizeA@sizeB@dataTypeTriggerpositionmBFp@]EangleN@AttributesidtypeEmptyDetectorAreaR50conditioncall{true}sizeAAsizeBAdataTypeLogicPositionInfo-idtypeAdmiral_CqcZoneatlOffset-@CustomAttributesM6positionQF.gfZEM Attribute0Attribute1Attribute2\Attribute3 Attribute4Attribute5fAttribute6Attribute7Attribute8}nAttributes 6propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuesdatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value&\data6\singleTypeSCALARvalue\propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value0fdata@fsingleTypeSCALARvalueBfpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueJ}dataZ}singleTypeSTRINGvalue}propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value6data6singleTypeSTRINGvalue6dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset˺eACustomAttributesposition,"QFB E Attribute0mAttribute1Attribute2Attribute3Attribute40Attribute5Attribute6Attribute7<Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueLdata\singleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value0data 0singleTypeSCALARvalueB0propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueVdatafsingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value<data<singleTypeSCALARvalue@<propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value{datasingleTypeSTRINGvaluedataTypeTriggerpositionp=F\@)26EangleU?Attributes"idtypeEmptyDetectorAreaR50Wconditioncall{true}sizeAAsizeBpBWdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset4CustomAttributesposition59@F]{?5?Eangles@.= Attribute0Attribute1WAttribute2 Attribute3Attribute4iAttribute5Attribute6Attribute7uAttribute8.nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value$Wdata4WsingleTypeSTRINGvalueWpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3idataCisingleTypeSCALARvalueBipropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value?udataOusingleTypeSCALARvalue@@upropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value.data .singleTypeSTRINGvalue.propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerposition>F?D1Eangle <AttributeskidtypeEmptyDetectorAreaR50atlOffset4conditioncall{true}sizeAAsizeBAdataTypeTriggerposition@FYY@9EangleQ@AttributesidtypeEmptyDetectorAreaR50Iconditioncall{true}sizeAAsizeBBIdataTypeLayernameStarting PatrolstateEntitiesidatlOffset= items Item0NItem1Item2Item37Item4Item5Item6\Item7 Item8Item9iItem10Item11 Item12Z  dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetACustomAttributespositionSQF9D Attribute0Attribute1LAttribute2Attribute3Attribute4_Attribute5Attribute6Attribute7Attribute8mAttribute9)nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueLdata)LsingleTypeSTRINGvalueLpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuexdatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value)_data9_singleTypeSCALARvalueB_propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valueldata|singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value7mdataGmsingleTypeSCALARvalue?mpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value)data)singleTypeSTRINGvalue)propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionmDFp@DEangle6?AttributesYidtypeEmptyDetectorAreaR50conditioncall{true}sizeACsizeBCisRectangledataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetACustomAttributes27position6F9DD2 Attribute0Attribute1Attribute2OAttribute3Attribute4Attribute5`Attribute6'Attribute7Attribute8Attribute9{nAttributes 7propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuekdata{singleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueOdata)OsingleTypeSCALARvalueOpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value{datasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value,`data<`singleTypeBOOLvalue`propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value'data'singleTypeSCALARvalue'propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueH{dataX{singleTypeSTRINGvalue{propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value7data7singleTypeSTRINGvalue7dataTypeTriggerposition=Fi@/Eangle6?AttributesidtypeEmptyDetectorAreaR50conditioncall{true}sizeBBisRectangledataTypeTriggerpositionh+d Attribute0Attribute1Attribute2Attribute32Attribute4Attribute5Attribute6YAttribute7&Attribute8Attribute9nAttributes ipropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueKdata[singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value2data 2singleTypeSCALARvalueB2propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value^datansingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value#Ydata3YsingleTypeSCALARvalueYpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value&data&singleTypeSCALARvalue&propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuezdatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value6idataFisingleTypeSTRINGvalueidataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributespositionۭ'F3BUEangles&?]@ Attribute0Attribute1oAttribute2 Attribute3Attribute4Attribute51Attribute6Attribute7Attribute8Attribute9LnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value<odataLosingleTypeSTRINGvalueopropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueLdata\singleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value1data 1singleTypeBOOLvalue1propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueZdatajsingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueLdata)LsingleTypeSTRINGvalueLpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfozidtypeAdmiral_PatrolZoneatlOffsetl)ACustomAttributes position FJ<E Attribute0RAttribute1Attribute2Attribute3hAttribute4Attribute5Attribute6Attribute7\Attribute8'Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value2hdataBhsingleTypeSCALARvalueBhpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueYdataisingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value&\data6\singleTypeSCALARvalue@\propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value'data'singleTypeSCALARvalue'propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuel  data|  singleTypeSTRINGvalue dataTypeTriggerposition?Ff5@?6Eangle6?Attributes idtypeEmptyDetectorAreaR50Z conditioncall{true}sizeABsizeBCisRectangleZ dataTypeTriggerposition @FFĹ@`aLEangle @Attributes idtypeEmptyDetectorAreaR50atlOffset8c? conditioncall{true}isRectangle dataTypeLayernameCross 1 CQCstateEntitiesj idatlOffsetޘitemsItem0 Item1Item2Item3VItem4)dataTypeLogicPositionInfo idtypeAdmiral_CqcZoneCustomAttributes2 position%F\@TD2  Attribute0 Attribute1 Attribute2AAttribute3Attribute4Attribute5KAttribute6Attribute7Attribute8bnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueX  datah  singleTypeSTRINGvalue propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value AdataAsingleTypeSCALARvalueApropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuegdatawsingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueKdata%KsingleTypeSCALARvalueBKpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuesdatasingleTypeSCALARvaluepApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value/bdata?bsingleTypeSTRINGvaluebpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfozidtypeAdmiral_CqcZoneCustomAttributespositionj%F]^B+E Attribute0BAttribute1Attribute2Attribute3WAttribute4Attribute5Attribute6_Attribute7Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuesdatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value!Wdata1WsingleTypeSCALARvalueWpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value}datasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value+_data;_singleTypeBOOLvalue_propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuePdata`singleTypeSTRINGvaluedataTypeTriggerpositionan5FG@EAttributesidtypeEmptyDetectorAreaR50atlOffsetu=Vconditioncall{triggerActivated cross_1}sizeAzCsizeBCisRectangleVdataTypeTriggerposition4F+TIA}3EAttributesidtypeEmptyDetectorAreaR50atlOffset)conditioncall{triggerActivated cross_1}sizeACsizeB4CisRectangle)dataTypeTriggerposition}6F{@P;EangleƩ@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggerActivated cross_1}sizeABsizeBBdataTypeLayernameHQ DefstateEntities>idcatlOffset#sBitemsItem06Item1vlItem2mItem3 oItem4WpItem5qItem6rItem7$tItem8UuItem9vItem10wItem11xItem12{Item13 }Item14B~Item15{Item16Item17Item18&Item19_dataTypeLayernameHQ Def Empty EntitiesidatlOffsetsBvl0items/Item0 Item1k"Item2$Item3%Item4B'Item5(Item6r*Item7 ,Item8-Item9Z/Item100Item112Item12"4Item135Item14R7Item158Item16:Item17<Item18=Item19J?Item20@Item21zBItem22DItem23EItem24EGItem25HItem26JItem27 LItem28MItem29ROItem30PItem31RItem32-TItem33UItem34disableSimulation!Attribute0!nAttributesk"propertyallowDamageexpression_this allowdamage _value;Value7"k"dataG"k"singleTypeBOOLvaluek"dataTypeObjectPositionInfo#sideEmptyflagsAttributes<#iditypeLand_BagBunker_01_large_green_FCustomAttributesf#$positionBF@Eangles?<#skillL>disableSimulationf#Attribute0#nAttributes$propertyallowDamageexpression_this allowdamage _value;Value#$data#$singleTypeBOOLvalue$dataTypeObjectPositionInfo$sideEmptyflagsAttributes$idjtypeLand_HBarrier_01_tower_green_FCustomAttributes$%position]^CF@Eangles1t@$disableSimulation$Attribute0'%nAttributes%propertyallowDamageexpression_this allowdamage _value;Valuev%%data%%singleTypeBOOLvalue%dataTypeObjectPositionInfo5&sideEmptyflagsAttributesm&id3typeLand_HBarrier_5_FCustomAttributes&B'position~CF"@Eangles[@m&skillL>disableSimulation&Attribute0&nAttributesB'propertyallowDamageexpression_this allowdamage _value;Value'B'data'B'singleTypeBOOLvalueB'dataTypeObjectPositionInfo'sideEmptyflagsAttributes(id4typeLand_HBarrier_5_FCustomAttributes/((positionwCF"@%oEangles[@(skillL>disableSimulation/(Attribute0W(nAttributes(propertyallowDamageexpression_this allowdamage _value;Value((data((singleTypeBOOLvalue(dataTypeObjectPositionInfoe)sideEmptyflagsAttributes)id5typeLand_HBarrier_5_FCustomAttributes)r*positionnCF"@EanglesnH<@)skillL>disableSimulation)Attribute0)nAttributesr*propertyallowDamageexpression_this allowdamage _value;Value>*r*dataN*r*singleTypeBOOLvaluer*dataTypeObjectPositionInfo*sideEmptyflagsAttributes5+id9typeLand_HBarrier_5_FCustomAttributes_+ ,position?CFF6@EanglesZ;@-;5+skillL>disableSimulation_+Attribute0+nAttributes ,propertyallowDamageexpression_this allowdamage _value;Value+ ,data+ ,singleTypeBOOLvalue , dataTypeObjectPositionInfo,sideEmptyflagsAttributes,id;typeLand_HBarrier_5_FatlOffset5CustomAttributes--positionHYCFnf@REangles-;H\?,skillL>disableSimulation-Attribute0/-nAttributes-propertyallowDamageexpression_this allowdamage _value;Value~--data--singleTypeBOOLvalue- dataTypeObjectPositionInfoM.sideEmptyflagsAttributes.id<typeLand_HBarrier_5_FatlOffset5CustomAttributes.Z/positionZ)CFF)@\Eangles-;H=@.skillL>disableSimulation.Attribute0.nAttributesZ/propertyallowDamageexpression_this allowdamage _value;Value&/Z/data6/Z/singleTypeBOOLvalueZ/dataTypeObjectPositionInfo/sideEmptyflagsAttributes0idBtypeLand_HBarrier_5_FCustomAttributesG00positionz CF"@Eangles@0skillL>disableSimulationG0Attribute0o0nAttributes0propertyallowDamageexpression_this allowdamage _value;Value00data00singleTypeBOOLvalue0dataTypeObjectPositionInfo}1sideEmptyflagsAttributes1idCtypeLand_HBarrier_5_FCustomAttributes12position*CF"@xEangles@1skillL>disableSimulation1Attribute02nAttributes2propertyallowDamageexpression_this allowdamage _value;ValueV22dataf22singleTypeBOOLvalue2dataTypeObjectPositionInfo3sideEmptyflagsAttributesM3idDtypeLand_HBarrier_5_FCustomAttributesw3"4positionCF"@Eangles/?M3skillL>disableSimulationw3Attribute03nAttributes"4propertyallowDamageexpression_this allowdamage _value;Value3"4data3"4singleTypeBOOLvalue"4dataTypeObjectPositionInfo4sideEmptyflagsAttributes4idHtypeLand_HBarrier_5_FCustomAttributes55positionCF"@0Eangles3?4skillL>disableSimulation5Attribute075nAttributes5propertyallowDamageexpression_this allowdamage _value;Value55data55singleTypeBOOLvalue5dataTypeObjectPositionInfoE6sideEmptyflagsAttributes}6idJtypeLand_HBarrier_5_FCustomAttributes6R7position,kCF"@~CEangles@}6skillL>disableSimulation6Attribute06nAttributesR7propertyallowDamageexpression_this allowdamage _value;Value7R7data.7R7singleTypeBOOLvalueR7dataTypeObjectPositionInfo7sideEmptyflagsAttributes8idKtypeLand_HBarrier_5_FCustomAttributes?88position3CF"@cEangles3?8skillL>disableSimulation?8Attribute0g8nAttributes8propertyallowDamageexpression_this allowdamage _value;Value88data88singleTypeBOOLvalue8dataTypeObjectPositionInfou9sideEmptyflagsAttributes9idNtypeLand_HBarrier_5_FCustomAttributes9:positionbCF"@LEanglesfw@9skillL>disableSimulation9Attribute09nAttributes:propertyallowDamageexpression_this allowdamage _value;ValueN::data^::singleTypeBOOLvalue:dataTypeObjectPositionInfo ;sideEmptyflagsAttributesE;idOtypeLand_HBarrier_5_FCustomAttributeso;<positiontCF"@8Eangles B@E;skillL>disableSimulationo;Attribute0;nAttributes<propertyallowDamageexpression_this allowdamage _value;Value;<data;<singleTypeBOOLvalue<dataTypeObjectPositionInfo<sideEmptyflagsAttributes<idPtypeLand_HBarrier_5_FCustomAttributes==positionBF"@@Eangles,/:@<skillL>disableSimulation=Attribute0/=nAttributes=propertyallowDamageexpression_this allowdamage _value;Value~==data==singleTypeBOOLvalue=dataTypeObjectPositionInfo=>sideEmptyflagsAttributesu>idQtypeLand_HBarrier_5_FCustomAttributes>J?positionRBF"@fjEanglesd @u>skillL>disableSimulation>Attribute0>nAttributesJ?propertyallowDamageexpression_this allowdamage _value;Value?J?data&?J?singleTypeBOOLvalueJ?dataTypeObjectPositionInfo?sideEmptyflagsAttributes @idRtypeLand_HBarrier_5_FCustomAttributes7@@position#1CF"@ <Eangles[@ @skillL>disableSimulation7@Attribute0_@nAttributes@propertyallowDamageexpression_this allowdamage _value;Value@@data@@singleTypeBOOLvalue@dataTypeObjectPositionInfomAsideEmptyflagsAttributesAidStypeLand_HBarrier_5_FCustomAttributesAzBpositionwRCF"@_Eangles:"@AskillL>disableSimulationAAttribute0AnAttributeszBpropertyallowDamageexpression_this allowdamage _value;ValueFBzBdataVBzBsingleTypeBOOLvaluezBdataTypeObjectPositionInfoCsideEmptyflagsAttributes>Cid+typeLand_HBarrierBig_FCustomAttributeshCDpositionCF(@BEangles'G@>CskillL>disableSimulationhCAttribute0CnAttributesDpropertyallowDamageexpression_this allowdamage _value;ValueCDdataCDsingleTypeBOOLvalueDdataTypeObjectPositionInfoDsideEmptyflagsAttributesDid1typeLand_HBarrierBig_FCustomAttributesEEposition_CF(@ Eangles@DskillL>disableSimulationEAttribute0)EnAttributesEpropertyallowDamageexpression_this allowdamage _value;ValuexEEdataEEsingleTypeBOOLvalueEdataTypeObjectPositionInfo8FsideEmptyflagsAttributespFid2typeLand_HBarrierBig_FCustomAttributesFEGpositionѰCF(@tEanglesPx@pFskillL>disableSimulationFAttribute0FnAttributesEGpropertyallowDamageexpression_this allowdamage _value;ValueGEGdata!GEGsingleTypeBOOLvalueEG dataTypeObjectPositionInfoGsideEmptyflagsAttributesHid6typeLand_HBarrierBig_FatlOffset CustomAttributesCHHpositionyCF1@'&EanglesN<@-;HskillL>disableSimulationCHAttribute0kHnAttributesHpropertyallowDamageexpression_this allowdamage _value;ValueHHdataHHsingleTypeBOOLvalueHdataTypeObjectPositionInfozIsideEmptyflagsAttributesIid7typeLand_HBarrierBig_FCustomAttributesIJpositionbCF(@nEangles?IskillL>disableSimulationIAttribute0JnAttributesJpropertyallowDamageexpression_this allowdamage _value;ValueSJJdatacJJsingleTypeBOOLvalueJdataTypeObjectPositionInfoKsideEmptyflagsAttributesKKid8typeLand_HBarrierBig_FCustomAttributesuK LpositionHCF(@SEanglesN<@KKskillL>disableSimulationuKAttribute0KnAttributes LpropertyallowDamageexpression_this allowdamage _value;ValueK LdataK LsingleTypeBOOLvalue LdataTypeObjectPositionInfoLsideEmptyflagsAttributesLid:typeLand_HBarrierBig_FCustomAttributesMMpositionY7CF(@Eangles[@LskillL>disableSimulationMAttribute06MnAttributesMpropertyallowDamageexpression_this allowdamage _value;ValueMMdataMMsingleTypeBOOLvalueMdataTypeObjectPositionInfoENsideEmptyflagsAttributes}Nid=typeLand_HBarrierBig_FCustomAttributesNROpositionBF(@nEangles?}NskillL>disableSimulationNAttribute0NnAttributesROpropertyallowDamageexpression_this allowdamage _value;ValueOROdata.OROsingleTypeBOOLvalueRO dataTypeObjectPositionInfoOsideEmptyflagsAttributes&Pid@typeLand_HBarrierBig_FatlOffset5CustomAttributesPPPpositionBFD2@0Eangles-;?&PskillL>disableSimulationPPAttribute0xPnAttributesPpropertyallowDamageexpression_this allowdamage _value;ValuePPdataPPsingleTypeBOOLvaluePdataTypeObjectPositionInfoQsideEmptyflagsAttributesQidAtypeLand_HBarrierBig_FCustomAttributesQRposition CF(@Eangles@QskillL>disableSimulationQAttribute0RnAttributesRpropertyallowDamageexpression_this allowdamage _value;Value`RRdatapRRsingleTypeBOOLvalueRdataTypeObjectPositionInfo SsideEmptyflagsAttributesXSidEtypeLand_HBarrierBig_FCustomAttributesS-Tposition,CF(@!$Eangles#1?XSskillL>disableSimulationSAttribute0SnAttributes-TpropertyallowDamageexpression_this allowdamage _value;ValueS-Tdata T-TsingleTypeBOOLvalue-TdataTypeObjectPositionInfoTsideEmptyflagsAttributesTidFtypeLand_HBarrierBig_FCustomAttributesUUpositionFKCF(@EanglesP@TskillL>disableSimulationUAttribute0CUnAttributesUpropertyallowDamageexpression_this allowdamage _value;ValueUUdataUUsingleTypeBOOLvalueUdataTypeObjectPositionInfoXVsideEmptyflagsAttributesVidtypeCUP_B_HMMWV_Unarmed_USMCCustomAttributesVdisableSimulationQ]Attribute0y]nAttributes]propertyallowDamageexpression_this allowdamage _value;Value]]data]]singleTypeBOOLvalue] dataTypeObjectPositionInfo^sideEmptyflagsAttributes^id[typeLand_Cargo_Patrol_V1_FatlOffset5CustomAttributes^_positionpCF43APEanglesQ@^skillL>disableSimulation^Attribute0&_nAttributes_propertyallowDamageexpression_this allowdamage _value;Valueu__data__singleTypeBOOLvalue_ dataTypeObjectPositionInfoI`sideEmptyflagsAttributes`idetypeLand_Cargo_Patrol_V1_FatlOffset5CustomAttributes`Vaposition0CF43A<Eangles/v@`skillL>disableSimulation`Attribute0`nAttributesVapropertyallowDamageexpression_this allowdamage _value;Value"aVadata2aVasingleTypeBOOLvalueVa dataTypeObjectPositionInfoasideEmptyflagsAttributes.bidftypeLand_Cargo_Patrol_V1_FatlOffset5CustomAttributesXbcpositionWCF43A?Eangles*@.bskillL>disableSimulationXbAttribute0bnAttributescpropertyallowDamageexpression_this allowdamage _value;ValuebcdatabcsingleTypeBOOLvaluec dataTypeObjectPositionInfocsideEmptyflagsAttributescidgtypeLand_Cargo_Patrol_V1_FatlOffset5CustomAttributesddpositionjICF43A8Eangles@cskillL>disableSimulationdAttribute0-dnAttributesdpropertyallowDamageexpression_this allowdamage _value;Value|dddataddsingleTypeBOOLvalueddataTypeObjectPositionInfo#esideEmptyflagsAttributes[eidtypeCUP_B_MTVR_USMCaeposition2&CFv@Eangles17@[eaedataTypeObjectPositionInfoesideEmptyflagsAttributes fidtypeCUP_B_MTVR_USMCfpositionIBCFv@_Eangles0I+? ffdataTypeObjectPositionInfofsideEmptyflagsAttributesfidltypeLand_BagFence_01_corner_green_FCustomAttributesggposition}CFA@rEangles\%@fdisableSimulationgAttribute0)gnAttributesgpropertyallowDamageexpression_this allowdamage _value;ValuexggdataggsingleTypeBOOLvaluegdataTypeObjectPositionInfoChsideEmptyflagsAttributes{hidmtypeLand_BagFence_01_long_green_FCustomAttributeshDipositionwCF@˚@pEangles@{hdisableSimulationhAttribute0hnAttributesDipropertyallowDamageexpression_this allowdamage _value;ValueiDidata iDisingleTypeBOOLvalueDidataTypeObjectPositionInfoisideEmptyflagsAttributesjidktypeLand_BagFence_01_round_green_FCustomAttributes2jjpositionCF@˚@2~EanglesT1k@jdisableSimulation2jAttribute0ZjnAttributesjpropertyallowDamageexpression_this allowdamage _value;ValuejjdatajjsingleTypeBOOLvaluejdataTypeObjectPositionInfouksideEmptyflagsAttributeskidntypeLand_BagFence_01_short_green_FCustomAttributeskvlpositionKCF@bEangleslw@kdisableSimulationkAttribute0knAttributesvlpropertyallowDamageexpression_this allowdamage _value;ValueBlvldataRlvlsingleTypeBOOLvaluevldataTypeGroupsideWestEntitieslAttributesmid?atlOffsetsBmitemsItem0lmdataTypeObjectPositionInfo~msideWestflagsAttributesmid@typeCUP_B_USMC_Soldier_MG_FROG_WDLatlOffsetj@mpositionHuCFl? AopEangles؂@mmmdataTypeGroupsideWestEntitiesnAttributesoidBatlOffsetsB oitemsItem09nodataTypeObjectPositionInfonsideWestflagsAttributesnidAtypeCUP_B_USMC_Soldier_FROG_WDLatlOffset`@opositionsCFg? AEangles6?no odataTypeGroupsideWestEntitieseoAttributesQpidCatlOffsetsBWpitemsItem0oQpdataTypeObjectPositionInfopsideWestflagsAttributesKpidDtypeCUP_B_USMC_Soldier_AR_FROG_WDLatlOffseth@QppositioņCFk? AEEangles6Ը?KpQpWpdataTypeGroupsideWestEntitiespAttributesqidGatlOffsetsBqitemsItem0pqdataTypeObjectPositionInfo\qsideWestflagsAttributesqidHtypeCUP_B_USMC_Soldier_FROG_WDLatlOffsetb@qposition8PCFh? AEanglesJ@qqqdataTypeGroupsideWestEntitiesqAttributesridJatlOffsetsBritemsItem0rrdataTypeObjectPositionInforsideWestflagsAttributesridItypeCUP_B_USMC_Soldier_LAT_FROG_WDLatlOffsetd@rpositionpCCFi? AEangles^K@rrrdataTypeGroupsideWestEntitiesGsAttributestid<atlOffsetsB$titemsItem0dstdataTypeObjectPositionInfossideWestflagsAttributestid&typeCUP_B_USMC_Medic_FROG_WDLtposition;CFn|@"Eangles"@tt$tdataTypeGroupsideWestEntities~tAttributesOuidKatlOffsetsBUuitemsItem0tOudataTypeObjectPositionInfo)usideWestflagsAttributesIuidLtypeCUP_B_USMC_Soldier_FROG_WDLatlOffsetl@Ouposition/CFm? A)+EIuOuUudataTypeGroupsideWestEntitiesuAttributesvidNatlOffsetsBvitemsItem0uvdataTypeObjectPositionInfo]vsideWestflagsAttributes}vidMtypeCUP_B_USMC_Soldier_AR_FROG_WDLatlOffset`@vpositionCFg? A.3E}vvvdataTypeGroupsideWestEntitiesvAttributeswidOatlOffsetsBwitemsItem0wwdataTypeObjectPositionInfo~wsideWestflagsAttributeswidPtypeCUP_B_USMC_Soldier_FROG_WDLwpositionjCFn|@qEangles[@wwwdataTypeGroupsideWestEntitiesxAttributesxidQatlOffsetsBxitemsItem09xxdataTypeObjectPositionInfoxsideWestflagsAttributesxidRtypeCUP_B_USMC_Soldier_FROG_WDLxposition}CFn|@*qEanglesb?xxxdataTypeGroupsideWestEntitiesUyAttributes{id;atlOffsetsB{itemsItem0yItem1DzItem2{{dataTypeObjectPositionInfozsideWestflagsAttributes>zid'typeCUP_B_USMC_Officer_FROG_WDLDzpositionzDzdataTypeObjectPositionInfozsideWestflagsAttributes {id=typeCUP_B_USMC_Soldier_MG_FROG_WDLatlOffsetd@{position"CFi? A'Eangles#@ {{dataTypeObjectPositionInfo{sideWestflagsAttributes{id>typeCUP_B_USMC_Soldier_FROG_WDLatlOffset`@{positionCFg? A=E{{{dataTypeGroupsideWestEntities'|Attributes}idTatlOffsetsB }itemsItem0D|}dataTypeObjectPositionInfo|sideWestflagsAttributes|idStypeCUP_B_USMC_Soldier_AR_FROG_WDL}positionCFn|@obEangles^^?|} }dataTypeGroupsideWestEntitiesc}Attributes<~idUatlOffsetsBB~itemsItem0}<~dataTypeObjectPositionInfo}sideWestflagsAttributes6~idVtypeCUP_B_USMC_Soldier_FROG_WDL<~position+CFn|@EanglesT,e@6~<~B~dataTypeGroupsideWestEntities~AttributesuidYatlOffsetsB{itemsItem0~udataTypeObjectPositionInfo7sideWestflagsAttributesoidZtypeCUP_B_USMC_Soldier_FROG_WDLupositionBFn|@~JEanglesq@ou{dataTypeGroupsideWestEntitiesAttributesid[atlOffsetsBitemsItem0dataTypeObjectPositionInfopsideWestflagsAttributesid\typeCUP_B_USMC_Soldier_FROG_WDLpositionCFn|@$Eanglesq@dataTypeGroupsideWestEntitiesAttributesid]atlOffsetsBitemsItem0+dataTypeObjectPositionInfosideWestflagsAttributesid^typeCUP_B_USMC_Soldier_FROG_WDLpositionCFn|@Eanglesq@dataTypeGroupsideWestEntitiesGAttributes id_atlOffsetsB&itemsItem0d dataTypeObjectPositionInfosideWestflagsAttributesid`typeCUP_B_USMC_Soldier_FROG_WDL positionbHCFn|@Eanglesq@ &dataTypeGroupsideWestEntitiesAttributesYidaatlOffsetsB_itemsItem0YdataTypeObjectPositionInfosideWestflagsAttributesSidbtypeCUP_B_USMC_Soldier_FROG_WDLYpositionJCFn|@Eanglesq@SY_dataTypeGroupsideWestEntitiesAttributesidcatlOffsetsBitemsItem0քdataTypeObjectPositionInfoTsideWestflagsAttributesiddtypeCUP_B_USMC_Soldier_FROG_WDLpositionvCFn|@_Eanglesq@dataTypeLayernameCross 2 ReinforcestateEntitiesidatlOffset$3B| items Item0pItem1Item2Item3Item4aItem5 Item6Item7ήItem8|dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesposition/Z>FBjEAttribute0Attribute1ƈAttribute2}Attribute34Attribute4Attribute5Attribute6_Attribute7.Attribute8Attribute9Attribute10|Attribute11AAttribute12Attribute13ˑnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueƈdataƈsingleTypeSTRINGvalueƈpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueG}dataW}singleTypeSCALARvalue}propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value4data4singleTypeSCALARvalueB4propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataŊsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuetdatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value+_data;_singleTypeBOOLvalue_propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value.data.singleTypeSCALARvalue.propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedataōsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueF|dataV|singleTypeSCALARvalue|propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value AdataAsingleTypeSCALARvalue@@ApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value̐dataܐsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueˑdataˑsingleTypeSCALARvalueˑpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueZdatajsingleTypeSTRINGvaluedataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesposition&FV BN/EAttribute0Attribute1ӔAttribute2Attribute3AAttribute4Attribute5Attribute6lAttribute7;Attribute8Attribute9šAttribute10Attribute11NAttribute12Attribute13؝nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueӔdataӔsingleTypeSTRINGvalueӔpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueTdatadsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value AdataAsingleTypeSCALARvalueBApropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value–dataҖsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value8ldataHlsingleTypeBOOLvaluelpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value;data;singleTypeSCALARvalue@;propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value™dataҙsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuešdatašsingleTypeSCALARvaluešpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueSdatacsingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueNdata(NsingleTypeSCALARvalueNpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueٜdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value؝data؝singleTypeSCALARvalue؝propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuegdatawsingleTypeSTRINGvaluedataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes2position-F.BrnE2Attribute0.Attribute1Attribute2Attribute3^Attribute4Attribute5ԣAttribute6Attribute7XAttribute8Attribute9ߦAttribute10Attribute11kAttribute12,Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuedata͠singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueqdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value(^data8^singleTypeSCALARvalueB^propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueߢdatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueԣdataԣsingleTypeSCALARvalue AԣpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueUdataesingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value"Xdata2XsingleTypeSCALARvalueXpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueߥdatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueߦdataߦsingleTypeSCALARvalueߦpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuepdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value5kdataEksingleTypeSCALARvaluekpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value,data,singleTypeSCALARvalue@,propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedataϩsingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerposition .FIB$nEAttributesidtypeEmptyDetectoraconditioncall{triggerActivated cross_2}sizeAAsizeBAadataTypeTriggerposition&FAy.EAttributes«idtypeEmptyDetector conditioncall{triggerActivated cross_2}sizeAAsizeBA dataTypeTriggerposition{>F~CBiEAttributessidtypeEmptyDetectorAreaR50conditioncall{triggerActivated cross_2}sizeAAsizeBAdataTypeGroupsideCivilianEntitiesAttributesȮidatlOffsetsBήitemsItem0MItem1Item2]ȮdataTypeObjectPositionInfo̭sideCivilianflagsAttributesidtypeC_Bob_VRatlOffset9position<-FrBB;BmEdataTypeWaypointposition-FBiEEffectsWshowWPNEVERidtypeMove]]dataTypeWaypointposition5FES{@h37EEffects®showWPNEVERidtypeMoveȮȮήdataTypeGroupsideCivilianEntities,AttributesڰidatlOffsetsBitemsItem0_Item1Item2oڰdataTypeObjectPositionInfoޯsideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositiong'F0Ah.EdataTypeWaypointposition4FfVA4\2EEffectsishowWPNEVERidtypeMoveoodataTypeWaypointposition3FB@z#EEffects԰showWPNEVERidtypeMoveڰڰdataTypeGroupsideCivilianEntities>AttributesvidatlOffsetsB|itemsItem0fItem1 vdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset8 positionu>FCChE dataTypeWaypointpositionn5F{b@ .EEffectspshowWPNEVERidtypeMovevv|dataTypeLayernameAirfield EmptystateEntitiesܲidatlOffset= items Item0QItem1Item2Item3ɸItem4Item5=Item6Item7Item88 dataTypeObjectPositionInfosideEmptyflagsAttributes&idtypeCUP_B_AV8B_DYN_USMCatlOffset9CustomAttributesbposition;!8F@CEanglesq@&ammofueltexturesUSMCpylons;;;;;;bAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,2]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false] dataTypeObjectPositionInfoIsideEmptyflagsAttributesidtypeCUP_B_AV8B_DYN_USMCatlOffset`7CustomAttributesposition,7F}_@FEanglesq@ammofueltexturesUSMCpylons;;;;;;Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value?dataOsingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,2]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]dataTypeObjectPositionInfosideEmptyflagsAttributesøidtypeCUP_B_MH60S_USMCatlOffsetɸposition{5F@OVBEangles @7"?ع<øɸdataTypeObjectPositionInfoMsideEmptyflagsAttributesidtypeCUP_B_MH60S_USMCatlOffset5position5F@eAEangles@7"?dataTypeObjectPositionInfosideEmptyflagsAttributes7idtypeCUP_B_MH60S_USMC=position6F@cAEangles7"?7=dataTypeObjectPositionInfoźsideEmptyflagsAttributesidtypeCUP_B_MTVR_Ammo_USMCatlOffset_>positionCV8Ff@:CEangles"?dataTypeObjectPositionInfo}sideEmptyflagsAttributesidtypeCUP_B_MTVR_Refuel_USMCpositiond 8F@lDEangles?> dataTypeObjectPositionInfoTsideEmptyflagsAttributesidtypeCUP_B_MV22_USMCatlOffsetCustomAttributes8positionLA7FAf=Eangles!?Attribute0nAttributes8propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value8data$8singleTypeSTRINGvalue[[[["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]8dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_MV22_USMCatlOffsetʺposition7FKANF,YEEffects showWPNEVERidtypeMoveatlOffset!*AdataTypeWaypointposition-FF}5EEffectsshowWPNEVERidtypeMoveatlOffsetKEtypeLandscriptA3\functions_f\waypoints\fn_wpLand.sqfEffects!showWPNEVERid''combatModeBLUEbehaviourCARELESSTLinkIDProvideryLinksnextIDitemsItem0linkIDitem0item1CustomDataroledataTypeGroupsideEastEntities^AttributesCrewLinksidatlOffsetEfAitemsItem0Item1[Item2Item3QdataTypeObjectPositionInfosideEastflagsAttributesUidtypeCUP_O_RU_PilotatlOffsetIfA[positionsXFKOABEangles5=U[dataTypeWaypointpositionqOF/SEEffectsshowWPNEVERidtypeMoveatlOffset6AdataTypeWaypointpositionFFd0EEffectsKshowWPNEVERidtypeMoveatlOffset@QQdataTypeWaypointposition/ ?Fu@:EtypeLandscriptA3\functions_f\waypoints\fn_wpLand.sqfEffectsshowWPNEVERidcombatModeBLUEbehaviourCARELESSLinkIDProvider>LinksQnextIDQitemsItem0nlinkIDitem0item1CustomDataroledataTypeLogicPositionInfoidtypeARK_ACE_RearmatlOffsetB@1positionQF1Z+YHE1dataTypeLayernameShipsstateEntitiesidatlOffsetlA^itemsItem0Item1^dataTypeObjectPositionInfo*sideEmptyAttributesJidtypeCUP_I_Frigate_RACSatlOffsetzAposition*ZF<)AAEJreportRemoteTargetsreceiveRemoteTargetsaiRadarUsagedataTypeObjectPositionInfo sideEmptyAttributesXidtypeCUP_B_LPD_SAN_ANTONIO_USMC_EmptyatlOffset1َA^positionyXFAGEanglesaJ@X^dataTypeLayernameCross TriggersstateEntitiesidatlOffsetX?itemsItem0Item1dataTypeTriggerpositionJAF0A(Eangleb-@AttributescidtypeEmptyDetectoratlOffsetDAnamecross_1sizeB;EactivationByANYPLAYERisRectangledataTypeTriggerposition6F@H?Eangle @AttributesidtypeEmptyDetectornamecross_2conditioncall{this}sizeACsizeBBactivationByANYPLAYERisRectangleLinkIDProviderLinksnextIDJKitemsJItem0CItem1Item2Item3*Item4wItem5Item6Item7^Item8Item9Item10EItem11Item12Item13,Item14yItem15Item16Item17`Item18Item19Item20GItem21Item22Item23.Item24{Item25Item26Item27bItem28Item29Item30IItem31Item32Item330Item34}Item35Item36Item37dItem38Item39Item40KItem41Item42Item432Item44Item45Item46Item47fItem48Item49Item50MItem51Item52Item534Item54Item55Item56Item57hItem58Item59Item60OItem61Item62Item636Item64Item65Item66Item67jItem68Item69Item70QItem71Item72Item738linkIDitem0item1CustomData~typeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData*typeSync*linkIDitem0item1CustomDataewtypeSyncwlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataL^typeSync^linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkID item0item1CustomData3EtypeSyncElinkID item0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData,typeSync,linkID item0item1CustomDatagytypeSyncylinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataN`typeSync`linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData5GtypeSyncGlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData.typeSync.linkIDitem0item1CustomDatai{typeSync{linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataPbtypeSyncblinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData7ItypeSyncIlinkIDitem0@item1CustomDatatypeSynclinkIDitem0Aitem1CustomDatatypeSynclinkID item0Ditem1CustomData0typeSync0linkID!item0Hitem1CustomDatak}typeSync}linkID"item0Iitem1CustomDatatypeSynclinkID#item0&item1CustomDatatypeSynclinkID$item0Litem1CustomDataRdtypeSyncdlinkID%item0Mitem1CustomDatatypeSynclinkID&item0Pitem1CustomDatatypeSynclinkID'item0Ritem1CustomData9KtypeSyncKlinkID(item0'item1CustomDatatypeSynclinkID)item0=item1CustomDatatypeSynclinkID*item0>item1CustomData 2typeSync2linkID+item0Sitem1CustomDatamtypeSynclinkID,item0Vitem1CustomDatatypeSynclinkID-item0Zitem1CustomDatatypeSynclinkID.item0\item1CustomDataTftypeSyncflinkID/item0^item1CustomDatatypeSynclinkID0item0`item1CustomDatatypeSynclinkID1item0bitem1CustomData;MtypeSyncMlinkID2item0ditem1CustomDatatypeSynclinkID3item0item1CustomDatatypeSynclinkID4item0item1CustomData"4typeSync4linkID5item0item1CustomDataotypeSynclinkID6item0item1CustomDatatypeSynclinkID7item0item1CustomData typeSynclinkID8item0item1CustomDataVhtypeSynchlinkID9item0item1CustomDatatypeSynclinkID:item0item1CustomDatatypeSynclinkID;item0item1CustomData=OtypeSyncOlinkID<item0item1CustomDatatypeSynclinkID=item0item1CustomDatatypeSynclinkID>item0item1CustomData$6typeSync6linkID?item0item1CustomDataqtypeSynclinkID@item0item1CustomDatatypeSynclinkIDAitem0item1CustomData typeSynclinkIDBitem0item1CustomDataXjtypeSyncjlinkIDCitem0item1CustomDatatypeSynclinkIDDitem0item1CustomDatatypeSynclinkIDEitem0item1CustomData?QtypeSyncQlinkIDFitem0item1CustomDatatypeSynclinkIDGitem0item1CustomDatatypeSynclinkIDHitem0item1CustomData&8typeSync8linkIDIitem0item1CustomDatastypeSync镛|2k'2 ɬxr