sreVadmiral\admiral.h"Wkdescription.ext"W\hull3\briefing\blufor.sqf"Whull3\briefing\civilian.sqf"Whull3\briefing\indfor.sqf"Wb hull3\briefing\opfor.sqf"Whull3\hull3.h"Whull3\LICENSE"W8init.sqf"Wmission.sqm"W}Rclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "MNP_DPR_AUT"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_DPR_AUT"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_DPR_AUT"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={2,4,6}; onLoadName = "ukrainian job"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 90; }; 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"; }; }; allowProfileGlasses = 0; // 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","
The time to assault the airfield has come, it'll be a tough fight but will knock the rebels out of this province at last.

ENEMY FORCES
Russian backed rebels, expect plenty of infantry as well as light vehicles and limited armour.

FRIENDLY FORCES
We have another squad preparing to depart at the Heliport should we need reinforcements. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Assault the airfield in doing so secure the following objectives:

Mainland Crossing, we must secure the crossing point to seal the rebels within the airfield.

Power Station, securing the power station will cripple operations across the airfield.

Fast Air flight line, CAS jets will be readied once we begin our attack, we must destroy them and their crews before they can be allowed to take off. Furthermore destroy the munitions storage bunkers located near the flight line.

Headquarters, taking the airfield command and control center will throw the rebels into chaos.

ATC tower, securing the tower will stop long range communications leaving the island.

Garrison barracks, put simply the rebels need to not be alive anymore...

Heliport, sweeping as far as the heliport will mean we have cleared all resistance from the island. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Secure the objectives in any order. Be aware rebel reinforcements are likely to be airdropped once our assault is underway.

MOVEMENT PLAN
Each squad can fit within and on a BTR-60 as well as use it for support and resupply.

FIRE SUPPORT PLAN
We have attached tank and or BMP-2 for direct fire support. Our airborne reinforcements may also have a Hind for support. Note these are slotting dependant.

SPECIAL TASKS
Watch the skies. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
ZU-23 anti air emplacements are present across the airfield. Air assets should take care when approaching the airfield. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class MNP_UKR_TTSKO { gear = "AK74_UKR"; uniform = "UKR_TTSKO"; }; }; };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.raPyRversion5EditorData6addons=A3_Characters_Face_nouniformrestrictionsace_explosivesace_parachuteCUP_TrackedVehicles_T72CUP_AirVehicles_Mi24CUP_WheeledVehicles_UralA3_Ui_Fark_clear_cargoark_ai_sentryA3_Modules_F_Effectsark_rotorCUP_Creatures_Military_RussiaCUP_AirVehicles_Mi8CUP_WheeledVehicles_BRDM2mnp_opforCUP_Creatures_StaticWeaponsCUP_Weapons_MakarovCUP_Weapons_AmmunitionA3_Weapons_Facre_mainA3_Characters_F_Orange_FacewearA3_Weapons_F_Itemsace_medicalmnp_bluforark_vestsCUP_WheeledVehicles_UAZadmiralA3_Structures_F_Mil_BarracksCUP_Misc3_ConfigCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionCUP_CAMiscA3_Structures_F_EPA_Mil_Scrapyardace_cargoCUP_Buildings_ConfigA3_Structures_F_Mil_BagBunkerCUP_CWA_MiscA3_Structures_F_Ind_CargoA3_Structures_F_Heli_Ind_CargoA3_Supplies_F_Heli_CargoNetsA3_Structures_F_Heli_Ind_MachinesCUP_AirVehicles_Su25A3_Supplies_F_Heli_BladdersA3_Structures_F_Heli_Ind_AirportCUP_Editor_Buildings_ConfigA3_Structures_F_Heli_Civ_ConstructionsA3_Props_F_Exp_Civilian_GarbageCUP_Misc_e_ConfigCUP_AirVehciles_KA60A3_Structures_F_Ind_DieselPowerPlantA3_Structures_F_Mil_BagFenceA3_Structures_F_Mil_CargoCUP_CABuildings_MiscCUP_CAStructuresLand_Ind_Stack_BigCUP_CAStructures_NavA3_Boat_F_Gamma_Boat_Civil_04CUP_AirVehicles_MI6A3_Props_F_Exp_Industrial_HeavyEquipmentCUP_TrackedVehicles_BMPCUP_TrackedVehicles_ZSU23AddonsMetaData~randomSeedScenarioDatahCustomAttributesMissionHyR moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera#~nextIDnextID nextID#poshFLAk3Edirʾ 6ZupPyp?8VasidesMhS'>~Listh4items3Item0 Item1 Item2 Item3g Item4 Item5 Item6W Item7 Item8 Item9 Item10 Item11mItem12Item13%Item14fItem15Item16Item171Item18rItem19Item20?Item21Item22>Item23Item24Item250Item26yItem27Item28AItem29|Item30Item31 Item32OItem33Item34CItem35Item36Item37>Item38Item39dItem40Item41Item42Item43Item44Item45IItem46Item47Item48mItem49Item50hclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/ classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/g classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttp://ace3mod.com/ classNameCUP_TrackedVehicles_T72nameCUP_TrackedVehicles_T72 classNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24W classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_Ural classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.commclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_Russia%classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8fclassNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2classNamemnp_opfornamemnp_opforclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons1classNameCUP_Weapons_MakarovnameCUP_Weapons_MakarovrclassNameCUP_Weapons_AmmunitionnameCUP_Weapons_AmmunitionclassNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.com?classNameacre_mainnameACRE2 - MainauthorACRE2Teamurlhttps://github.com/IDI-Systems/acre2classNameA3_Characters_F_OrangenameArma 3 Orange - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com>classNameace_medicalnameACE3 - MedicalauthorACE-Teamurlhttp://ace3mod.com/classNamemnp_blufornamemnp_bluforclassNameark_vestsnameARK Inhouse - VestsauthorARKurlhttp://www.ark-group.org0classNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZyclassNameAdmiralnameadmiralauthorKamiclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comAclassNameCUP_Misc3_ConfignameCUP_Misc3_Config|classNameCUP_WarfareBuildingsnameCUP_WarfareBuildingsclassNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_Faction classNameCUP_CAMiscnameCUP_CAMiscOclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/CclassNameCUP_Buildings_ConfignameCUP_Buildings_ConfigclassNameCUP_CWA_MiscnameCUP_CWA_MiscclassNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.com>classNameA3_Structures_F_HelinameArma 3 Helicopters - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Supplies_F_HelinameArma 3 Helicopters - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.comdclassNameCUP_AirVehicles_Su25nameCUP_AirVehicles_Su25classNameCUP_Editor_Buildings_ConfignameCUP_Editor_Buildings_ConfigclassNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Misc_e_ConfignameCUP_Misc_e_ConfigclassNameCUP_AirVehciles_KA60nameCUP_AirVehciles_KA60classNameCUP_CABuildings_MiscnameCUP_CABuildings_MiscIclassNameCUP_CAStructuresLand_Ind_Stack_BignameCUP_CAStructuresLand_Ind_Stack_BigclassNameCUP_CAStructures_NavnameCUP_CAStructures_NavclassNameA3_Boat_F_GammanameArma 3 - Boats and SubmersiblesauthorBohemia Interactiveurlhttps://www.arma3.commclassNameCUP_AirVehicles_MI6nameCUP_AirVehicles_MI6classNameCUP_TrackedVehicles_BMPnameCUP_TrackedVehicles_BMPauthorCommunity Cupgrade ProjectclassNameCUP_TrackedVehicles_ZSU23nameCUP_TrackedVehicles_ZSU23hauthordancemooxHeadergameTypeCoopminPlayersmaxPlayersYCategory0Category1HnameMultiplayerAttribute04Attribute1nAttributespropertyRespawnButtonexpressiontrueValuepdatatypevalue?typeSCALARpropertyRespawnTemplatesexpressiontrueValuedatatypevalue/typeARRAY/itemsItem0Ldata\typeyvalueNonetypeSTRINGnameScenarioAttribute0nAttributesHpropertyEnableDebugConsoleexpressiontrueValueHdataHtype3valueHtypeSCALARHIntelxEntities7!ConnectionsxyRbriefingNameark_co89_ukrainian_joboverviewTextUkrainian forces push into the airfield peninsula | Slot BTR-60 / SquadtimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=rainForcedlightningsForcedwavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<7!7items6Item0#Item1L+Item2.Item3|5Item4;Item5?Item6+FItem7LItem8TPItem9)WItem10]Item11bItem12mlItem13vItem14Item15Item16ĊItem17Item18%Item19ОItem20&Item21<Item22=Item23rItem24Item25Item26 Item27Item28Item29Item30YItem31½Item32Item33Item34Item35`Item36oItem37~Item38Item39Item40Item41?Item42eItem436+Item44Item45%Item46Item47 Item48 Item49Item509Item51Item52Item53xdataTypeGroupsideIndependentEntities$Attributes2+idL+itemsItem0V$Item1%Item2u'Item3)2+dataTypeObjectPositionInfo$sideIndependentflagsAttributes%idtypeI_officer_F%positionn(F7dAEangles@o@DX@%skill?rankCAPTAINinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Commanding OfficerisPlayerisPlayable%dataTypeObjectPositionInfoa&sideIndependentflagsAttributes&idtypeI_medic_Fu'positionU(FaAEangles@o@GX@&skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Platoon MedicisPlayableu'dataTypeObjectPositionInfo'sideIndependentflagsAttributes"(idtypeI_officer_F)position8(FBbAnٸEangles@o@DX@"(skill?rankLIEUTENANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Executive OfficerisPlayable)dataTypeObjectPositionInfo)sideIndependentflagsAttributes)idtypeI_crew_FCustomAttributes*2+position(F_AEangles@o@@`@)skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Platoon Driver (BRDM-2AM)isPlayable*Attribute0*nAttributes2+propertypitchexpression_this setpitch _value;Value*2+data+2+type+valueHz?2+typeSCALAR2+formationDIAMONDL+dataTypeGroupsideIndependentEntities+Attributes.id.itemsItem0+Item1P-.dataTypeObjectPositionInfo=,sideIndependentflagsAttributesu,idtypeI_Soldier_SL_FP-positionh'(FRxAlEangles7@,?/@u,skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha Squad LeaderisPlayableP-dataTypeObjectPositionInfo-sideIndependentflagsAttributes-idtypeI_medic_F.position(FlyALaEangles7@,?G@-skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha Squad MedicisPlayable.formationDIAMOND.dataTypeGroupsideIndependentEntitiesB/Attributesb5id |5itemsItem0/Item11Item22Item34b5dataTypeObjectPositionInfo/sideIndependentflagsAttributes00id typeI_Soldier_TL_F1positionm'FA枹Eangles7@,?G@00skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 1 Fireteam LeaderisPlayable1dataTypeObjectPositionInfo1sideIndependentflagsAttributes1id typeI_Soldier_AR_F2position'F,AnEanglesG@,?g@1skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 1 Automatic RiflemanisPlayable2dataTypeObjectPositionInfo 3sideIndependentflagsAttributesC3id typeI_Soldier_A_FatlOffset64position~'F.AEanglesw@,?o@C3skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 1 Assistant Automatic RiflemanisPlayable4dataTypeObjectPositionInfo{4sideIndependentflagsAttributes4id typeI_Soldier_LAT_Fb5position'F.AEangles@,?g@4skill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 1 Rifleman (AT)isPlayableb5formationDIAMOND|5dataTypeGroupsideIndependentEntities5Attributes;id;itemsItem0 6Item17Item29Item3}:;dataTypeObjectPositionInfo6sideIndependentflagsAttributes6idtypeI_Soldier_TL_F7position-'F4AMĹEangles@,?g@6skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 2 Fireteam LeaderisPlayable7dataTypeObjectPositionInfo8sideIndependentflagsAttributesK8idtypeI_Soldier_AR_F9positionW'FjAոEangles@,?W@K8skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 2 Automatic RiflemanisPlayable9dataTypeObjectPositionInfo9sideIndependentflagsAttributes9idtypeI_Soldier_A_F}:position>'FA`޹Eangles@,?W@9skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 2 Assistant Automatic RiflemanisPlayable}:dataTypeObjectPositionInfo:sideIndependentflagsAttributes.;idtypeI_Soldier_LAT_F;positionh'F2IAҹEangles@,?W@.;skill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Alpha 2 Rifleman (AT)isPlayable;formationDIAMOND;dataTypeGroupsideIndependentEntitiesH<Attributes?id?itemsItem0p<Item1=?dataTypeObjectPositionInfo<sideIndependentflagsAttributes =idtypeI_Soldier_SL_F=position.(FawAEanglesۇ@,?7@ =skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo Squad Leader isPlayable=dataTypeObjectPositionInfop>sideIndependentflagsAttributes>idtypeI_medic_F?positionX(FZxA Eanglesۇ@,?7@>skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo Squad MedicisPlayable?formationDIAMOND?dataTypeGroupsideIndependentEntities?AttributesFid+FitemsItem0.@Item1AItem23CItem3DFdataTypeObjectPositionInfo@sideIndependentflagsAttributes@idtypeI_Soldier_TL_FApositionk'Fn}ABEangles@,?@@skill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 1 Fireteam LeaderisPlayableAdataTypeObjectPositionInfo7BsideIndependentflagsAttributesoBidtypeI_Soldier_AR_F3Cposition'F >~A7Eangles@,?@oBskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 1 Automatic RiflemanisPlayable3CdataTypeObjectPositionInfoCsideIndependentflagsAttributesCidtypeI_Soldier_A_FDposition|'F~A\Eanglesۏ@,?@Cskill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 1 Assistant Automatic RiflemanisPlayableDdataTypeObjectPositionInfo*EsideIndependentflagsAttributesbEidtypeI_Soldier_LAT_FatlOffsetFposition'FAPEanglesۏ@,?@bEskill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 1 Rifleman (AT)isPlayableFformationDIAMOND+FdataTypeGroupsideIndependentEntities|FAttributesLid$LitemsItem0FItem1KHItem2IItem3-KLdataTypeObjectPositionInfo2GsideIndependentflagsAttributesjGid typeI_Soldier_TL_FKHposition'FЁAbEangles@,? @jGskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 2 Fireteam LeaderisPlayableKHdataTypeObjectPositionInfoHsideIndependentflagsAttributesHid!typeI_Soldier_AR_FIposition'FɂA WEangles@,? @Hskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 2 Automatic RiflemanisPlayableIdataTypeObjectPositionInfo6JsideIndependentflagsAttributesnJid"typeI_Soldier_A_F-Kposition'FXA|Eanglesۏ@,?@nJskill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 2 Assistant Automatic RiflemanisPlayable-KdataTypeObjectPositionInfoKsideIndependentflagsAttributesKid#typeI_Soldier_LAT_FLposition/'F sApEangles@,? @Kskill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Bravo 2 Rifleman (AT)isPlayableLformationDIAMONDLdataTypeGroupsideIndependentEntitiesLAttributes:Pid,TPitemsItem0 MItem1N:PdataTypeObjectPositionInfoMsideIndependentflagsAttributesMid*typeI_Soldier_SL_FNposition(FIuAFEangles@,?@Mskill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie Squad LeaderisPlayableNdataTypeObjectPositionInfo"OsideIndependentflagsAttributesZOid+typeI_medic_F:Pposition'FQwAΦEangles@,?"@ZOskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie Squad MedicisPlayable:PformationDIAMONDTPdataTypeGroupsideIndependentEntitiesPAttributesWid1atlOffset)WitemsItem0PItem1RItem2TItem3UWdataTypeObjectPositionInfo{QsideIndependentflagsAttributesQid-typeI_Soldier_TL_FatlOffsetRposition('FPl|AոEangles@,?"@Qskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 1 Fireteam LeaderisPlayableRdataTypeObjectPositionInfoSsideIndependentflagsAttributesWSid.typeI_Soldier_AR_FatlOffsetTpositionR'F~A\ʸEangles@,?"@WSskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 1 Automatic RiflemanisPlayableTdataTypeObjectPositionInfoTsideIndependentflagsAttributesTid/typeI_Soldier_A_FatlOffsetUposition9'FW}AEangles@,?"@Tskill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 1 Assistant Automatic RiflemanisPlayableUdataTypeObjectPositionInfo&VsideIndependentflagsAttributes^Vid0typeI_Soldier_LAT_FatlOffsetWpositionc'FWA Eangles@,?@^Vskill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 1 Rifleman (AT)isPlayableWformationDIAMOND)WdataTypeGroupsideIndependentEntitieszWAttributes]id6]itemsItem0WItem1LYItem2ZItem31\]dataTypeObjectPositionInfo0XsideIndependentflagsAttributeshXid2typeI_Soldier_TL_FLYposition'F9AEangles@,?@hXskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 2 Fireteam LeaderisPlayableLYdataTypeObjectPositionInfoYsideIndependentflagsAttributesYid3typeI_Soldier_AR_FZposition'Fb*AhEangles@,?@Yskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 2 Automatic RiflemanisPlayableZdataTypeObjectPositionInfo9[sideIndependentflagsAttributesq[id4typeI_Soldier_A_F1\position'F[AEangles@,?@q[skill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 2 Assistant Automatic RiflemanisPlayable1\dataTypeObjectPositionInfo\sideIndependentflagsAttributes\id5typeI_Soldier_LAT_F]position-'FA Eangles@,?@\skill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Charlie 2 Rifleman (AT)isPlayable]formationDIAMOND]dataTypeGroupsideIndependentEntities]Attributesbid>bitemsItem0&^Item1~`bdataTypeObjectPositionInfo^sideIndependentflagsAttributes^id<typeI_Soldier_SL_FCustomAttributes_~`position8iF:@EanglesA?^skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Delta Squad Leader [JIP]isPlayable_Attribute0_nAttributes~`propertypitchexpression_this setpitch _value;Value=`~`dataM`~`typei`value?~`typeSCALAR~`dataTypeObjectPositionInfoasideIndependentflagsAttributes?aid=typeI_medic_FCustomAttributes#bbposition%=iF:@^EanglesA??askill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Delta Squad Medic [JIP]isPlayable#bAttribute0KbnAttributesbpropertypitchexpression_this setpitch _value;Valuebbdatabbtypebvalue33s?btypeSCALARbbdataTypeGroupsideIndependentEntities)cAttributesglidCmlitemsItem0gcItem1eItem2hItem3EanglesA?fskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Delta 1 Automatic Rifleman [JIP]isPlayableTgAttribute0|gnAttributeshpropertypitchexpression_this setpitch _value;ValueghdataghtypegvalueG?htypeSCALARhdataTypeObjectPositionInfohsideIndependentflagsAttributeshidAtypeI_Soldier_A_FCustomAttributesixxpositionhF:@EanglesA?Vwskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "FTL"], ["marker", "D3", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Delta 3 Fireteam Leader [JIP]isPlayable>xAttribute0fxnAttributesxpropertypitchexpression_this setpitch _value;ValuexxdataxxtypexvalueG?xtypeSCALARxdataTypeObjectPositionInfo{ysideIndependentflagsAttributesyidJtypeI_Soldier_AR_FCustomAttributes}z,{position=hF:@̶EanglesA?yskill?rankCORPORALinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Delta 3 Automatic Rifleman [JIP]isPlayable}zAttribute0znAttributes,{propertypitchexpression_this setpitch _value;Valuez,{dataz,{type{valueHz?,{typeSCALAR,{dataTypeObjectPositionInfo{sideIndependentflagsAttributes{idKtypeI_Soldier_A_FCustomAttributes|d}position{hF:@hEanglesA?{skill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Delta 3 Assistant Automatic Rifleman [JIP]isPlayable|Attribute0|nAttributesd}propertypitchexpression_this setpitch _value;Value#}d}data3}d}typeO}valueHz?d}typeSCALARd} dataTypeObjectPositionInfo~sideIndependentflagsAttributes;~idLtypeI_Soldier_LAT_FatlOffsetCustomAttributes~positionhF9@EanglesA?;~skill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Delta 3 Rifleman (AT) [JIP]isPlayable~Attribute0nAttributespropertypitchexpression_this setpitch _value;Value^datantypevalue ׃?typeSCALARdataTypeGroupsideIndependentEntitiesAttributes{idUitemsItem0)Item1Item2{dataTypeObjectPositionInfosideIndependentflagsAttributes׀idRtypeI_engineer_Fposition)(FqkAEangles@,?@׀skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "ENG"], ["marker", "ENG1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Engineering 1 LeaderisPlayabledataTypeObjectPositionInfo/sideIndependentflagsAttributesgidStypeI_engineer_Fposition(F?mAEangles@,?2x@gskill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "ENGA"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Engineering 1 AssistantisPlayabledataTypeObjectPositionInfosideIndependentflagsAttributesȃidTtypeI_engineer_F{position#(F-ylAEangles۟@,?@ȃskill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "ENGA"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Engineering 1 AssistantisPlayable{formationDIAMONDdataTypeGroupsideIndependentEntitiesAttributesidYĊitemsItem0Item1 Item2ZdataTypeObjectPositionInfosideIndependentflagsAttributesمidVtypeI_crew_FCustomAttributes positionp'F#aAEangles@,?@مskill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VC"], ["marker", "APC1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 1 Commander (BMP-2)isPlayableAttribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;Value<dataLtypenvalueMale03GREtypeSTRINGpropertypitchexpression_this setpitch _value;Valueɇ dataه typevalueQx? typeSCALAR dataTypeObjectPositionInfo|sideIndependentflagsAttributesidWtypeI_crew_FZposition'F=AnֹEangles@,?@skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 1 DriverisPlayableZdataTypeObjectPositionInfỏsideIndependentflagsAttributesidXtypeI_crew_Fposition'FGAEangles@,?W@skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 1 GunnerisPlayableformationDIAMONDĊdataTypeGroupsideIndependentEntitiesAttributesڐid]itemsItem0HItem1:Item2ڐdataTypeObjectPositionInfoЋsideIndependentflagsAttributesidZtypeI_crew_FCustomAttributes:positionG'FAExEangles@,?@skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VC"], ["marker", "APC2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 2 Commander (BMP-2)isPlayableAttribute0"Attribute1nAttributes:propertyspeakerexpression_this setspeaker _value;Valueldata|typevalueMale01GREtypeSTRINGpropertypitchexpression_this setpitch _value;Value:data :type%valueu?:typeSCALAR:dataTypeObjectPositionInfosideIndependentflagsAttributesid[typeI_crew_Fpositionq'FZAlEangles@,?@skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 2 DriverisPlayabledataTypeObjectPositionInfosideIndependentflagsAttributes4id\typeI_crew_FڐpositionX'FPvAXEangles@,?@4skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 2 GunnerisPlayableڐformationDIAMONDdataTypeGroupsideIndependentEntitiesEAttributes ida%itemsItem0xItem1kItem2 dataTypeObjectPositionInfosideIndependentflagsAttributes8id^typeI_crew_FCustomAttributeskposition['FQzAEangles@,?@8skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VC"], ["marker", "APC3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 3 Commander (BMP-2)isPlayableAttribute0SAttribute1nAttributeskpropertyspeakerexpression_this setspeaker _value;ValuedatatypeϓvalueMale01GREtypeSTRINGpropertypitchexpression_this setpitch _value;Value*kdata:ktypeVvalueHz?ktypeSCALARkdataTypeObjectPositionInfoݔsideIndependentflagsAttributesid_typeI_crew_Fposition{'FkA Eangles@,?SH@skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 3 DriverisPlayabledataTypeObjectPositionInfo-sideIndependentflagsAttributeseid`typeI_crew_F positionl'FA1Eangles@,?@eskill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUkrainian Army - APC 3 GunnerisPlayable formationDIAMOND%dataTypeGroupsideIndependentEntitiesvAttributesʞidiОitemsItem0Item1Item2ʞdataTypeObjectPositionInfo1sideIndependentflagsAttributesiidftypeI_crew_FCustomAttributesPpositionL'FPA@Eangles'@,?7@iskill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VC"], ["marker", "SPAAG", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUkrainian Army - SPAAG Commander (ZU-23-4)isPlayablePAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueҙdatatypevalueMale05GREtypeSTRINGpropertypitchexpression_this setpitch _value;Value_dataotypevalueu?typeSCALARdataTypeObjectPositionInfo(sideIndependentflagsAttributes`idgtypeI_crew_FCustomAttributespositioni'F,ׅAbEangles'@,?7@`skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUkrainian Army - SPAAG DriverisPlayableAttribute0.nAttributespropertypitchexpression_this setpitch _value;Valuetdatatypevalue?typeSCALARdataTypeObjectPositionInfo=sideIndependentflagsAttributesuidhtypeI_crew_FCustomAttributesʞposition'F A5Eangles/@,?7@uskill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUkrainian Army - SPAAG GunnerisPlayableAttribute0CnAttributesʞpropertypitchexpression_this setpitch _value;ValueʞdataʞtypevalueHz?ʞtypeSCALARʞОdataTypeGroupsideIndependentEntities1Attributes idmatlOffset&itemsItem0dItem1ġItem2 dataTypeObjectPositionInfosideIndependentflagsAttributes4idjtypeI_crew_FatlOffsetCustomAttributesġposition/(Fy}A.Eangleso@,?@4skill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VC"], ["marker", "TNK", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Tank Commander (T-72)isPlayableAttribute0=nAttributesġpropertypitchexpression_this setpitch _value;Valueġdataġtypevalueu?ġtypeSCALARġ dataTypeObjectPositionInfo\sideIndependentflagsAttributesidktypeI_crew_FatlOffsetCustomAttributes9position#(F;AEangleso@,?@skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Tank DriverisPlayable9Attribute0anAttributespropertypitchexpression_this setpitch _value;Valuedatatypeӣvalue ׃?typeSCALAR dataTypeObjectPositionInfosideIndependentflagsAttributesidltypeI_crew_FatlOffsetCustomAttributes] position)(FAA Eangleso@,?@skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUkrainian Army - Tank GunnerisPlayable]Attribute0nAttributes propertypitchexpression_this setpitch _value;Value˥ dataۥ typevalueff? typeSCALAR formationDIAMOND&dataTypeGroupsideIndependentEntitieswAttributes6idq<itemsItem0Item1Item26dataTypeObjectPositionInfo7sideIndependentflagsAttributesoidntypeI_helipilot_FCustomAttributesSpositionhF:@Eangles2?oskill?rankSERGEANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "P"], ["marker", "TH", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUkrainian Army - TH Pilot (Mi-17 Hip) [JIP]isPlayableSAttribute0{nAttributespropertypitchexpression_this setpitch _value;ValuedataѨtypevalueff?typeSCALARdataTypeObjectPositionInfosideIndependentflagsAttributesƩidotypeI_helicrew_FCustomAttributesmposition"hF:@Eangles2?Ʃskill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUkrainian Army - TH Crew [JIP]isPlayablemAttribute0nAttributespropertypitchexpression_this setpitch _value;Value۪datatypevalue?typeSCALARdataTypeObjectPositionInfosideIndependentflagsAttributesidptypeI_helicrew_FCustomAttributes6positionhF:@Eangles2?skill?init[this, ["faction", "MNP_UKR_TTSKO"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUkrainian Army - TH Crew [JIP]isPlayableAttribute0nAttributes6propertypitchexpression_this setpitch _value;Value6data6type!value?6typeSCALAR6<dataTypeGroupsideIndependentEntitiesAttributes7idt=itemsItem0Item1 7dataTypeObjectPositionInfo>sideIndependentflagsAttributesvidrtypeI_pilot_FCustomAttributes^ positionWhF:@ Eangles'/?vskill?rankLIEUTENANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "P"], ["marker", "AH", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUkrainian Army - AH Pilot (Mi-24D Hind) [JIP]isPlayable^Attribute0nAttributes propertypitchexpression_this setpitch _value;Value̯ dataܯ typevalue? typeSCALAR dataTypeObjectPositionInfosideIndependentflagsAttributesΰidstypeI_pilot_FCustomAttributes7positionhhF:@1Eangles'/?ΰskill?rankLIEUTENANTinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionUkrainian Army - AH Gunner [JIP]isPlayableAttribute0nAttributes7propertypitchexpression_this setpitch _value;Value7data7type"valueHz?7typeSCALAR7=dataTypeObjectPositionInfosideEmptyflagsAttributesidvtypeCUP_B_T72_CDFatlOffsetrposition'(FseAw%Eangleso@,?@skill?lockUNLOCKEDinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Truck"]] call hull3_unit_fnc_init;rdataTypeObjectPositionInfosideEmptyflagsAttributes4idxtypeCUP_B_Mi24_D_CDFCustomAttributesposition+FhF,A˸Eangles'/?4skill?init [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Truck"]] call hull3_unit_fnc_init;Attribute0ȴnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"data2typevalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfoZsideEmptyflagsAttributesidtypeCUP_B_Ural_Reammo_CDFatlOffsetʸCustomAttributespositionT'FVAIEangles@,?2x@skill?lockUNLOCKEDinit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Truck"]] call hull3_unit_fnc_init;Attribute06nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_Ural_Refuel_CDFCustomAttributes positionoJhF@Einit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Truck"]] call hull3_unit_fnc_init;Attribute0=nAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value data typevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false] typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_Ural_Reammo_CDFCustomAttributespositionEghF3@Einit [this, ["faction", "MNP_UKR_TTSKO"], ["gear", "Truck"]] call hull3_unit_fnc_init;Attribute0DnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeMarkerposition;iF,ھ{Enamemkr_heliporttypeEmptyidatlOffsetdataTypeMarkerpositionBf!F,ھ߿Enamemkr_frontlinetypeEmptyidatlOffset3dataTypeMarkerpositionڥ F0pLEnamemkr_crossingtypeEmptyidatlOffset4@YdataTypeMarkerpositionF0pbEnamemkr_powertypeEmptyidatlOffsetT½dataTypeMarkerpositionE`@ Enamemkr_port_hqtypeEmptyiddataTypeMarkerpositionNFFEnamemkr_flight_linetypeEmptyidatlOffset`dataTypeMarkerpositionFʃEnamemkr_barrackstypeEmptyidatlOffset`dataTypeMarkerpositionhF,!+9~Enamemkr_helitypeEmptyidatlOffset``dataTypeTriggerpositionF>@ fEanglemAttributesͿid0typeEmptyDetectoronametgr_objective_1conditionthis && {((getPosATL _x) select 2) < 5} count thislist > 0sizeAshzBsizeBwBactivationByGUERisRectangleodataTypeTriggerpositionF`@lEangleh@Attributesid1typeEmptyDetector~nametgr_objective_2conditionthis && {((getPosATL _x) select 2) < 5} count thislist > 0sizeAshzBsizeBƸBactivationByGUERisRectangle~dataTypeTriggerposition E`@֠Eangle 0sizeAshzBsizeBBactivationByGUERisRectangledataTypeTriggerpositionLF`@AEangleh@Attributesid3typeEmptyDetectornametgr_objective_4conditionthis && {((getPosATL _x) select 2) < 5} count thislist > 0sizeAshzBsizeBwBactivationByGUERisRectangledataTypeTriggerpositiongF`@o@EAttributesid4typeEmptyDetectornametgr_objective_5conditionthis && {((getPosATL _x) select 2) < 5} count thislist > 0onActivationheli_1 setfuel 1; heli_2 setfuel 1;sizeAVΨBsizeBwBactivationByGUERisRectangledataTypeMarkerpositionFpfEnamemkr_bolsheviktypeEmptyidtatlOffsetpf?dataTypeLayernameARK ModulesEntitiesidzatlOffset@ BpositionE2@D8>Attribute0Attribute1Attribute2nAttributesBpropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;ValueZdatajtypevalue?typeSCALARpropertyhideObjectexpressionif !(is3DEN) then {_this hideobjectglobal _value;};ValueBdataBtype/valueBtypeBOOLBdataTypeWaypointpositionF`@EEffectsshowWPNEVERidQtypeMovedataTypeWaypointposition EwFEffects"showWPNEVERidRtypeMoveatlOffsetA((.dataTypeTriggerposition^E/@DAttributesidtypeEmptyDetectorAreaR50atlOffsetBconditiontriggeractivated tgr_objective_1;dataTypeTriggerpositionE/@DAttributesRid6typeEmptyDetectorAreaR50atlOffsetBconditiontriggeractivated tgr_objective_1;dataTypeTriggerpositionRbE/@gDAttributesid<typeEmptyDetectorAreaR50atlOffsetB2conditiontriggeractivated tgr_objective_2;2dataTypeTriggerpositionE/@fDAttributesid@typeEmptyDetectorAreaR50atlOffsetBconditiontriggeractivated tgr_objective_2;dataTypeTriggerpositionE/@1DAttributesVidHtypeEmptyDetectorAreaR50atlOffsetBconditiontriggeractivated tgr_objective_3;dataTypeTriggerpositionpositionD#E?%A(Fangles KI@nameheli_1DdataTypeObjectPositionInfobsideEastAttributesidWtypeCUP_O_RU_PilotatlOffset>positionD#E?%A(Fangles KI@nameheli_1GdataTypeObjectPositionInfo$sideEastAttributes\idXtypeCUP_O_RU_PilotatlOffset>bpositionD#E?%A(Fangles KI@\bdataTypeObjectPositionInfosideEastAttributesidYtypeCUP_O_RU_PilotatlOffset>positionD#E?%A(Fangles KI@dataTypeObjectPositionInfosideEastAttributesidZtypeCUP_O_RU_PilotatlOffset>positionD#E?%A(Fangles KI@ dataTypeWaypointpositionlF7PEEcombatModeREDformationFILEspeedFULLcombatCOMBATEffects|showWPNEVERid[typeMoveatlOffsetREdataTypeWaypointposition FCPEZFEtypeSeekAndDestroyEffectsshowWPNEVERid\atlOffsetA6PEdataTypeWaypointposition#F@6PE\EEffects|showWPNEVERid]typeMoveatlOffset@REdataTypeWaypointpositionFgRE^EtypeSeekAndDestroyEffectsshowWPNEVERid^atlOffsetA6PEdataTypeWaypointposition FCPEEtypeCycleEffects}showWPNEVERid_atlOffsetA6PELinkIDProviderLinksnextIDitemsItem0 Item1VItem2Item3Item4plinkIDitem0Vitem1UCustomDataEVroleVlinkIDitem0Witem1UCustomDataroleturretPathlinkIDitem0Xitem1UCustomDataroleturretPathlinkIDitem0Yitem1UCustomDataMproleturretPathplinkIDitem0Zitem1UCustomDataroleturretPathdataTypeGroupsideEastEntities7AttributesCrewLinksid`atlOffset< items Item0Item1Item2KItem3Item4Item5dItem6 Item7Item8Item9dataTypeObjectPositionInfo8sideEastflagsAttributespidatypeCUP_O_RU_PilotatlOffset`>positionE}'A'Fangles KI@pnameheli_1D_1dataTypeObjectPositionInfosideEastAttributes4idbtypeCUP_O_RU_PilotatlOffset`>KpositionE}'A'Fangles KI@4nameheli_1G_1KdataTypeObjectPositionInfosideEastAttributesidctypeCUP_O_RU_PilotatlOffset`>positionE}'A'Fangles KI@dataTypeObjectPositionInfossideEastAttributesiddtypeCUP_O_RU_PilotatlOffset`>positionE}'A'Fangles KI@dataTypeObjectPositionInfo&sideEastAttributes^idetypeCUP_O_RU_PilotatlOffset`>dpositionE}'A'Fangles KI@^d dataTypeWaypointpositionE&EcombatModeREDformationFILEspeedNORMALcombatCOMBATEffectsshowWPNEVERidftypeMoveatlOffsetVA  dataTypeWaypointposition-E`@2EtypeSeekAndDestroyEffectsshowWPNEVERidgdataTypeWaypointposition: FZEEffects showWPNEVERidhtypeMoveatlOffsetAdataTypeWaypointposition! F`@EtypeSeekAndDestroyEffectsshowWPNEVERididataTypeWaypointpositionE`@EtypeCycleEffectsshowWPNEVERidjLinkIDProviderLinks/<nextID/itemsItem0xItem1Item2"Item3Item4<linkIDitem0aitem1kCustomDatarolelinkIDitem0bitem1kCustomData"roleturretPath"linkIDitem0citem1kCustomData]roleturretPathlinkIDitem0ditem1kCustomDataroleturretPathlinkIDitem0eitem1kCustomData<roleturretPath< dataTypeObjectPositionInfosideEastflagsAttributes idUtypeCUP_O_Mi8_RUatlOffset#CustomAttributes9 positionF#EJRA(Fangles KI@ fuelnameheli_1texturesCHDKZ9Attribute0qAttribute1dnAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueddatadtypeOvalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]dtypeSTRINGdpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Valueu data typevalue typeARRAYitemsItem0Item1  data type typeARRAY data  type; valueO  typeARRAYO itemsItem0w Item1  data  type valueAddCargoHook_COver typeSTRING data  type value typeSCALAR  dataTypeObjectPositionInfo sideEastflagsAttributes idktypeCUP_O_Mi8_RUatlOffsetCustomAttributes positionETA'Fangles KI@ fuelnameheli_2texturesCHDKZ Attribute0= Attribute10 nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value 0 data 0 type value[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]0 typeSTRING0 propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueA dataQ typel value typeARRAY itemsItem0 Item1 data  type  typeARRAY data typevaluetypeARRAYitemsItem0CItem1dataStype~valueAddCargoHook_COvertypeSTRINGdatatypevaluetypeSCALARdataTypeLogicPositionInfoDidtypeARK_Rotor_InsertatlOffsettBCustomAttributesdpositionNE@PDdAttribute0Attribute1Attribute2PAttribute3Attribute4nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValueIdataYtypeuvalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value PdataPtype;valueDefaultPtypeSTRINGPpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatatypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValuexdatatypevalueHCtypeSCALARpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value8dataHtypeuvalueark_rotor_fnc_inserttypeSTRINGdataTypeLogicPositionInfoidtypeARK_Rotor_InsertatlOffsettBCustomAttributes@position6E@ODAttribute0Attribute1@Attribute2Attribute3Attribute4onAttributes@propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value@data@type+valueB@typeSCALAR@propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuedatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuewdatatypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value.odata>otypeZvalueHCotypeSCALARopropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value@data@type+valueark_rotor_fnc_insert@typeSTRING@dataTypeLogicPositionInfoidtypeARK_Rotor_InsertatlOffsettBCustomAttributespositionE@5DAttribute08Attribute1Attribute2Attribute3qAttribute4%nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatatypevalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuewdatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value-qdata=qtype\valueNORMALqtypeSTRINGqpropertyARK_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_inserttypeSTRINGdataTypeLogicPositionInfofidtypeARK_Rotor_InsertatlOffsettBCustomAttributes!positionN:E@4DAttribute0Attribute1Attribute2rAttribute3' Attribute4 nAttributes!propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Valuekdata{typevalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value-rdata=rtype]valueDefaultrtypeSTRINGrpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value' data' type valueNORMAL' typeSTRING' propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value  data  type valueHC typeSCALAR propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueZ!!dataj!!type!valueark_rotor_fnc_insert!typeSTRING!dataTypeLogicPositionInfo"idtypeARK_Rotor_ParadropatlOffsettBCustomAttributes>"q&positionfE@D>"Attribute0"Attribute1n#Attribute2C$Attribute3$Attribute4%nAttributesq&propertyARK_Rotor_Paradrop_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value)#n#data9#n#typeY#valueDefaultn#typeSTRINGn#propertyARK_Rotor_Paradrop_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value#C$data#C$type.$valueark_rotor_fnc_paradropC$typeSTRINGC$propertyARK_Rotor_Paradrop_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value$$data$$type$valueHC$typeSCALAR$propertyARK_Rotor_Paradrop_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Valuex%%data%%type%valueB%typeSCALAR%propertyARK_Rotor_Paradrop_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value,&q&data<&q&type\&valueLIMITEDq&typeSTRINGq&dataTypeLogicPositionInfo&idtypeARK_Rotor_ParadropatlOffsettBCustomAttributes'6+positionE@D'Attribute0k'Attribute13(Attribute2)Attribute3)Attribute4~*nAttributes6+propertyARK_Rotor_Paradrop_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value'3(data'3(type(valueDefault3(typeSTRING3(propertyARK_Rotor_Paradrop_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value()data()type(valueark_rotor_fnc_paradrop)typeSTRING)propertyARK_Rotor_Paradrop_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value}))data))type)valueHC)typeSCALAR)propertyARK_Rotor_Paradrop_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value=*~*dataM*~*typei*valueB~*typeSCALAR~*propertyARK_Rotor_Paradrop_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value*6+data+6+type!+valueLIMITED6+typeSTRING6+dataTypeLayernameSentry AIEntities+id|atlOffset BjitemsiItem0~0Item131Item25Item3:Item4l;Item5!<Item6@Item79EItem8EItem9FItem10GItem11 IItem12MJItem13UKItem14uLItem15MItem16NItem17OItem18QItem19;RItem20[SItem21TItem22UItem23VItem24XItem25CYItem26bZItem27[Item28\Item29 ^Item30`_Item31`Item32aItem33bItem34dItem350eItem36pfItem37gItem38"jItem39jItem40kItem41mItem42FnItem43oItem44pItem45rItem46DsItem47tItem48uItem49wItem50BxItem51yItem52zItem53{Item54&Item55cItem56Item57Item58#Item59cItem60jItem61Item62ьItem63Item648Item65XItem66xItem67Item68דItem69Item706Item71VItem72uItem73Item74Item75Item76Item77TItem78Item79ӠItem80Item812Item82rItem83Item84Item85Item86 Item87?Item88_Item89Item90Item91Item92Item93;Item94{Item95Item96Item97sItem984Item99<Item100CItem101JItem102RItem103ZItem104dataTypeObjectPositionInfo0sideEastflagsAttributes-1idtypeCUP_O_BRDM2_HQ_CHDKZ31positionFB@Eangles>H@-131dataTypeGroupsideEastEntities1Attributes4CrewLinks4idatlOffset׷@5itemsItem01Item1r3Item2@44 dataTypeObjectPositionInfoi2sideEastflagsAttributes2idtypeMNP_DPR_Soldier_FatlOffset۸@CustomAttributes2r3position F.A͑Eangles?2skillL>rankCORPORAL2Attribute02nAttributesr3propertypitchexpression_this setpitch _value;Value13r3dataA3r3type]3value\?r3typeSCALARr3dataTypeObjectPositionInfo3sideEastflagsAttributes.4idtypeMNP_DPR_Soldier_FatlOffset۸@@4position F.A͑Eangles?.4skillL>@4dataTypeWaypointpositionBF`@ّEtypeSentrycombatModeREDcombatCOMBATEffects4showWPNEVERid444LinkIDProvider4Links 55nextID 5itemsItem045Item155linkIDitem0item1CustomDatao55roleturretPath5linkIDitem0item1CustomData55rolecargoIndex5dataTypeGroupsideEastEntitiesX6Attributes9CrewLinks9idatlOffset]@:itemsItem06Item1.8Item289 dataTypeObjectPositionInfo%7sideEastflagsAttributes]7idtypeMNP_DPR_Soldier_FatlOffset@CustomAttributes7.8position>FU0AEangles?]7skillL>rankCORPORAL7Attribute07nAttributes.8propertypitchexpression_this setpitch _value;Value7.8data7.8type8value\?.8typeSCALAR.8dataTypeObjectPositionInfo8sideEastflagsAttributes8idtypeMNP_DPR_Soldier_FatlOffset@8position>FU0AEangles?8skillL>8dataTypeWaypointpositionbF@yEtypeSentrycombatModeREDcombatCOMBATEffects9showWPNEVERid999LinkIDProvider9Links9:nextID9itemsItem09Item1M::linkIDitem0item1CustomData+:M:rolecargoIndexM:linkIDitem0item1CustomData::roleturretPath:dataTypeObjectPositionInfo.;sideEastflagsAttributesf;idtypeCUP_O_ZU23_ChDKZatlOffset׷@l;position FLAS͑Eangles?f;l;dataTypeObjectPositionInfo;sideEastAttributes<idtypeCUP_O_ZU23_ChDKZatlOffset]@!<position>FMOAEangles?<!<dataTypeGroupsideEastEntities<Attributes?CrewLinks?idbatlOffsetg@@itemsItem0<Item1H>Item2>? dataTypeObjectPositionInfoW=sideEastflagsAttributesw=idctypeMNP_DPR_Soldier_FatlOffset8CustomAttributes=H>positiontF:1AEw=skillL>rankCORPORAL=Attribute0=nAttributesH>propertypitchexpression_this setpitch _value;Value>H>data>H>type3>value\?H>typeSCALARH>dataTypeObjectPositionInfo>sideEastflagsAttributes>idetypeMNP_DPR_Soldier_FatlOffset8>positiontF:1AE>skillL>>dataTypeWaypointpositionQF`@RәEtypeSentrycombatModeREDcombatCOMBATEffects?showWPNEVERidf???LinkIDProvider?Links?@nextID?itemsItem0?Item1P@@linkIDitem0citem1^CustomData-@P@roleturretPathP@linkIDitem0eitem1^CustomData@@rolecargoIndex@dataTypeGroupsideEastEntitiesAAttributesDCrewLinksDidgatlOffset]@9EitemsItem0IAItem1BItem2CD dataTypeObjectPositionInfoAsideEastflagsAttributesBidhtypeMNP_DPR_Soldier_FatlOffset@CustomAttributes%BBposition(rFU0AdEBskillL>rankCORPORAL%BAttribute0MBnAttributesBpropertypitchexpression_this setpitch _value;ValueBBdataBBtypeBvalue\?BtypeSCALARBdataTypeObjectPositionInfoXCsideEastflagsAttributesxCiditypeMNP_DPR_Soldier_FatlOffset@Cposition(rFU0AdExCskillL>CdataTypeWaypointpositionyqF@fEtypeSentrycombatModeREDcombatCOMBATEffectsDshowWPNEVERidjDDDLinkIDProviderCDLinksVD9EnextIDVDitemsItem0~DItem1D9ElinkIDitem0hitem1_CustomDataDDrolecargoIndexDlinkIDitem0iitem1_CustomDataE9EroleturretPath9EdataTypeObjectPositionInfoEsideEastflagsAttributesEid^typeCUP_O_ZU23_ChDKZatlOffsetg@EpositiontF0OAEangles:@EEdataTypeObjectPositionInfoqFsideEastAttributesFid_typeCUP_O_ZU23_ChDKZatlOffset]@Fposition(rFMOA=dEangles~@FFdataTypeGroupsideEastEntities GAttributesGid(atlOffset(8GitemsItem0&GGdataTypeObjectPositionInfoGsideEastflagsAttributesGid)typeMNP_DPR_Soldier_FatlOffset(8Gposition Fp@Eangles@GGGdataTypeGroupsideEastEntities8HAttributesIid* IitemsItem0UHIdataTypeObjectPositionInfoHsideEastflagsAttributesIid+typeMNP_DPR_Soldier_FIpositionSF*@AEangles@II IdataTypeGroupsideEastEntitiesgIAttributesGJid,atlOffseth7MJitemsItem0IGJdataTypeObjectPositionInfo JsideEastflagsAttributesAJid-typeMNP_DPR_Soldier_ARatlOffseth7GJpositionFG@äEangles,ɭ@AJGJMJdataTypeGroupsideEastEntitiesJAttributesOKid.UKitemsItem0JOKdataTypeObjectPositionInfo)KsideEastflagsAttributesIKid/typeMNP_DPR_Soldier_AROKpositionaF0@1dEIKOKUKdataTypeGroupsideEastEntitiesKAttributesoLid0uLitemsItem0KoLdataTypeObjectPositionInfo1LsideEastflagsAttributesiLid1typeMNP_DPR_Soldier_TLoLpositionF*@?Eangles2?n@iLoLuLdataTypeGroupsideEastEntitiesLAttributesMid2atlOffset5MitemsItem0LMdataTypeObjectPositionInfoqMsideEastflagsAttributesMid3typeMNP_DPR_Soldier_MGatlOffset5MpositionoTF%#@aEMMMdataTypeGroupsideEastEntitiesMAttributesNid4atlOffsetNitemsItem0NNdataTypeObjectPositionInfoNsideEastflagsAttributesNid5typeMNP_DPR_Soldier_FatlOffsetNpositionTF)@"Eanglesr}@NNNdataTypeGroupsideEastEntities&OAttributesOidOitemsItem0COOdataTypeObjectPositionInfoOsideEastflagsAttributesOidtypeMNP_DPR_Soldier_AROpositionRF*@FEangles>@OOOdataTypeGroupsideEastEntitiesFPAttributesQidQitemsItem0cPQdataTypeObjectPositionInfoPsideEastflagsAttributesQidtypeMNP_DPR_Soldier_ATQpositionZYF*@IEangles>@QQQdataTypeGroupsideEastEntitiesfQAttributes5Rid";RitemsItem0Q5RdataTypeObjectPositionInfoQsideEastflagsAttributes/Rid#typeMNP_DPR_Soldier_F5Rposition)aF@ Eangles`?/R5R;RdataTypeGroupsideEastEntitiesRAttributesUSid&[SitemsItem0RUSdataTypeObjectPositionInfoSsideEastflagsAttributesOSid'typeMNP_DPR_Soldier_ARUSposition*Fh@(Eangles@OSUS[SdataTypeGroupsideEastEntitiesSAttributesTid$atlOffset8TitemsItem0STdataTypeObjectPositionInfoWTsideEastflagsAttributesTid%typeMNP_DPR_Soldier_TLatlOffset8Tposition*F`@qEangles ݬ@TTTdataTypeGroupsideEastEntitiesTAttributesUid atlOffset5UitemsItem0UUdataTypeObjectPositionInfoUsideEastflagsAttributesUid!typeMNP_DPR_Soldier_ARatlOffset5Upositiond-F`hA?Eangles3c@UUUdataTypeGroupsideEastEntities%VAttributesVidVitemsItem0BVVdataTypeObjectPositionInfoVsideEastflagsAttributesVidtypeMNP_DPR_Soldier_TLVposition#FY6ASfEVVVdataTypeGroupsideEastEntities-WAttributesWidXitemsItem0JWWdataTypeObjectPositionInfoWsideEastflagsAttributesWidtypeMNP_DPR_Soldier_ARWposition۞FY6AIEanglesE@WWXdataTypeGroupsideEastEntities]XAttributes=YidatlOffset5CYitemsItem0zX=YdataTypeObjectPositionInfoXsideEastflagsAttributes7YidtypeMNP_DPR_Soldier_ATatlOffset5=Yposition-FZ6AEangles6@7Y=YCYdataTypeGroupsideEastEntitiesYAttributes\ZidbZitemsItem0Y\ZdataTypeObjectPositionInfoZsideEastflagsAttributesVZidtypeMNP_DPR_Soldier_F\ZpositionFY6AAVZ\ZbZdataTypeGroupsideEastEntitiesZAttributes[idatlOffsetõ>[itemsItem0Z[dataTypeObjectPositionInfo][sideEastflagsAttributes[idtypeMNP_DPR_Soldier_FatlOffsetõ>[positionEcl@xuEangles ?[[[dataTypeGroupsideEastEntities[Attributes\idatlOffsetõ>\itemsItem0\\dataTypeObjectPositionInfo\sideEastflagsAttributes\idtypeMNP_DPR_Soldier_FatlOffsetõ>\position+Ecl@Eangles ?\\\dataTypeGroupsideEastEntities:]Attributes^idatlOffsetõ> ^itemsItem0W]^dataTypeObjectPositionInfo]sideEastflagsAttributes^idtypeMNP_DPR_Soldier_ATatlOffsetõ>^positiontEdl@rSEangles+m@^^ ^dataTypeGroupsideEastEntitiesz^AttributesZ_idatlOffsetõ>`_itemsItem0^Z_dataTypeObjectPositionInfo_sideEastflagsAttributesT_idtypeMNP_DPR_Soldier_ARatlOffsetõ>Z_positionؖEdl@~dEanglesh@T_Z_`_dataTypeGroupsideEastEntities_Attributes`id atlOffsetB:`itemsItem0_`dataTypeObjectPositionInfo\`sideEastflagsAttributes`id typeMNP_DPR_Soldier_ATatlOffsetB:`position;>FAԇEangles>```dataTypeGroupsideEastEntities`Attributesaid atlOffsetH:F\C@oEanglesJh@gggdataTypeGroupsideEastEntities hAttributesiiCrewLinksoiid "jitemsItem01hItem1hiidataTypeObjectPositionInfohsideEastflagsAttributeshid!typeMNP_DPR_Soldier_FatlOffset>hpositionF)@EhhdataTypeWaypointpositionFa@iEtypeSentrycombatModeREDcombatCOMBATEffectscishowWPNEVERidiiiioiLinkIDProvideriLinksi"jnextIDiitemsItem0i"jlinkIDitem0!item1CustomDatai"jroleturretPath"jdataTypeMarkerposition F,!Enamemkr_atctypeEmptyidatlOffset`jdataTypeGroupsideEastEntitiesjAttributeskidatlOffsett7@kitemsItem0kkdataTypeObjectPositionInfoksideEastflagsAttributeskidtypeMNP_DPR_Soldier_FatlOffsett7@kposition`KFaAEangles2m?kkkdataTypeGroupsideEastEntities"lAttributesmidatlOffset ?mitemsItem0?lmdataTypeObjectPositionInfolsideEastflagsAttributeslidtypeMNP_DPR_Soldier_FatlOffset ?mpositionHF@EanglesN@lmmdataTypeGroupsideEastEntitiesamAttributes@nidatlOffset6>FnitemsItem0~m@ndataTypeObjectPositionInfonsideEastflagsAttributes:nidtypeMNP_DPR_Soldier_FatlOffset6>@npositionقF!ť@-EanglesY?:n@nFndataTypeGroupsideEastEntitiesnAttributesoidatlOffset6>oitemsItem0nodataTypeObjectPositionInfoAosideEastflagsAttributesyoidtypeMNP_DPR_Soldier_FatlOffset6>opositionF!ť@KEanglesY?yooodataTypeGroupsideEastEntitiesoAttributespidatlOffset6>pitemsItem0opdataTypeObjectPositionInfopsideEastflagsAttributespidtypeMNP_DPR_Soldier_ATatlOffset6>pposition lF!ť@9Eanglesz@pppdataTypeGroupsideEastEntitiesqAttributesqidatlOffset6>ritemsItem0qpositionlF!ť@YEangles)y@qqrdataTypeGroupsideEastEntities_rAttributes>sidatlOffset@,6>DsitemsItem0|r>sdataTypeObjectPositionInfossideEastflagsAttributes8sidtypeMNP_DPR_Soldier_FatlOffset@,6>>spositionyEP@t8Eangles/@8s>sDsdataTypeGroupsideEastEntitiessAttributes}tidatlOffset.6>titemsItem0s}tdataTypeObjectPositionInfo?tsideEastflagsAttributeswtidtypeMNP_DPR_Soldier_FatlOffset.6>}tposition2E @)Eangles/@wt}ttdataTypeGroupsideEastEntitiestAttributesuidatlOffset@E!>uitemsItem0tudataTypeObjectPositionInfousideEastflagsAttributesuidtypeMNP_DPR_Soldier_ATatlOffset@E!>upositionE@ Eangles,@uuudataTypeGroupsideEastEntitiesvAttributesvidatlOffsetH>witemsItem0:vvdataTypeObjectPositionInfovsideEastflagsAttributesvidtypeMNP_DPR_Soldier_ARatlOffsetH>vpositionE% @EanglesI(@vvwdataTypeGroupsideEastEntities]wAttributesysideEastflagsAttributesvyidtypeMNP_DPR_Soldier_TLatlOffsetn4<|ypositionGBEI@EanglesH@vy|yydataTypeGroupsideEastEntitiesyAttributeszidatlOffset=zitemsItem0yzdataTypeObjectPositionInfo}zsideEastflagsAttributeszidtypeMNP_DPR_Soldier_FatlOffset=zpositionGEձ@Eanglesɨ@zzzdataTypeGroupsideEastEntities{Attributes{idatlOffset@6{itemsItem08{{dataTypeObjectPositionInfo{sideEastflagsAttributes{idtypeMNP_DPR_Soldier_MGatlOffset@6{position_QE@i&E{{{dataTypeGroupsideEastEntitiesC|Attributes idatlOffset7&itemsItem0`| dataTypeObjectPositionInfo|sideEastflagsAttributes}idtypeMNP_DPR_Soldier_FatlOffset7 position9E=@dEangles-v@}Inventory1}  handgun}uniformB~vest|mapItemMapcompassItemCompasswatchItemWatchradioItemRadiogogglesG_AviatorheadgearCUP_H_RUS_ZSH_Shield_Up nameCUP_hgun_MakarovprimaryMuzzleMag~B~nameCUP_8Rnd_9x18_Makarov_MammoLeftB~typeNameMNP_CombatUniform_DPR_AisBackpackMagazineCargo~ItemCargo:|itemsItem0~Item1~:nameHandGrenadecountammoLeft~nameCUP_8Rnd_9x18_Makarov_McountammoLeft:itemsItem0W|nameFirstAidKitcount|typeNameMNP_Vest_Light_ODisBackpackMagazineCargo itemsItem0 nameCUP_8Rnd_9x18_Makarov_McountammoLeft &dataTypeGroupsideEastEntitiesAttributes]idatlOffset7citemsItem0]dataTypeObjectPositionInfo!sideEastflagsAttributesYidtypeMNP_DPR_Soldier_FatlOffset7]positionE@Eanglesڅ@YInventoryn] handgununiformvestmapItemMapcompassItemCompasswatchItemWatchradioItemRadiogogglesG_AviatorheadgearCUP_H_RUS_ZSH_Shield_Up]nameCUP_hgun_MakarovprimaryMuzzleMagKnameCUP_8Rnd_9x18_Makarov_MammoLefttypeNameMNP_CombatUniform_DPR_AisBackpackMagazineCargoۂItemCargowitemsItem0Item17wnameHandGrenadecountammoLeft7nameCUP_8Rnd_9x18_Makarov_McountammoLeftwitemsItem0nameFirstAidKitcounttypeNameMNP_Vest_Light_ODisBackpackMagazineCargo]itemsItem0]nameCUP_8Rnd_9x18_Makarov_McountammoLeft]cdataTypeGroupsideEastEntitiesAttributesidYatlOffsetw@itemsItem0ڄdataTypeObjectPositionInfo_sideEastflagsAttributesidZtypeMNP_DPR_Soldier_TLatlOffsetw@positionaE9]AEangles@ʱ>dataTypeGroupsideEastEntitiesAttributes݆id]atlOffset([y@itemsItem0݆dataTypeObjectPositionInfosideEastflagsAttributes׆id^typeMNP_DPR_Soldier_ARatlOffset([y@݆positionEK]AEangles.b@׆݆dataTypeGroupsideEastEntities=Attributesid{atlOffset@0:#itemsItem0ZdataTypeObjectPositionInfo߇sideEastflagsAttributesid|typeMNP_DPR_Soldier_TLatlOffset@0:positionpE `ArLEangles3^@#dataTypeGroupsideEastEntities}Attributes]idatlOffsetrsideEastflagsAttributes^idjtypeMNP_DPR_Soldier_FdpositionEAM|E^djdataTypeGroupsideEastEntitiesĊAttributesidkatlOffset6itemsItem0dataTypeObjectPositionInfofsideEastflagsAttributesidltypeMNP_DPR_Soldier_ARatlOffset6positionEA7|EdataTypeGroupsideEastEntitiesAttributesˌidatlOffsetE;ьitemsItem0 ˌdataTypeObjectPositionInfosideEastflagsAttributesŌidtypeMNP_DPR_Soldier_FatlOffsetE;ˌpositionEV@BEanglesZ?ŌˌьdataTypeGroupsideEastEntities+Attributes idatlOffset(;itemsItem0H dataTypeObjectPositionInfo̍sideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffset(; positionE6]@}Eangles5? dataTypeGroupsideEastEntitiesjAttributes2idgatlOffset$98itemsItem02dataTypeObjectPositionInfo sideEastflagsAttributes,idhtypeMNP_DPR_Soldier_MGatlOffset$92position` EApE,28dataTypeGroupsideEastEntitiesAttributesRid#XitemsItem0RdataTypeObjectPositionInfosideEastflagsAttributesLid$typeMNP_DPR_Soldier_TLRpositionFaADEangles@LRXdataTypeGroupsideEastEntitiesAttributesrid%xitemsItem0rdataTypeObjectPositionInfo4sideEastflagsAttributeslid&typeMNP_DPR_Soldier_MGrpositionFaABEangles8 ?lrxdataTypeGroupsideEastEntities‘Attributesid'itemsItem0ߑdataTypeObjectPositionInfoSsideEastflagsAttributesid(typeMNP_DPR_Soldier_FpositionFTA1EanglesX]@dataTypeGroupsideEastEntitiesAttributesѓid)atlOffset5דitemsItem0ѓdataTypeObjectPositionInfosideEastflagsAttributes˓id*typeMNP_DPR_Soldier_ARatlOffset5ѓpositionFaA3Eangles@˓ѓדdataTypeGroupsideEastEntities!Attributesid+itemsItem0>dataTypeObjectPositionInfosideEastflagsAttributesid,typeMNP_DPR_Soldier_FpositionFxA$?Eangles?dataTypeGroupsideEastEntitiesPAttributes0id-atlOffset ?6itemsItem0m0dataTypeObjectPositionInfosideEastflagsAttributes*id.typeMNP_DPR_Soldier_TLatlOffset ?0positionF@;?Eangles@*06dataTypeGroupsideEastEntitiesAttributesPidVitemsItem0PdataTypeObjectPositionInfosideEastflagsAttributesJidtypeMNP_DPR_Soldier_ARPpositionFp@@EanglesJ@JPVdataTypeGroupsideEastEntitiesAttributesoiduitemsItem0odataTypeObjectPositionInfo1sideEastflagsAttributesiidtypeMNP_DPR_Soldier_FopositionFc8@Eanglesn3@ioudataTypeGroupsideEastEntitiesAttributesiditemsItem0ܘdataTypeObjectPositionInfoQsideEastflagsAttributesidtypeMNP_DPR_Soldier_MDpositionF?@-Eangles M@dataTypeGroupsideEastEntitiesߙAttributesiditemsItem0dataTypeObjectPositionInfopsideEastflagsAttributesidtypeMNP_DPR_Soldier_FpositionGFcD@Eanglesq`K@dataTypeGroupsideEastEntitiesAttributesidatlOffset6itemsItem0+dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_DPR_Soldier_MGatlOffset6positionGFx+@EanglesJ@dataTypeGroupsideEastEntities>AttributesiditemsItem0[dataTypeObjectPositionInfoМsideEastflagsAttributesidtypeMNP_DPR_Soldier_MGpositionˁF A/EanglesS@dataTypeGroupsideEastEntitiesnAttributesNidatlOffset?TitemsItem0NdataTypeObjectPositionInfosideEastflagsAttributesHidtypeMNP_DPR_Soldier_ARatlOffset?Nposition_Fc@T߃Eanglesؿq@HNTdataTypeGroupsideEastEntitiesAttributesidatlOffset9itemsItem0˞dataTypeObjectPositionInfoOsideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffset9positionrFj AsЃEangles[a?dataTypeGroupsideEastEntitiesAttributes͠idatlOffset_U@ӠitemsItem0 ͠dataTypeObjectPositionInfosideEastflagsAttributesǠidtypeMNP_DPR_Soldier_TLatlOffset_U@͠positionFFa AyEangles9?Ǡ͠ӠdataTypeGroupsideEastEntitiesAttributesiditemsItem0:dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_DPR_Soldier_Fposition'?F D@[EanglesH]R@dataTypeGroupsideEastEntitiesLAttributes,idatlOffset ?2itemsItem0i,dataTypeObjectPositionInfosideEastflagsAttributes&idtypeMNP_DPR_Soldier_ARatlOffset ?,positionZaFB@EanglesGJ@&,2dataTypeGroupsideEastEntitiesAttributeslidatlOffset5ritemsItem0ldataTypeObjectPositionInfo.sideEastflagsAttributesfidtypeMNP_DPR_Soldier_MGatlOffset5lposition0Fd@Eangles?flrdataTypeGroupsideEastEntities̤AttributesidatlOffset6itemsItem0dataTypeObjectPositionInfomsideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffset6position5F A*EdataTypeGroupsideEastEntitiesAttributesidatlOffset7itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_DPR_Soldier_ATatlOffset7position,F Ah%EdataTypeGroupsideEastEntities AttributesۧiditemsItem0(ۧdataTypeObjectPositionInfosideEastflagsAttributesէidtypeMNP_DPR_Soldier_ARۧposition@Fc@w؃Eanglesӆ@էۧdataTypeGroupsideEastEntities;AttributesidatlOffsety9 itemsItem0XdataTypeObjectPositionInfoܨsideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffsety9position2F[ ÃEangles ? dataTypeGroupsideEastEntitiesjAttributes9id?itemsItem09dataTypeObjectPositionInfosideEastflagsAttributes3idtypeMNP_DPR_Soldier_F9positionfFb AEanglesl?39?dataTypeGroupsideEastEntitiesAttributesYid_itemsItem0YdataTypeObjectPositionInfosideEastflagsAttributesSidtypeMNP_DPR_Soldier_ATYpositionMFd@GEangles0?SY_dataTypeGroupsideEastEntitiesAttributesidatlOffset6itemsItem0֫dataTypeObjectPositionInfo[sideEastflagsAttributes{idtypeMNP_DPR_Soldier_TLatlOffset6positionFz+@E{dataTypeGroupsideEastEntitiesѬAttributesiditemsItem0dataTypeObjectPositionInfobsideEastflagsAttributesidtypeMNP_DPR_Soldier_FpositionsFŲ@YqEangles.|@Inventory handgunXuniformvestmapItemMapcompassItemCompasswatchItemWatchradioItemRadiogogglesG_AviatorheadgearCUP_H_RUS_ZSH_Shield_UpnameCUP_hgun_MakarovprimaryMuzzleMagnameCUP_8Rnd_9x18_Makarov_MammoLefttypeNameMNP_CombatUniform_DPR_AisBackpackMagazineCargoItemCargoitemsItem0DItem1xnameHandGrenadecountammoLeftxnameCUP_8Rnd_9x18_Makarov_McountammoLeftitemsItem0կnameFirstAidKitcounttypeNameMNP_Vest_Light_ODisBackpackMagazineCargoAitemsItem0^nameCUP_8Rnd_9x18_Makarov_McountammoLeftdataTypeGroupsideEastEntitiesAttributes۴idatlOffset5itemsItem0۴dataTypeObjectPositionInfosideEastflagsAttributesױidtypeMNP_DPR_Soldier_FatlOffset5۴positionjF~߱@T@rEangles@ױInventory۴ handgununiformvest7mapItemMapcompassItemCompasswatchItemWatchradioItemRadiogogglesG_AviatorheadgearCUP_H_RUS_ZSH_Shield_Up۴nameCUP_hgun_MakarovprimaryMuzzleMagɲnameCUP_8Rnd_9x18_Makarov_MammoLefttypeNameMNP_CombatUniform_DPR_AisBackpackMagazineCargoYItemCargo7itemsItem0Item1nameHandGrenadecountammoLeftnameCUP_8Rnd_9x18_Makarov_McountammoLeftitemsItem07nameFirstAidKitcount7typeNameMNP_Vest_Light_ODisBackpackMagazineCargo~۴itemsItem0۴nameCUP_8Rnd_9x18_Makarov_McountammoLeft۴dataTypeGroupsideEastEntities+AttributesiditemsItem0HdataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_DPR_Soldier_FpositionitemsItem0dataTypeObjectPositionInfovsideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffset.>positionw F fA| EanglesL<@dataTypeGroupsideEastEntitiesAttributesidatlOffset@>A>itemsItem01dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffset@>A>position F@AgA EanglesL<@dataTypeGroupsideEastEntitiesRAttributesCrewLinksidsitemsItem0zItem1,dataTypeObjectPositionInfosideEastflagsAttributes&idtypeMNP_DPR_Soldier_F,position Fe AEanglesL<@&,dataTypeWaypointpositionN F AZ,EtypeSentrycombatModeREDcombatCOMBATEffectsshowWPNEVERidLinkIDProviderLinkssnextIDitemsItem0slinkIDitem0item1CustomDataPsroleturretPathsdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_UAZ_MG_CHDKZCustomAttributes=4positiont F AElockLOCKEDfuel=Attribute0enAttributes4propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value4data4typevalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]4typeSTRING4dataTypeGroupsideEastEntities~Attributes6id<itemsItem06dataTypeObjectPositionInfosideEastflagsAttributes0idtypeMNP_DPR_Soldier_MG6position F/|eADֺE06<dataTypeGroupsideEastEntitiesAttributes=idCitemsItem0=dataTypeObjectPositionInfosideEastflagsAttributes7idtypeMNP_DPR_Soldier_F=position F/|eA׺E7=CdataTypeGroupsideEastEntitiesAttributesDidJitemsItem0DdataTypeObjectPositionInfosideEastflagsAttributes>idtypeMNP_DPR_Soldier_FDposition@ F/|eAa׺E>DJdataTypeGroupsideEastEntitiesAttributesLidRitemsItem0LdataTypeObjectPositionInfo&sideEastflagsAttributesFidtypeMNP_DPR_Soldier_ATLpositions F  A4EFLRdataTypeGroupsideEastEntitiesAttributesTidZitemsItem0TdataTypeObjectPositionInfo.sideEastflagsAttributesNidtypeMNP_DPR_Soldier_ARTposition Fe A6ENTZdataTypeGroupsideEastEntitiesAttributes{idatlOffset6>itemsItem0{dataTypeObjectPositionInfoUsideEastflagsAttributesuidtypeMNP_DPR_Soldier_FatlOffset6>{position F"A{sEu{dataTypeGroupsideEastEntitiesAttributesidatlOffsetL9>itemsItem0dataTypeObjectPositionInfo|sideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffsetL9>positionЏ F"AqEdataTypeLayernameAdmiral CQCEntitiesid}atlOffset@~>%itemsItem07Item1*Item2Item3|%dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffsetأ;CustomAttributes*position#F@Eangles@@ Attribute0Attribute1BAttribute2Attribute3Attribute4uAttribute5.Attribute6Attribute7Attribute8fnAttributes *propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueBdataBtype-valueBtypeSTRINGBpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value{datatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value4udataDutype`valueButypeSCALARupropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value.data.typevalueB.typeSCALAR.propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valueadataqtypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value(fdata8ftypeQvalueftypeSTRINGfpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value*data*typevalue*typeSTRING*dataTypeTriggerpositionތF@ŁEAttributesidtypeEmptyDetectorAreaR50conditiontruesizeA+AsizeBnAisRectangledataTypeTriggerpositionF@ÁEAttributes;idtypeEmptyDetectorAreaR50|conditiontruesizeA+AsizeBnAisRectangle|dataTypeTriggerpositionv:F@ÁEAttributesidtypeEmptyDetectorAreaR50%conditiontruesizeA+AsizeBnAisRectangle%dataTypeLayernameAdmiral PatrolsEntitieszid~atlOffset54Aitems Item0Item1Item2Item3Item47Item5Item6yItem7Item8Item9AItem10Item11Item12dataTypeTriggerpositionF}AEangle3#?AttributesidtypeEmptyDetectorAreaR250atlOffset83)AconditiontruesizeAܧVCsizeBhBisRectangledataTypeTriggerpositionjFQ@ Eangle3H@AttributesYidtypeEmptyDetectorAreaR250conditiontruesizeAܧVCsizeBhBisRectangledataTypeLogicPositionInfo idtypeAdmiral_PatrolZoneatlOffset/@CustomAttributes,positionMF`=E, Attribute0Attribute1Attribute2_Attribute3Attribute4Attribute5Attribute6cAttribute7;Attribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueedatautypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value_data._typeJvalue_typeSCALAR_propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueRdatabtype~valuetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value"cdata2ctypeNvaluectypeSCALARcpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value;data ;type&value;typeSCALAR;propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueadataqtypevaluetypeSTRINGdataTypeTriggerpositionF`@sEAttributesidtypeEmptyDetectorAreaR2507conditiontruesizeAzCsizeBzC7dataTypeTriggerpositionF`@*EAttributesidtypeEmptyDetectorAreaR250conditiontruesizeAzCsizeBzCdataTypeTriggerpositiongF`@#EAttributes8idtypeEmptyDetectorAreaR250yconditiontruesizeAtDsizeBhBisRectangleydataTypeTriggerpositionXF`@TEAttributesidtypeEmptyDetectorAreaR250conditiontruesizeAzCsizeBzCdataTypeTriggerpositionE`@EAttributeszidtypeEmptyDetectorAreaR250conditiontruesizeAzCsizeBzCdataTypeTriggerpositionYF`@sEAttributesidtypeEmptyDetectorAreaR250AconditiontruesizeAzCsizeBzCAdataTypeTriggerposition E`@:|Eangle@AttributesidtypeEmptyDetectorAreaR250conditiontruesizeAtCDsizeBhBisRectangledataTypeTriggerposition!F,@tEAttributes`idtypeEmptyDetectorAreaR250conditiontruesizeAzCsizeBzCdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset@CustomAttributes!position"F@9E! Attribute0Attribute1Attribute2TAttribute3Attribute4Attribute5Attribute6XAttribute70Attribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueZdatajtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueTdata#Ttype?valueTtypeSCALARTpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueGdataWtypesvaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueXdata'XtypeCvalueXtypeSCALARXpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value0data0typevalue0typeSCALAR0propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueVdataftypevaluetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset?CustomAttributes&position|F+'B%E& Attribute0Attribute1Attribute2YAttribute3Attribute4Attribute5Attribute6]Attribute75Attribute8 Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value_dataotypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueYdata(YtypeDvalueYtypeSCALARYpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueLdata\typexvaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value]data,]typeHvalue?]typeSCALAR]propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value5data5type value@5typeSCALAR5propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value data typevalue@ typeSCALAR propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value[dataktypevaluetypeSTRINGdataTypeLayernameSet DressingEntitiesidatlOffsetr= itemsItem0Item1Item2WItem3Item4Item5L Item6 Item7 Item8AItem9Item10Item11pItem12;Item13Item14Item15lItem16'Item17Item18Item19x!Item203#Item21$Item22&Item23t(Item24>*Item25,Item26-Item27/Item28a1Item29+3Item304Item316Item32}8Item33C:Item34 <Item35=Item36>Item37@Item38BItem39TDItem40 FItem41GItem42IItem43KItem44MItem45OItem46QItem47SItem48UItem492XItem50ZItem51\Item52e^Item53)`Item54aItem55cItem56eItem57dgItem58 iItem59jItem60lItem61nItem62vpItem63]rItem64sItem65tItem66vItem67owItem68(xItem69xItem70zItem71|Item72r~Item73&Item74Item75Item76oItem778Item78Item79†Item80Item81VItem82$Item83Item84Item85zItem86QItem87Item88Item89Item90rItem91IItem92EItem93Item94Item95Item96Item97XItem98.Item99Item100Item101Item102Item103PItem104Item105ϫItem106Item1073Item108Item109Item110Item111PItem112Item113Item114Item115Item116mItem1177Item118Item119ϿItem120Item121kItem122EItem123Item124Item125Item126qItem127<Item128Item129Item130Item131Item132[Item133*Item134Item135Item136Item137fItem1385Item139Item140Item141Item142}Item143XItem144$Item145Item146Item147Item1488Item149Item150Item151)Item152Item153Item154Item155OItem156!Item157Item158Item159\Item160!Item161!Item162!Item163!Item164  dataTypeObjectPositionInfosideEmptyflagsAttributesidBtypeLand_i_Barracks_V1_FCustomAttributespositionHF`@Eangles<<Attribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueedatautypevaluetypeBOOLdataTypeObjectPositionInfo2sideEmptyflagsAttributesjidtypeLand_i_Barracks_V1_FCustomAttributespWpositionbF`@?Eangles<<jpAttribute0nAttributesWpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueWdata(WtypeDvalueWtypeBOOLWdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeBarrack2CustomAttributesposition4cFzP@؃Eangles֓<Attribute0?nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeBarrack2CustomAttributespositionBFzP@كEangles֓<Attribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuefdatavtypevaluetypeBOOLdataTypeObjectPositionInfo' sideEmptyflagsAttributes_ idtypeBarrack2CustomAttributese L position!FzP@ڃEangles֓<_ e Attribute0 nAttributesL propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value L data L type9 valueL typeBOOLL dataTypeObjectPositionInfo sideEmptyflagsAttributes idAtypeBarrack2CustomAttributes  positionFzP@PڃEangles֓<  Attribute04 nAttributes propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value  data  type value typeBOOL dataTypeObjectPositionInfou sideEmptyflagsAttributes id@typeBarrack2CustomAttributes  positionWFzP@qۃEangles֓<  Attribute0 nAttributes propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value[  datak  type value typeBOOL dataTypeObjectPositionInfosideEmptyflagsAttributesTid?typeBarrack2CustomAttributesZApositionFzP@T܃Eangles֓<TZAttribute0nAttributesApropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueAdataAtype.valueAtypeBOOLAdataTypeObjectPositionInfosideEmptyflagsAttributesidCtypeFlagCarrierINSatlOffsetHs@positionխF*AoEdataTypeObjectPositionInfo}sideEmptyflagsAttributesidtypeRU_WarfareBAircraftFactoryCustomAttributespositionF0AqEdisableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuecdatastypevaluetypeBOOLdataTypeObjectPositionInfo3sideEmptyflagsAttributeskidtypeRU_WarfareBAntiAirRadarCustomAttributesppositionF#A6Eangles[@kdisableSimulationAttribute0nAttributesppropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value1pdataAptype]valueptypeBOOLp dataTypeObjectPositionInfosideEmptyflagsAttributes6idtypeWireatlOffset5CustomAttributesT;position!p F$A|Eanglesc=6disableSimulationTAttribute0|nAttributes;propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value;data ;type(value;typeBOOL;dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeWireCustomAttributespositionwFIJ'A iEangles;@disableSimulationAttribute07nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfotsideEmptyflagsAttributesidtypeWireCustomAttributespositionI FAyEangles70<J=disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuerdatatypevaluetypeBOOLdataTypeObjectPositionInfo/sideEmptyflagsAttributesgidtypeWireCustomAttributeslposition'$ Fc@yEanglesn+=&4>gdisableSimulationAttribute0nAttributeslpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value-ldata=ltypeYvalueltypeBOOLldataTypeObjectPositionInfosideEmptyflagsAttributes"idtypeWireCustomAttributes@'position F{@tEanglesȋ=}X>"disableSimulation@Attribute0hnAttributes'propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value'data'typevalue'typeBOOL' dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeWireatlOffset4CustomAttributes positionW FƂ@cqEangles=X`>disableSimulation Attribute03nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOL dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeWireatlOffsetCustomAttributesposition F @mEangles =D>disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value~datatypevaluetypeBOOLdataTypeObjectPositionInfo; sideEmptyflagsAttributess idtypeWireCustomAttributes x!position9FwAjEangles<n@s disableSimulation Attribute0 nAttributesx!propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value9!x!dataI!x!typee!valuex!typeBOOLx!dataTypeObjectPositionInfo!sideEmptyflagsAttributes."idtypeWireCustomAttributesL"3#position+`F3@PkEangles<Ζ@."disableSimulationL"Attribute0t"nAttributes3#propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value"3#data#3#type #value3#typeBOOL3#dataTypeObjectPositionInfo#sideEmptyflagsAttributes#idtypeWireCustomAttributes$$positionˆF$@kEangles<@#disableSimulation$Attribute0/$nAttributes$propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value$$data$$type$value$typeBOOL$ dataTypeObjectPositionInfo|%sideEmptyflagsAttributes%idtypeWireatlOffset4CustomAttributes%&positionFXd@ mEangles=@%disableSimulation%Attribute0%nAttributes&propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Valuez&&data&&type&value&typeBOOL&dataTypeObjectPositionInfo7'sideEmptyflagsAttributeso'idtypeWireCustomAttributes't(positionF1?umEangles<%p@o'disableSimulation'Attribute0'nAttributest(propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value5(t(dataE(t(typea(valuet(typeBOOLt(dataTypeObjectPositionInfo)sideEmptyflagsAttributes9)idtypeRU_WarfareBBarracksCustomAttributesW)>*position8EV@!Eangles<@;9)disableSimulationW)Attribute0)nAttributes>*propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value)>*data*>*type+*value>*typeBOOL>* dataTypeObjectPositionInfo*sideEmptyflagsAttributes*idtypeLand_PaperBox_closed_FatlOffsetU=CustomAttributes+,positionCE.@E*disableSimulation+Attribute0D+nAttributes,propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value+,data+,type+value,typeBOOL,dataTypeObjectPositionInfo,sideEmptyflagsAttributes,idXtypeLand_Garaz_s_tankemCustomAttributes,-positionxF@EanglesN@,disableSimulation,Attribute0-nAttributes-propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value--data--type-value-typeBOOL-dataTypeObjectPositionInfoZ.sideEmptyflagsAttributes.idZtypeLand_Garaz_s_tankemCustomAttributes./positionEF@0EanglesN@.disableSimulation.Attribute0.nAttributes/propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueX//datah//type/value/typeBOOL/dataTypeObjectPositionInfo$0sideEmptyflagsAttributes\0idtypeLand_Garaz_s_tankemCustomAttributesz0a1positionnF@аEangles?\0disableSimulationz0Attribute00nAttributesa1propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value"1a1data21a1typeN1valuea1typeBOOLa1dataTypeObjectPositionInfo1sideEmptyflagsAttributes&2idtypeLand_Garaz_s_tankemCustomAttributesD2+3positionF@Eangles?&2disableSimulationD2Attribute0l2nAttributes+3propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value2+3data2+3type3value+3typeBOOL+3dataTypeObjectPositionInfo3sideEmptyflagsAttributes3idYtypeLand_Ammostore2CustomAttributes 44positionF@EanglesN@3disableSimulation 4Attribute024nAttributes4propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value44data44type4value4typeBOOL4dataTypeObjectPositionInfoz5sideEmptyflagsAttributes5id[typeLand_Ammostore2CustomAttributes56positionuF@UEanglesN@5disableSimulation5Attribute05nAttributes6propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Valuex66data66type6value6typeBOOL6dataTypeObjectPositionInfo@7sideEmptyflagsAttributesx7idtypeLand_Ammostore2CustomAttributes7}8positionEF@IOEangles?x7disableSimulation7Attribute07nAttributes}8propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value>8}8dataN8}8typej8value}8typeBOOL}8dataTypeObjectPositionInfo9sideEmptyflagsAttributes>9idtypeLand_Ammostore2CustomAttributes\9C:positionF@Eangles?>9disableSimulation\9Attribute09nAttributesC:propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value:C:data:C:type0:valueC:typeBOOLC: dataTypeObjectPositionInfo:sideEmptyflagsAttributes;idtypeLand_BagBunker_Large_FatlOffsetH<CustomAttributes9; <position FQ.AQEangles8H@;disableSimulation9;Attribute0a;nAttributes <propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value; <data; <type <value <typeBOOL <dataTypeObjectPositionInfo<sideEmptyflagsAttributes<idtypeLand_BagBunker_Large_FatlOffsetT>=position/EG@*gEangles}k@<disableSimulation= dataTypeObjectPositionInfo=sideEmptyflagsAttributes=idtypeLand_BagBunker_Large_FatlOffsetJ<CustomAttributes=>positionE @o Eangles@*@@=disableSimulation=Attribute0>nAttributes>propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value>>data>>type>value>typeBOOL> dataTypeObjectPositionInfo}?sideEmptyflagsAttributes?idtypeLand_BagBunker_Large_FatlOffsetJ<CustomAttributes?@positionrFv@KEanglesgԗ@?disableSimulation?Attribute0?nAttributes@propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value{@@data@@type@value@typeBOOL@dataTypeObjectPositionInfoJAsideEmptyflagsAttributesAidtypeLand_BagBunker_Small_FCustomAttributesABpositionw Fu/A-EanglesJ@AdisableSimulationAAttribute0AnAttributesBpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueHBBdataXBBtypetBvalueBtypeBOOLBdataTypeObjectPositionInfoCsideEmptyflagsAttributesOCidtypeLand_BagBunker_Small_FCustomAttributesmCTDpositionWF@;AEanglesw4@OCdisableSimulationmCAttribute0CnAttributesTDpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueDTDdata%DTDtypeADvalueTDtypeBOOLTDdataTypeObjectPositionInfoDsideEmptyflagsAttributesEidtypecwa_Cardboard_AngelinaCustomAttributes"E FpositionPjE@ĒEEdisableSimulation"EAttribute0JEnAttributes Fpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueE FdataE FtypeEvalue FtypeBOOL FdataTypeObjectPositionInfoFsideEmptyflagsAttributesFidtypecwa_Cardboard_GubaCustomAttributesFGpositionqrET;@ٿEangles?73?FdisableSimulationFAttribute0GnAttributesGpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueGGdataGGtypeGvalueGtypeBOOLG dataTypeObjectPositionInfooHsideEmptyflagsAttributesHidtypeLand_Cargo40_grey_FatlOffsetU=CustomAttributesHIpositionkF:@EanglesnR>HcreateAsSimpleObjectdisableSimulationHAttribute0InAttributesIpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueIIdataIItypeIvalueItypeBOOLI dataTypeObjectPositionInfodJsideEmptyflagsAttributesJidtypeLand_Cargo20_grey_FatlOffsetU=CustomAttributesJKpositionFu@9BEangles^>JcreateAsSimpleObjectdisableSimulationJAttribute0JnAttributesKpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value}KKdataKKtypeKvalueKtypeBOOLK dataTypeObjectPositionInfocLsideEmptyflagsAttributesLidtypeLand_Cargo20_military_green_FatlOffsetU=CustomAttributesLMpositionjFu@uEangles=a@LcreateAsSimpleObjectdisableSimulationLAttribute0LnAttributesMpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value|MMdataMMtypeMvalueMtypeBOOLM dataTypeObjectPositionInfoZNsideEmptyflagsAttributesNidtypeLand_Cargo20_orange_FatlOffsetU=CustomAttributesNOpositionFu@LZEanglesa@NcreateAsSimpleObjectdisableSimulationNAttribute0NnAttributesOpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuesOOdataOOtypeOvalueOtypeBOOLO dataTypeObjectPositionInfoYPsideEmptyflagsAttributesPidtypeLand_Cargo10_military_green_FatlOffsetU=CustomAttributesPQpositionyF@aEanglesW>PcreateAsSimpleObjectdisableSimulationPAttribute0PnAttributesQpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuerQQdataQQtypeQvalueQtypeBOOLQ dataTypeObjectPositionInfoPRsideEmptyflagsAttributespRidvtypeCargoNet_01_barrels_FatlOffsetU=CustomAttributesRSpositioni/ER@8ޑEpRcreateAsSimpleObjectdisableSimulationRAttribute0RnAttributesSpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueQSSdataaSStype}SvalueStypeBOOLS dataTypeObjectPositionInfo/TsideEmptyflagsAttributesgTidwtypeCargoNet_01_barrels_FatlOffsetU=CustomAttributesTUposition1-ER@Eangles.<gTcreateAsSimpleObjectdisableSimulationTAttribute0TnAttributesUpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueHUUdataXUUtypetUvalueUtypeBOOLU dataTypeObjectPositionInfo"VsideEmptyflagsAttributesBVidxtypeCargoNet_01_box_FatlOffsetU=CustomAttributes{V2Xposition*?E@REBVcreateAsSimpleObjectdisableSimulation{VAttribute0VAttribute1sWnAttributes2XpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value WsWdataWsWtype^Wvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],true]sWtypeSTRINGsWpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueW2XdataX2XtypeXvalue2XtypeBOOL2X dataTypeObjectPositionInfoXsideEmptyflagsAttributesXidztypeCargoNet_01_box_FatlOffsetU=CustomAttributes&YZpositionDE@<ܑEXcreateAsSimpleObjectdisableSimulation&YAttribute0^YAttribute1ZnAttributesZpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueYZdataYZtype Zvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],true]ZtypeSTRINGZpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueZZdataZZtypeZvalueZtypeBOOLZdataTypeObjectPositionInfod[sideEmptyflagsAttributes[idtypeLand_CncBlockCustomAttributes[\position[ F8.&A.!EanglesnG@[disableSimulation[Attribute0[nAttributes\propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Valueb\\datar\\type\value\typeBOOL\dataTypeObjectPositionInfo(]sideEmptyflagsAttributes`]idtypeLand_CncBlockCustomAttributes~]e^position٥ F8.&A-Eangles^9?`]disableSimulation~]Attribute0]nAttributese^propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value&^e^data6^e^typeR^valuee^typeBOOLe^dataTypeObjectPositionInfo^sideEmptyflagsAttributes$_idtypeLand_CncBlockCustomAttributesB_)`position F8.&A*EanglesnG@$_disableSimulationB_Attribute0j_nAttributes)`propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value_)`data_)`type`value)`typeBOOL)` dataTypeObjectPositionInfo`sideEmptyflagsAttributes`idtypeMisc_cargo_cont_net3atlOffset@9CustomAttributesaapositionEFr@|E`disableSimulationaAttribute0-anAttributesapropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueaadataaatypeavalueatypeBOOLa dataTypeObjectPositionInfobsideEmptyflagsAttributesbidtypeLand_DieselGroundPowerUnit_01_FatlOffsetU=CustomAttributesccpositionF@Eangles?bcreateAsSimpleObjectdisableSimulationcAttribute0.cnAttributescpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueccdatacctypecvaluectypeBOOLcdataTypeObjectPositionInfodsideEmptyflagsAttributesdidtypeRU_WarfareBFieldhHospitalCustomAttributesdeposition:F@1REangles@ddisableSimulationdAttribute0dnAttributesepropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value~eedataeetypeevalueetypeBOOLedataTypeObjectPositionInfo?fsideEmptyflagsAttributeswfidtypeBarrack2CustomAttributes}fdgpositionHFo@qEangles;.@;wf}fAttribute0fnAttributesdgpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value%gdgdata5gdgtypeQgvaluedgtypeBOOLdgdataTypeObjectPositionInfogsideEmptyflagsAttributeshidtypeBarrack2CustomAttributes$h ipositionhF%@rEangles;.@;h$hAttribute0LhnAttributes ipropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Valueh idatah itypehvalue itypeBOOL i dataTypeObjectPositionInfoisideEmptyflagsAttributesiidMtypeCUP_O_Su25_RU_1atlOffset9CustomAttributesijpositiongxFT^@Eangles=@ilockLOCKEDiAttribute0jnAttributesjpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuerjjdatajjtypejvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]jtypeSTRINGj dataTypeObjectPositionInfoksideEmptyflagsAttributeskidNtypeCUP_O_Su25_RU_1atlOffset9CustomAttributesklposition%FT^@Eangles=@klockLOCKEDkAttribute0knAttributeslpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueNlldata^lltypelvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]ltypeSTRINGl dataTypeObjectPositionInfo\msideEmptyflagsAttributesmidTtypeCUP_O_Su25_RU_1atlOffset9CustomAttributesmnpositionkFT^@jEangles=@mlockLOCKEDmAttribute0mnAttributesnpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value*nndata:nntypenvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]ntypeSTRINGndataTypeObjectPositionInfo9osideEmptyflagsAttributesqoidtypeStorageBladder_02_water_forest_FCustomAttributesovppositionAE9ر@ӒEangles)?qodisableSimulationoAttribute0onAttributesvppropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value7pvpdataGpvptypecpvaluevptypeBOOLvpdataTypeObjectPositionInfoqsideEmptyflagsAttributes=qidtypeWaterPump_01_forest_FCustomAttributesvq]rpositionqJEP=@Eangles$@=qcreateAsSimpleObjectdisableSimulationvqAttribute0qnAttributes]rpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Valuer]rdata.r]rtypeJrvalue]rtypeBOOL]rdataTypeObjectPositionInforsideEmptyflagsAttributesridFtypeWindsock_01_FatlOffset<sposition?F A诇Ers dataTypeObjectPositionInfossideEmptyflagsAttributessidtypeCUP_hromada_beden_dekorativniXatlOffsetCustomAttributesstpositionXE;@"EsdisableSimulationsAttribute0tnAttributestpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuettdatatttypetvaluettypeBOOLt dataTypeObjectPositionInfoyusideEmptyflagsAttributesuidtypeCUP_hromada_beden_dekorativniXatlOffsetU=CustomAttributesuvpositionYE@EanglesK@udisableSimulationuAttribute0unAttributesvpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuewvvdatavvtypevvaluevtypeBOOLvdataTypeObjectPositionInfo1wsideEmptyflagsAttributesiwidtypeCUP_O_Ural_Repair_CHDKZowpositionD,F#@ZEanglesA4=iwowdataTypeObjectPositionInfowsideEmptyflagsAttributes"xidtypeCUP_O_Ural_Reammo_CHDKZ(xpositionCF#@WEangles="x(xdataTypeObjectPositionInfoxsideEmptyflagsAttributesxidtypeCUP_O_Ural_Refuel_CHDKZxpositionF@k_EangleszI=xx dataTypeObjectPositionInfoysideEmptyflagsAttributesyidtypeLand_GasTank_01_blue_FatlOffsetU=CustomAttributesyzpositionIEo@EycreateAsSimpleObjectdisableSimulationyAttribute0znAttributeszpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuezzdatazztypezvalueztypeBOOLz dataTypeObjectPositionInfoc{sideEmptyflagsAttributes{idtypeLand_GasTank_01_yellow_FatlOffsetU=CustomAttributes{|position=KEo@PE{createAsSimpleObjectdisableSimulation{Attribute0{nAttributes|propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Valued||datat||type|value|typeBOOL|dataTypeObjectPositionInfo5}sideEmptyflagsAttributesm}idtypeLand_Ind_IlluminantTowerCustomAttributes}r~positionfEboA\Eangles @m}disableSimulation}Attribute0}nAttributesr~propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value3~r~dataC~r~type_~valuer~typeBOOLr~dataTypeObjectPositionInfosideEmptyflagsAttributes!idtypeLand_GarbageHeap_04_FCustomAttributes?&positionCEh@ĒE!disableSimulation?Attribute0gnAttributes&propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value&data&typevalue&typeBOOL&dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeContainmentArea_02_forest_FCustomAttributesposition/CEC@0ӒEangles$?Attribute0!nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypévaluetypeBOOLdataTypeObjectPositionInfojsideEmptyflagsAttributesidttypeCUP_O_Ural_Empty_CHDKZatlOffsetU=positionKEy@WEangles?dataTypeObjectPositionInfo1sideEmptyflagsAttributesiidrtypeCUP_O_Ural_Open_CHDKZatlOffsetU=opositionw=E@EanglesJ?iodataTypeObjectPositionInfosideEmptyflagsAttributes2idqtypeCUP_O_Ural_Refuel_CHDKZatlOffset8positionEv@Eanglesʠ?28dataTypeObjectPositionInfoÄsideEmptyflagsAttributesidstypeCUP_O_Ural_Repair_CHDKZatlOffsetU=positionaEy@tEanglesw<? dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeMisc_palletsfoiledatlOffsetU=CustomAttributesۅ†positionEE @EǑEdisableSimulationۅAttribute0nAttributes†propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value†data†typevalue†typeBOOL† dataTypeObjectPositionInfocsideEmptyflagsAttributesidtypeClutterCutter_small_EP1atlOffset6>CustomAttributesposition[ F"ASEdisableSimulationAttribute0ɇnAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueIdataYtypeuvaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesQidtypeClutterCutter_small_EP1CustomAttributesoVpositionE`@5iEangles ?QdisableSimulationoAttribute0nAttributesVpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueVdata'VtypeCvalueVtypeBOOLVdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeClutterCutter_small_EP1CustomAttributes=$positionEߥ@Eangles@/@@disableSimulation=Attribute0enAttributes$propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value$data$typevalue$typeBOOL$dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeClutterCutter_small_EP1CustomAttributes positionsF`@KEanglesY?disableSimulation Attribute03nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedataÍtypeߍvaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeClutterCutter_small_2_EP1CustomAttributesÎposition F A`4EdisableSimulationÎAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Valuekdata{typevaluetypeBOOLdataTypeObjectPositionInfo=sideEmptyflagsAttributesuidtypeClutterCutter_small_2_EP1CustomAttributeszpositionUF`@FEangles>@udisableSimulationAttribute0nAttributeszpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value;zdataKztypegvalueztypeBOOLz dataTypeObjectPositionInfosideEmptyflagsAttributesSidVtypeCUP_O_Ural_Reammo_CHDKZatlOffset9CustomAttributesYQpositionF@EanglesQ@SYAttribute0nAttributesQpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueےQdataQtype<value[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]QtypeSTRINGQdataTypeObjectPositionInfoۓsideEmptyflagsAttributesidItypeCUP_O_Ural_Empty_CHDKZatlOffsetposition<F@Eanglesui@dataTypeObjectPositionInfosideEmptyflagsAttributes۔idLtypeCUP_O_Ural_Empty_CHDKZatlOffsetU=position5Fz@vEanglesui@۔dataTypeObjectPositionInfoksideEmptyflagsAttributesidStypeCUP_O_Ural_Empty_CHDKZatlOffset@Ȥ=positionˁFD@2Eanglesui@dataTypeObjectPositionInfo4sideEmptyflagsAttributeslidHtypeCUP_O_Ural_Refuel_CHDKZatlOffsetrpositionF@:EanglesQ@lr dataTypeObjectPositionInfosideEmptyflagsAttributesKidOtypeCUP_O_Ural_Repair_CHDKZatlOffset9CustomAttributesQIpositionGF@%EanglesQ@KQAttribute0ynAttributesIpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueӗIdataItype4value[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]ItypeSTRINGI dataTypeObjectPositionInfosideEmptyflagsAttributes%idtypeLand_JetEngineStarter_01_FatlOffset9CustomAttributes^EpositionF@Eangles@%createAsSimpleObjectdisableSimulation^Attribute0nAttributesEpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueEdataEtype2valueEtypeBOOLEdataTypeObjectPositionInfo֚sideEmptyflagsAttributesid\typeCUP_O_Ural_Reammo_CHDKZCustomAttributes#positionF#@ߙEangles%2@nametruck_1#Attribute0KnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesid]typeCUP_O_Ural_Reammo_CHDKZCustomAttributesposition |F#@2Eangles 2@nametruck_2Attribute0!nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value{datatypeܝvalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfo{sideEmptyflagsAttributesidtypeCUP_O_Ural_Empty_CHDKZatlOffset7position`F4@_Eangles?dataTypeObjectPositionInfoDsideEmptyflagsAttributes|idtypeCUP_O_UAZ_Unarmed_CHDKZatlOffsetU=position<F%@:Eangles ?|dataTypeObjectPositionInfosideEmptyflagsAttributesKidtypeCUP_O_Ural_Reammo_CHDKZCustomAttributes`XpositionF#@aEangles@Knametruck_4`Attribute0nAttributesXpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueXdataXtypeCvalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]XtypeSTRINGXdataTypeObjectPositionInfosideEmptyflagsAttributes!idtypeCUP_O_Ural_Reammo_CHDKZCustomAttributes6.position$F#@qEanglesT@!nametruck_36Attribute0^nAttributes.propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value.dataȢ.typevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false].typeSTRING.dataTypeObjectPositionInfosideEmptyflagsAttributesidctypeCUP_O_UAZ_Unarmed_CHDKZatlOffsetposition8E@6nEanglest@dataTypeObjectPositionInfosideEmptyAttributesidbtypeCUP_O_Ka60_Grey_RUatlOffset>CustomAttributesӤpositionɡEx@(EanglesT,@lockLOCKEDӤAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueUdataetype٥value[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfoysideEmptyflagsAttributesiddtypeCUP_O_Ural_Refuel_CHDKZatlOffset0position$IEJ@)Eangles?dataTypeObjectPositionInfoHsideEmptyflagsAttributesidtypeINS_WarfareBUAVterminalCustomAttributespositionE^@⾁Eangles/<@O<disableSimulationAttribute0ƧnAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueFdataVtypervaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesKidtypeBMP2_HQ_INS_unfoldedCustomAttributesiPpositionٿE{\@*Eangles@< ?;KdisableSimulationiAttribute0nAttributesPpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuePdata!Ptype=valuePtypeBOOLPdataTypeObjectPositionInfoتsideEmptyflagsAttributesid typeCUP_O_UAZ_Open_CHDKZatlOffset(2;positionDE w@1Eangles;,d@;dataTypeObjectPositionInfosideEmptyflagsAttributesɫidtypeCUP_O_Ural_Refuel_CHDKZϫpositionjF;q@uEangles:Kˋ@:ɫϫdataTypeObjectPositionInfoCsideEmptyflagsAttributes{idtypeCUP_O_Ural_CHDKZpositionwF@?Eangles<@<{dataTypeObjectPositionInfosideEmptyflagsAttributes-idtypeCUP_O_Ural_CHDKZ3positionKF@ Eangles@ 5@<-3dataTypeObjectPositionInfosideEmptyflagsAttributes߭idtypeCUP_O_Ural_CHDKZposition"F;@ᰡEangles۷@@۷@߭dataTypeObjectPositionInfo^sideEmptyflagsAttributesidtypeLand_dp_transformer_FpositionFLA~EanglesZ@disableSimulationdataTypeObjectPositionInfo-sideEmptyflagsAttributeseidtypeLand_dp_transformer_FpositiongFLA+[EanglesZ@edisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesKidtypeLand_BagFence_Corner_FCustomAttributesiPpositionFBmtypeZvaluemtypeBOOLmdataTypeObjectPositionInfosideEmptyflagsAttributes2idtypeLand_BagFence_End_FCustomAttributesP7positionFn}dataN}typejvalue}typeBOOL} dataTypeObjectPositionInfosideEmptyflagsAttributesSidvtypeLand_BagFence_Long_FatlOffset{4=CustomAttributesqXposition EgAlEanglesִ)<r?l@SdisableSimulationqAttribute0nAttributesXpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueXdata)XtypeEvalueXtypeBOOLXdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Short_FCustomAttributes=$positionF\F@disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOL dataTypeObjectPositionInfodsideEmptyflagsAttributesidtypeLand_Cargo_Patrol_V2_FatlOffsetCustomAttributespositiong FonAȺEanglesH@disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuebdatartypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributes2idtypeLand_zavora_28positionS F?\cAME28dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierINSposition F~_AF(EdataTypeObjectPositionInfo[sideEmptyflagsAttributes{idDtypeFlagCarrierRedCross_EP1atlOffsetpositionhLF)A*E{dataTypeObjectPositionInfosideEmptyflagsAttributes#idEtypeFlagCarrierINSatlOffsetSt@)position)FR=AE#)dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Ind_IlluminantTowerCustomAttributesposition5 FboA Eanglesl@Attribute0!nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfovsideEmptyAttributesid6typeLand_Ind_IlluminantToweratlOffset^: BCustomAttributespositionEqpApEanglesѻ@disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuetdatatypevaluetypeBOOL dataTypeObjectPositionInfoOsideEmptyflagsAttributesidtypeLand_Ind_Stack_BigatlOffsetCustomAttributespositionDF B9YEangles@g@@disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueMdata]typeyvaluetypeBOOL dataTypeObjectPositionInfo*sideEmptyflagsAttributesbid7typeLand_NAV_Lighthouse2atlOffset5CustomAttributeshOpositionE(MAzEanglesG@jG@Item87R>Item88>Item89>Item909?Item91?Item92?Item93 @Item94m@Item95@Item96AItem97TAItem98AItem99AItem100;BItem101BItem102BItem103"CItem104oCItem105CItem106 DItem107VDItem108DItem109DItem110=EItem111EItem112EItem113$FItem114qFItem115FItem116 GItem117XGItem118GItem119GItem120?HItem121HItem122HItem123&IItem124sIItem125IItem126 JItem127ZJItem128JItem129JItem130AKItem131KItem132KItem133(LItem134uLItem135LItem136MItem137\MItem138MItem139MItem140CNItem141NItem142NItem143*OItem144wOItem145OItem146PItem147^PItem148PItem149PItem150EQItem151QItem152QItem153,RyRlinkIDitem0\item1CustomDatab$t$typeSynct$linkIDitem0]item1CustomData$$typeSync$linkIDitem0Iitem1CustomData$%typeSync%linkIDitem0Nitem1CustomDataI%[%typeSync[%linkIDitem0Hitem1CustomData%%typeSync%linkIDitem0Litem1CustomData%%typeSync%linkIDitem0Mitem1CustomData0&B&typeSyncB&linkIDitem0Oitem1CustomData}&&typeSync&linkIDitem0Sitem1CustomData&&typeSync&linkID item0Vitem1CustomData')'typeSync)'linkID item0Titem1CustomDatad'v'typeSyncv'linkID item0item1CustomData''typeSync'linkID item0item1CustomData'(typeSync(linkID item0item1CustomDataK(](typeSync](linkIDitem0item1CustomData((typeSync(linkIDitem0ritem1CustomData((typeSync(linkIDitem0sitem1CustomData2)D)typeSyncD)linkIDitem0titem1CustomData))typeSync)linkIDitem0qitem1CustomData))typeSync)linkIDitem0"item1CustomData*+*typeSync+*linkIDitem0item1CustomDataf*x*typeSyncx*linkIDitem0item1CustomData**typeSync*linkIDitem0item1CustomData++typeSync+linkIDitem0citem1CustomDataM+_+typeSync_+linkIDitem0ditem1CustomData++typeSync+linkIDitem0bitem1CustomData++typeSync+linkIDitem0 item1CustomData4,F,typeSyncF,linkIDitem0item1CustomData,,typeSync,linkIDitem0item1CustomData,,typeSync,linkIDitem0item1CustomData---typeSync--linkIDitem0item1CustomDatah-z-typeSyncz-linkIDitem0item1CustomData--typeSync-linkID item0item1CustomData..typeSync.linkID!item0item1CustomDataO.a.typeSynca.linkID"item0item1CustomData..typeSync.linkID#item0item1CustomData..typeSync.linkID$item0item1CustomData6/H/typeSyncH/linkID%item0item1CustomData//typeSync/linkID&item0item1CustomData//typeSync/linkID'item0item1CustomData0/0typeSync/0linkID(item0item1CustomDataj0|0typeSync|0linkID)item0item1CustomData00typeSync0linkID*item0item1CustomData11typeSync1linkID+item0item1CustomDataQ1c1typeSyncc1linkID,item0item1CustomData11typeSync1linkID-item0item1CustomData11typeSync1linkID.item0item1CustomData82J2typeSyncJ2linkID/item0item1CustomData22typeSync2linkID0item0item1CustomData22typeSync2linkID1item0)item1CustomData313typeSync13linkID2item0+item1CustomDatal3~3typeSync~3linkID3item0-item1CustomData33typeSync3linkID4item0/item1CustomData44typeSync4linkID5item01item1CustomDataS4e4typeSynce4linkID6item03item1CustomData44typeSync4linkID7item05item1CustomData44typeSync4linkID8item0item1CustomData:5L5typeSyncL5linkID9item0item1CustomData55typeSync5linkID:item0'item1CustomData55typeSync5linkID;item0%item1CustomData!636typeSync36linkID<item0!item1CustomDatan66typeSync6linkID=item0item1CustomData66typeSync6linkID>item0item1CustomData77typeSync7linkID?item0item1CustomDataU7g7typeSyncg7linkID@item0item1CustomData77typeSync7linkIDAitem0item1CustomData78typeSync8linkIDBitem0item1CustomData<8N8typeSyncN8linkIDCitem0item1CustomData88typeSync8linkIDDitem0item1CustomData88typeSync8linkIDEitem0item1CustomData#959typeSync59linkIDFitem0item1CustomDatap99typeSync9linkIDGitem0item1CustomData99typeSync9linkIDHitem0item1CustomData ::typeSync:linkIDIitem0item1CustomDataW:i:typeSynci:linkIDJitem0 item1CustomData::typeSync:linkIDKitem0item1CustomData:;typeSync;linkIDLitem0item1CustomData>;P;typeSyncP;linkIDMitem0item1CustomData;;typeSync;linkIDNitem0item1CustomData;;typeSync;linkIDOitem0item1CustomData%<7<typeSync7<linkIDPitem0item1CustomDatar<<typeSync<linkIDQitem0item1CustomData<<typeSync<linkIDRitem0item1CustomData ==typeSync=linkIDSitem0item1CustomDataY=k=typeSynck=linkIDTitem0item1CustomData==typeSync=linkIDUitem0item1CustomData=>typeSync>linkIDVitem0item1CustomData@>R>typeSyncR>linkIDWitem0item1CustomData>>typeSync>linkIDXitem0item1CustomData>>typeSync>linkIDYitem0item1CustomData'?9?typeSync9?linkIDZitem0item1CustomDatat??typeSync?linkID[item0item1CustomData??typeSync?linkID\item0|item1CustomData@ @typeSync @linkID]item0item1CustomData[@m@typeSyncm@linkID^item0Zitem1CustomData@@typeSync@linkID_item0^item1CustomData@AtypeSyncAlinkID`item0item1CustomDataBATAtypeSyncTAlinkIDaitem0hitem1CustomDataAAtypeSyncAlinkIDbitem0litem1CustomDataAAtypeSyncAlinkIDcitem0jitem1CustomData)B;BtypeSync;BlinkIDditem0item1CustomDatavBBtypeSyncBlinkIDeitem0*item1CustomDataBBtypeSyncBlinkIDfitem0,item1CustomDataC"CtypeSync"ClinkIDgitem0$item1CustomData]CoCtypeSyncoClinkIDhitem0(item1CustomDataCCtypeSyncClinkIDiitem0&item1CustomDataC DtypeSync DlinkIDjitem0.item1CustomDataDDVDtypeSyncVDlinkIDkitem0item1CustomDataDDtypeSyncDlinkIDlitem0item1CustomDataDDtypeSyncDlinkIDmitem0item1CustomData+E=EtypeSync=ElinkIDnitem0item1CustomDataxEEtypeSyncElinkIDoitem0item1CustomDataEEtypeSyncElinkIDpitem0item1CustomDataF$FtypeSync$FlinkIDqitem0item1CustomData_FqFtypeSyncqFlinkIDritem0item1CustomDataFFtypeSyncFlinkIDsitem0item1CustomDataF GtypeSync GlinkIDtitem0item1CustomDataFGXGtypeSyncXGlinkIDuitem0item1CustomDataGGtypeSyncGlinkIDvitem0item1CustomDataGGtypeSyncGlinkIDwitem0item1CustomData-H?HtypeSync?HlinkIDxitem0item1CustomDatazHHtypeSyncHlinkIDyitem0item1CustomDataHHtypeSyncHlinkIDzitem0item1CustomDataI&ItypeSync&IlinkID{item0item1CustomDataaIsItypeSyncsIlinkID|item0item1CustomDataIItypeSyncIlinkID}item0item1CustomDataI JtypeSync JlinkID~item0item1CustomDataHJZJtypeSyncZJlinkIDitem0item1CustomDataJJtypeSyncJlinkIDitem0item1CustomDataJJtypeSyncJlinkIDitem0item1CustomData/KAKtypeSyncAKlinkIDitem0item1CustomData|KKtypeSyncKlinkIDitem0item1CustomDataKKtypeSyncKlinkIDitem0item1CustomDataL(LtypeSync(LlinkIDitem0item1CustomDatacLuLtypeSyncuLlinkIDitem0item1CustomDataLLtypeSyncLlinkIDitem0item1CustomDataLMtypeSyncMlinkIDitem0item1CustomDataJM\MtypeSync\MlinkIDitem0item1CustomDataMMtypeSyncMlinkIDitem0item1CustomDataMMtypeSyncMlinkIDitem0item1CustomData1NCNtypeSyncCNlinkIDitem0item1CustomData~NNtypeSyncNlinkIDitem0item1CustomDataNNtypeSyncNlinkIDitem0item1CustomDataO*OtypeSync*OlinkIDitem0item1CustomDataeOwOtypeSyncwOlinkIDitem0item16CustomDataOOtypeSyncOlinkIDitem0item16CustomDataOPtypeSyncPlinkIDitem0item1<CustomDataLP^PtypeSync^PlinkIDitem0item1<CustomDataPPtypeSyncPlinkIDitem0item1@CustomDataPPtypeSyncPlinkIDitem0item1@CustomData3QEQtypeSyncEQlinkIDitem0item1HCustomDataQQtypeSyncQlinkIDitem0item1HCustomDataQQtypeSyncQlinkIDitem0item1LCustomDataR,RtypeSync,RlinkIDitem0item1LCustomDatagRyRtypeSyncyR\Vv/+Sʳ%#c