admiral\admiral.hredescription.extrdhull3\briefing\blufor.sqfdhull3\briefing\civilian.sqfjdhull3\briefing\indfor.sqfjdhull3\briefing\opfor.sqfjdhull3\hull3.hdhull3\LICENSEjd8hull3\UNA_G.h3Bfhull3\UNA_U.hInezinit.sqfdPinitServer.sqfdmission.sqmVIfrclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "MNP_LVM_DE"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_LVM_DE"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_LVM_DE"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class MNP_LVM_DE { infantry[] = {"MNP_Militia_Soldier_DO", "MNP_Militia_Soldier_DO", "MNP_Militia_Soldier_DF", "MNP_Militia_Soldier_DF", "MNP_Militia_Soldier_DRAT", "MNP_Militia_Soldier_DAR", "MNP_Militia_Soldier_DMG", "MNP_Militia_Soldier_DM", "MNP_Militia_Soldier_O", "MNP_Militia_Soldier_O", "MNP_Militia_Soldier_F", "MNP_Militia_Soldier_F", "MNP_Militia_Soldier_RAT", "MNP_Militia_Soldier_AR", "MNP_Militia_Soldier_MG", "MNP_Militia_Soldier_M"}; crewmen[] = {"MNP_Militia_Soldier_DF", "MNP_Militia_Soldier_F"}; pilots[] = {"MNP_Militia_Soldier_DF", "MNP_Militia_Soldier_F"}; technicals[] = {"CUP_O_Hilux_DSHKM_TK_INS", "CUP_O_Hilux_DSHKM_TK_INS", "CUP_O_Hilux_SPG9_TK_INS", "CUP_O_Hilux_AGS30_TK_INS", "I_Tura_Offroad_armor_armed_lxWS", "I_Tura_Offroad_armor_AT_lxWS"}; armour[] = {"CUP_I_BMP2_NAPA", "CUP_I_BRDM2_NAPA", "CUP_I_BRDM2_NAPA", "CUP_B_M113A3_olive_USA", "gm_pl_army_pt76b", "CUP_B_M60A3_TTS_USMC"}; ah[] = {"CUP_I_UH1H_gunship_TK_GUE"}; }; }; sideRelations[] = { {"west", "resistance", "enemy"}, {"resistance", "west", "enemy"} }; };#include "admiral\admiral.h" #include "hull3\hull3.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Unwelcome Assistance"; onLoadMission = "Made with Hull3"; author = "Dextrus"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 47; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 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,10,11,12}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Rain (Storm)", "Snow (Light Winds)", "Snow (Strong Winds)", "Snow (Storm)"}; default = 5; 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 { #if __has_include("\z\ace\addons\killtracker\killtracker.inc") #include "\z\ace\addons\killtracker\killtracker.inc" #endif }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
During a routine presence patrol, a small contingent of UNA forces stumbled into an ambush. In the ensuing firefight all of their vehicles were disabled beyond feasible field repair. Consequently, far from safety and having just repelled the initial wave, waiting for assistance seems unwise. With the rebels hot on their heels and out for blood, the lightly armed peacekeepers must make haste and escape on foot from a determined foe.

ENEMY FORCES
Local militia fighters

FRIENDLY FORCES
UNA Peacekeepers "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Escape and evade militia forces looking to kill or capture us and seek your own means of extraction.

Due to the sparse infrastructure, our best bets are to push east to either the AAF Airfield and requisition a helicopter or Abderia where there will likely be civilian vehicles to borrow.

Avoid Oreokastro at all costs, as this is likely where the ambushing forces originated from. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
MOVEMENT PLAN
There are a lot of hills and valleys between us and safety, try not to get bogged down in any tough fights.

FIRE SUPPORT PLAN
Due to the nature of our mission in-country, additional assets are unavailable at this time. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Safety comes off automatically after 2 minutes. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Dextrus "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class UNA { gear = "UNA_G"; uniform = "UNA_U"; }; }; class Gear { #include "UNA_G.h" }; class Uniform { #include "UNA_U.h" }; };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.class UNA_G { class Rifleman { primaryWeapon = "gm_sg550_oli"; primaryWeaponItems[] = {""}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = "gm_p210_blk"; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"ACE_Chemlight_HiRed", 2}, {"gm_8Rnd_9x19mm_B_DM51_p210_blk", 3}, {"SmokeShell", 1} }; vestMagazines[] = { {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 6}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 4}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { vestMagazines[] = { {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 6}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 2}, }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 4}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = {}; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "gm_sg551_oli"; vestMagazines[] = { {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 6}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 32}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_minimi"; vestMagazines[] = {{"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 1}}; backpackMagazines[] = { {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 3} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 2} }; binocular = "Binocular"; }; class RAT : Rifleman { primaryWeapon = "gm_sg551_oli"; secondaryWeapon = "CUP_launch_M72A6"; vestMagazines[] = { {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 6}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 4}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 2} }; }; class SN : Rifleman { primaryWeapon = "gm_sg542_oli"; handgunWeapon = "gm_p210_blk"; primaryWeaponItems[] = {"gm_blits_stanagSig_blk"}; vestMagazines[] = { {"gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", 4}, {"gm_8Rnd_9x19mm_B_DM51_p210_blk", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", 3} }; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Truck { weapons[] = { {"CUP_launch_M72A6", 10} }; magazines[] = { {"gm_30Rnd_556x45mm_B_DM11_sg550_brn", 80}, {"gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", 60}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 60}, {"gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", 40}, {"gm_8Rnd_9x19mm_B_DM51_p210_blk", 20}, {"ACE_HandFlare_White", 20}, {"HandGrenade", 30}, {"SmokeShell", 30} }; medicalItems[] = { {"ACE_fieldDressing", 100}, {"ACE_splint", 12} }; }; class Car { medicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_splint", 4} }; }; class Heli { medicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 6}, {"ACE_epinephrine", 4}, {"ACE_bloodIV_500", 8}, {"ACE_splint", 8} }; }; }; class UNA_U { class Rifleman { headGear = "lxWS_H_PASGT_goggles_UN_F"; goggles = ""; uniform = "acp_SY_WDL_U_I_E_Uniform_SY_WDL_01_F"; vest = "V_lxWS_UN_Vest_Lite_F_ARM"; backpack = "ark_backpack_med"; insignia = "UN_LxWS"; }; class Leader : Rifleman { goggles = "G_Headset_lxWS"; uniform = "acp_SY_WDL_U_I_E_Uniform_shortsleeve_SY_WDL_01_F"; }; class Officer : Leader { headGear = "lxWS_H_Beret_Colonel"; uniform = "acp_SY_WDL_U_I_E_Uniform_sweater_SY_WDL_01_F"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { headGear = "MNP_Boonie_UN"; }; class Medic : Rifleman { headGear = "lxWS_H_PASGT_basic_UN_F"; goggles = "G_Combat_lxWS"; uniform = "acp_SY_WDL_U_I_E_Uniform_shortsleeve_SY_WDL_01_F"; backpack = "ark_backpack_large"; insignia = "USP_PATCH_ID_MEDIC_CROSS"; }; class FTL : Leader { uniform = "acp_SY_WDL_U_I_E_Uniform_SY_WDL_01_F"; }; class AR : Rifleman { uniform = "acp_SY_WDL_U_I_E_Uniform_tanktop_SY_WDL_01_F"; backpack = "ark_backpack_large"; }; class AAR : Rifleman { headGear = "lxWS_H_PASGT_basic_UN_F"; goggles = "G_Combat_lxWS"; }; class RAT : Rifleman { uniform = "acp_SY_WDL_U_I_E_Uniform_shortsleeve_SY_WDL_01_F"; }; class SN : Rifleman { headGear = "gm_xx_headgear_headwrap_01_blu"; uniform = "acp_SY_WDL_U_I_E_Uniform_tanktop_SY_WDL_01_F"; backpack = "ark_backpack_small"; }; }; ark_fnc_cleanUpAI = { params ["_trigger"]; private _side = [adm_camp_defaultUnitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && (!isPlayer _x) && (_x inArea _trigger)) then { if (isNull objectParent _x) then { deleteVehicle _x; } else { private _vehicle = objectParent _x; {_vehicle deleteVehicleCrew _x} forEach crew _vehicle; deleteVehicle _vehicle; }; }; } forEach allUnits; };[{ [nil, nil, nil, ['confirm']] call compile preProcessFileLineNumbers 'x\ark\addons\hull3\mission_host_safetytimer_stop.sqf'; }, [], 120] call CBA_fnc_waitAndExecute; ark_fnc_enableSim = { params ["_veh","_enabled"]; _veh enableSimulationGlobal _enabled; {_x enableSimulationGlobal _enabled} forEach crew _veh; }; // Disable simulation for vehicles + crews at game start {[_x,false] call ark_fnc_enableSim;} forEach [h_1, h_2];raPn version6EditorDatasourceNameark_co34_unwelcome_assistanceaddonsA3_Characters_FVehicles_F_lxWSVehicles_F_lxWS_APC_Wheeled_01A3_Modules_F_Effectsgm_objects_fortificationA3_Soft_F_Beta_Truck_02A3_Soft_F_Offroad_01gm_aaf_vehicles_air_helicopters_ch53A3_Structures_F_Mil_SheltersA3_Structures_F_Enoch_Military_CampsA3_Supplies_F_Heli_CargoNetsark_clear_cargogmx_aaf_vehicles_land_wheeled_kat1A3_Ui_Fadmiralmnp_indepCUP_AirVehicles_UH1HCUP_WheeledVehicles_LRark_chase_aiCUP_Misc3_ConfigCUP_CAMiscA3_Structures_F_EPA_Mil_ScrapyardA3_Structures_F_Mil_BagBunkerA3_Structures_F_Mil_FortificationA3_Structures_F_Civ_Constructionsace_draggingA3_Soft_F_Orange_Van_02CUP_Creatures_StaticWeaponsA3_Structures_F_Ind_Cargoace_cargoAddonsMetaDatadlcswsgmgmx_aafOrangeHeliCUP_VehiclesCUP_UnitsrandomSeedScenarioDataYCustomAttributesMissionMn moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider|MarkerIDProviderLayerIndexProviderCameranextIDnextIDnextID;pos^mbEC@Fdir;?}滾1?upS> #n?f>asideY(?82JList YitemsItem0lItem1Item2Item3 Item4Item5 Item6 Item7! Item8 Item9_ Item10 Item11_ Item12 Item13S Item14 Item15 Item16 Item17AItem18Item19Item20Item21Item220Item23Item24"Item25sItem26YclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameVehicles_F_lxWSnameArma 3 Creator DLC: Western Sahara - VehiclesauthorRotators Collectiveurlhttps://sahara.rotators.net/classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNamegm_objects_fortificationnamegm_objects_fortificationauthorGlobal Mobilizationurlglobal-mobilization.comclassNameA3_Soft_F_BetanameArma 3 Beta - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Soft_FnameArma 3 Alpha - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNamegm_aaf_vehicles_air_helicopters_ch53namegm_aaf_vehicles_air_helicopters_ch53authorGlobal Mobilization Extra! classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com_ classNameA3_Supplies_F_HelinameArma 3 Helicopters - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org_ classNamegmx_aaf_vehicles_land_wheeled_kat1namegmx_aaf_vehicles_land_wheeled_kat1authorGlobal Mobilization Extra classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comS classNameAdmiralnameadmiralauthorKami classNamemnp_indepnamemnp_indep classNameCUP_AirVehicles_UH1HnameCUP_AirVehicles_UH1H classNameCUP_WheeledVehicles_LRnameCUP_WheeledVehicles_LRAclassNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameCUP_CAMiscnameCUP_CAMiscclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com0classNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttps://ace3.acemod.org/classNameA3_Soft_F_OrangenameArma 3 Orange - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com"classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponssclassNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_cargonameACE3 - CargoauthorACE-Teamurlhttps://ace3.acemod.org/YauthorDextrusHeader|gameTypeCoopminPlayersmaxPlayers.Category0MnameMultiplayerAttribute0Attribute1nAttributesMpropertyRespawnTemplatesexpressiontrueValueSdatacsingleTypeARRAYvalueitemsItem0datasingleTypeSTRINGvalueNonepropertyRespawnButtonexpressiontrueValueMdata'MsingleTypeSCALARvalue?MIntel}Entities*ConnectionsnbriefingNameark_co34_unwelcome_assistanceoverviewTextUNA Peacekeepers find themselves up the creek - time/weather optionaltimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<*YitemsXItem0RItem1 "Item2[(Item3.Item4 5Item5;Item6AItem70HItem8NItem9&UItem10UItem11YItem12]Item13=fItem14pItem15qItem16srItem17sItem18tItem19uItem20vItem21Item22˃Item23Item24Item25gItem264Item27&Item28Item29Item30BItem314Item32&Item33Item34Item35Item36)Item376Item38Item39Item40[!Item41-Item42JItem43NItem44PItem45RItem46]TItem47:VItem484WItem49.XItem50XItem51YItem52gZItem53[Item54@\Item55dItem56pItem57qItem58rItem59sItem60tItem61\uItem62BvItem63wItem64xItem65xItem66yItem67zItem68{Item69]|Item70L}Item71(~Item72Item73Item74݀Item75āItem76Item77ƄItem78ӅItem79Item80bItem81:Item82Item83Item84NJItem85Item86Item87dataTypeGroupsideWestEntitiesAttributes!id "itemsItem0Item1fItem2Item3B!dataTypeObjectPositionInfoHsideWestflagsAttributesidtypeB_officer_FfpositionS}eECCEFangles:;$@skill?rankCAPTAINinit [this, ["faction", "UNA"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Commanding Officer@COisPlayerisPlayablefdataTypeObjectPositionInfosideWestflagsAttributes idtypeB_medic_FpositionFeECFFangles@$@ skill?rankSERGEANTinit [this, ["faction", "UNA"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Platoon Medic@COisPlayabledataTypeObjectPositionInfoOsideWestflagsAttributesidtypeB_Soldier_FBpositioneEOCKFangles#;B%@P@skill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Platoon Rifleman@COisPlayableBdataTypeObjectPositionInfosideWestflagsAttributes idztypeB_soldier_M_FCustomAttributes !position)TeECMFangles@<%@ skill?rankLIEUTENANTinit [this, ["faction", "UNA"], ["gear", "SN"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Platoon Marksman@COisPlayable Attribute0 Attribute1u!nAttributes!propertyspeakerexpression_this setspeaker _value;Value9!u!dataI!u!singleTypeSTRINGvalueMale02ENGu!propertypitchexpression_this setpitch _value;Value!!data!!singleTypeSCALARvalueHz?!formationDIAMOND "dataTypeGroupsideWestEntitiesU"AttributesA(id[(itemsItem0"Item1 $Item2%A(dataTypeObjectPositionInfo"sideWestflagsAttributes1#idtypeB_Soldier_SL_F $positioncFangles4M@I@Ԍ@2skill?init [this, ["faction", "UNA"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayable3dataTypeObjectPositionInfo 4sideWestflagsAttributesB4idtypeB_soldier_LAT_F4positioneECChFangles4M@3I@Ԍ@B4skill?init[this, ["faction", "UNA"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Alpha 2 Rifleman (AT)@Alpha 2isPlayable4formationDIAMOND 5dataTypeGroupsideWestEntitiesU5Attributesi;id;itemsItem05Item17Item28Item3:i;dataTypeObjectPositionInfo6sideWestflagsAttributes<6idtypeB_Soldier_TL_F7positionGeE=CM^Fangles6@CG@P@<6skill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Alpha 3 Fireteam Leader@Alpha 3isPlayable7dataTypeObjectPositionInfo7sideWestflagsAttributes7idtypeB_soldier_AR_F8position eEC8cFangles@CG@x@7skill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Alpha 3 Automatic Rifleman@Alpha 3isPlayable8dataTypeObjectPositionInfo 9sideWestflagsAttributesA9idtypeB_Soldier_A_FatlOffset8:positionpeEC.cFangles׾@I@BI@A9skill?init [this, ["faction", "UNA"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable:dataTypeObjectPositionInfo:sideWestflagsAttributes:idtypeB_soldier_LAT_FatlOffset8i;position;HeEցC3hFangles׾@XI@BI@:skill?init[this, ["faction", "UNA"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Alpha 3 Rifleman (AT)@Alpha 3isPlayablei;formationDIAMOND;dataTypeGroupsideWestEntities;AttributesAidAitemsItem0<Item1=Item2 ?AdataTypeObjectPositionInfoq<sideWestflagsAttributes<idtypeB_Soldier_SL_F=position+eE4CIFangles@c@@<skill?rankSERGEANTinit [this, ["faction", "UNA"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo Squad Leader @Bravo SLisPlayable=dataTypeObjectPositionInfo=sideWestflagsAttributes+>idtypeB_medic_F ?position"dECsIFangles@c@@+>skill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo Squad Medic@Bravo SLisPlayable ?dataTypeObjectPositionInfo?sideWestflagsAttributes?id~typeB_soldier_M_FCustomAttributes@Aposition'eExCPFangles@c@@?skill?rankLIEUTENANTinit [this, ["faction", "UNA"], ["gear", "SN"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo Marksman@CBravo SLisPlayable@Attribute0@Attribute1AAnAttributesApropertyspeakerexpression_this setspeaker _value;ValueAAAdataAAAsingleTypeSTRINGvalueMale02ENGAApropertypitchexpression_this setpitch _value;ValueAAdataAAsingleTypeSCALARvalueHz?AformationDIAMONDAdataTypeGroupsideWestEntities!BAttributesHid0HitemsItem0_BItem1CItem2VEItem3FHdataTypeObjectPositionInfoBsideWestflagsAttributesCidtypeB_Soldier_TL_FCpositionHeECLFangles@A@@Cskill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 1 Fireteam Leader@Bravo 1isPlayableCdataTypeObjectPositionInfoZDsideWestflagsAttributesDidtypeB_soldier_AR_FVEpositionhdECfLFangles@8 @@Dskill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 1 Automatic Rifleman@Bravo 1isPlayableVEdataTypeObjectPositionInfoEsideWestflagsAttributesEidtypeB_Soldier_A_FFposition` eE?CSFangles@@@Eskill?init [this, ["faction", "UNA"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableFdataTypeObjectPositionInfo/GsideWestflagsAttributesgGidtypeB_soldier_LAT_FHpositiondEƑCuSFangles@:@@gGskill?init[this, ["faction", "UNA"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 1 Rifleman (AT)@Bravo 1isPlayableHformationDIAMOND0HdataTypeGroupsideWestEntitieszHAttributessNid$NitemsItem0HItem1BJItem2KItem3MsNdataTypeObjectPositionInfo)IsideWestflagsAttributesaIid typeB_Soldier_TL_FBJpositioneEC?YFangles;M@l@F@aIskill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 2 Fireteam Leader@Bravo 2isPlayableBJdataTypeObjectPositionInfoJsideWestAttributesJid!typeB_soldier_AR_FatlOffsetr'?KpositiondEbCXFangles@Jskill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 2 Automatic Rifleman@Bravo 2isPlayableKdataTypeObjectPositionInfo#LsideWestflagsAttributes[Lid"typeB_Soldier_A_FMpositioneEHC=`Fangles6@@x@[Lskill?init [this, ["faction", "UNA"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayableMdataTypeObjectPositionInfoMsideWestflagsAttributesMid#typeB_soldier_LAT_FsNpositionGdÉC_Fangles;M@y{@F@Mskill?init[this, ["faction", "UNA"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 2 Rifleman (AT)@Bravo 2isPlayablesNformationDIAMONDNdataTypeGroupsideWestEntitiesNAttributes Uid)atlOffset8&UitemsItem0%OItem1PItem2,RItem3S UdataTypeObjectPositionInfoOsideWestflagsAttributesOid%typeB_Soldier_TL_FatlOffset8PpositiondECLFangles@@@Oskill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 3 Fireteam Leader@Bravo 3isPlayablePdataTypeObjectPositionInfo0QsideWestflagsAttributeshQid&typeB_soldier_AR_F,RpositionudE$ClLFangles@ @@hQskill?rankCORPORALinit [this, ["faction", "UNA"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 3 Automatic Rifleman@Bravo 3isPlayable,RdataTypeObjectPositionInfoRsideWestflagsAttributesRid'typeB_Soldier_A_FatlOffset8SpositiondE;CSFangles@@@Rskill?init [this, ["faction", "UNA"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayableSdataTypeObjectPositionInfo%TsideWestflagsAttributes]Tid(typeB_soldier_LAT_FatlOffset8 UpositionqdE0%C{SFangles@r@@]Tskill?init[this, ["faction", "UNA"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUNA Peacekeepers - Bravo 3 Rifleman (AT)@Bravo 3isPlayable UformationDIAMOND&UdataTypeLogicPositionInfoUnameadm_hc_unitisPlayabledescriptionHCidFtypeHeadlessClient_FatlOffset ?DUpositionzDU dataTypeObjectPositionInfopVsideEmptyflagsAttributesVidGtypeB_UN_MRAP_01_lxWSatlOffsetDCustomAttributeswWYposition/dEC0Fangles%:r?@Vhealth(=lockLOCKEDfuelinit[this, ["faction", "UNA"], ["gear", "Truck"]] call hull3_unit_fnc_init; h1 setHit ["wheel_1_1_steering", 1]; h1 setHit ["wheel_2_1_steering", 1];nameh1wWAttribute0WnAttributesYpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueWYdata XYsingleTypeSTRINGvalue[[[["arifle_Velko_lxWS","FirstAidKit"],[2,10]],[["35Rnd_556x45_Velko_reload_tracer_red_lxWS","50Rnd_556x45_Velko_reload_tracer_red_lxWS","HandGrenade","1Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","1Rnd_SmokeOrange_Grenade_shell","1Rnd_SmokeBlue_Grenade_shell","9Rnd_45ACP_Mag","SmokeShell","SmokeShellGreen","SmokeShellOrange","SmokeShellBlue","NLAW_F"],[12,6,10,10,4,4,4,4,12,4,4,4,4,2]],[[],[]],[[],[]]],false]YdataTypeObjectPositionInfoyZsideEmptyflagsAttributesZidJtypeB_UN_MRAP_01_lxWSCustomAttributes[[]position$eEةC6Fangles%:,?@Zhealth(=lockLOCKEDfuelinit[this, ["faction", "UNA"], ["gear", "Truck"]] call hull3_unit_fnc_init; h2 setHit ["wheel_2_1_steering", 1];nameh2[[Attribute0[nAttributes]propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value[]data[]singleTypeSTRINGvalue[[[["arifle_Velko_lxWS","FirstAidKit"],[2,10]],[["35Rnd_556x45_Velko_reload_tracer_red_lxWS","50Rnd_556x45_Velko_reload_tracer_red_lxWS","HandGrenade","1Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","1Rnd_SmokeOrange_Grenade_shell","1Rnd_SmokeBlue_Grenade_shell","9Rnd_45ACP_Mag","SmokeShell","SmokeShellGreen","SmokeShellOrange","SmokeShellBlue","NLAW_F"],[12,6,10,10,4,4,4,4,12,4,4,4,4,2]],[[],[]],[[],[]]],false]] dataTypeObjectPositionInfo|^sideEmptyflagsAttributes^idKtypeB_UN_APC_Wheeled_01_command_lxWSatlOffsetCustomAttributes_=fpositionERfEƁCAFangles<f9?@^health(=lockLOCKEDfuelinit[this, ["faction", "UNA"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesUN_WHITEreportRemoteTargetsreceiveRemoteTargetsreportOwnPosition_Attribute0_Attribute1ianAttributes=fpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"`iadata2`iasingleTypeSTRINGvalue[[[["arifle_Velko_lxWS","FirstAidKit"],[2,10]],[["35Rnd_556x45_Velko_reload_tracer_red_lxWS","50Rnd_556x45_Velko_reload_tracer_red_lxWS","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","SmokeShellOrange","SmokeShellBlue"],[12,6,6,6,8,8,8,8]],[[],[]],[[],[]]],false]iapropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valueb=fdata!b=fsingleTypeARRAYvalueEb=fitemsItem0mbItem1:c=fdata}b:csingleTypeARRAYvalueb:citemsItem0bItem1c:cdatabcsingleTypeSTRINGvalueUN_WHITEcdatac:csingleTypeSCALARvalue?:cdataJc=fsingleTypeARRAYvaluenc=f items Item0cItem1)dItem2_dItem3dItem4dItem5eItem6QeItem7eItem8eItem9f=fdatac)dsingleTypeSTRINGvalueshowBags)ddata9d_dsingleTypeSCALARvalue?_ddataoddsingleTypeSTRINGvalueshowCamonetHullddataddsingleTypeSCALARvalueddatadesingleTypeSTRINGvalueshowCamonetTurretedata+eQesingleTypeSCALARvalueQedataaeesingleTypeSTRINGvalueshowSLATHulledataeesingleTypeSCALARvalueedataefsingleTypeSTRINGvalueshowSLATTurretfdataf=fsingleTypeSCALARvalue=fdataTypeLogicPositionInfofidNtypeModuleEffectsSmoke_FatlOffset?CustomAttributesfpposition\fE^C/AFanglesz@fAttribute0gAttribute1hAttribute2DiAttribute3iAttribute4jAttribute5CkAttribute6kAttribute7lAttribute8NmAttribute9mAttribute10nAttribute11[oAttribute12 pnAttributes ppropertyModuleEffectsSmoke_F_ParticleLifeTimeexpression_this setVariable ['ParticleLifeTime',_value,true];ValueWhhdataghhsingleTypeSCALARvalueHBhpropertyModuleEffectsSmoke_F_ParticleLiftingexpression_this setVariable ['ParticleLifting',_value,true];ValueiDidataiDisingleTypeSCALARvalue?DipropertyModuleEffectsSmoke_F_ColorAlphaexpression_this setVariable ['ColorAlpha',_value,true];ValueiidataiisingleTypeSCALARvalue?ipropertyModuleEffectsSmoke_F_ColorBlueexpression_this setVariable ['ColorBlue',_value,true];ValuefjjdatavjjsingleTypeSCALARvalue?jpropertyModuleEffectsSmoke_F_Timeoutexpression_this setVariable ['Timeout',_value,true];Value kCkdatakCksingleTypeSCALARvalueCCkpropertyModuleEffectsSmoke_F_Expansionexpression_this setVariable ['Expansion',_value,true];ValuekkdatakksingleTypeSCALARvalue?kpropertyModuleEffectsSmoke_F_ColorRedexpression_this setVariable ['ColorRed',_value,true];ValuealldataqllsingleTypeSCALARvalue?lpropertyModuleEffectsSmoke_F_ParticleDensityexpression_this setVariable ['ParticleDensity',_value,true];ValuemNmdata(mNmsingleTypeSCALARvalue ANmpropertyModuleEffectsSmoke_F_ColorGreenexpression_this setVariable ['ColorGreen',_value,true];ValuemmdatammsingleTypeSCALARvalue?mpropertyModuleEffectsSmoke_F_EffectSizeexpression_this setVariable ['EffectSize',_value,true];ValuernndatannsingleTypeSCALARvalue?npropertyModuleEffectsSmoke_F_ParticleSpeedexpression_this setVariable ['ParticleSpeed',_value,true];Value%o[odata5o[osingleTypeSCALARvalue?[opropertyModuleEffectsSmoke_F_ParticleSizeexpression_this setVariable ['ParticleSize',_value,true];Valueo pdatao psingleTypeSCALARvalue? ppropertyModuleEffectsSmoke_F_WindEffectexpression_this setVariable ['WindEffect',_value,true];ValueppdatappsingleTypeSCALARvalue?pdataTypeObjectPositionInfo.qsideEmptyflagsAttributesfqidXtypegm_crates_pile_04qposition2FjAIFanglesnZ<t@@fqtexturesgm_olidisableSimulationqdataTypeObjectPositionInfo rsideEmptyflagsAttributesCridYtypegm_crates_pile_02srpositionJFjAFangles<sJ?8@Crtexturesgm_olidisableSimulationsrdataTypeObjectPositionInforsideEmptyflagsAttributes5sidutypeC_Truck_02_transport_FatlOffsetjspositionFC\FanglesH<l@l?=5sinit[this, ["faction", "UNA"], ["gear", "Car"]] call hull3_unit_fnc_init;sdataTypeObjectPositionInfo tsideEmptyflagsAttributesBtidvtypeC_Offroad_01_FatlOffsettpositionyF<CyFangles@@>Btinit[this, ["faction", "UNA"], ["gear", "Car"]] call hull3_unit_fnc_init;tdataTypeObjectPositionInfo usideEmptyflagsAttributesEuidxtypeC_Truck_02_covered_Fupositiono@#>g Attribute0Attribute1ӑAttribute2Attribute35Attribute4Attribute5Attribute6\Attribute7)Attribute8Attribute9nAttributes lpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueӑdataӑsingleTypeSTRINGvalueӑpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueNdata^singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value5data5singleTypeSCALARvalueB5propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueadataqsingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value&\data6\singleTypeSCALARvalue?\propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value)data)singleTypeSCALARvalue?)propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedataΖsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value}datasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value9ldataIlsingleTypeSTRINGvalueldataTypeTriggerposition]FaB@Fangle:@AttributesidtypeEmptyDetectoratlOffset~A:conditiontriggerActivated t_3sizeAفCsizeBDisRectangle:dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributesԙ١position$F>BܦFanglesS@}Ͱ@ԙ Attribute0Attribute1@Attribute2Attribute3Attribute4SAttribute5Attribute6ɞAttribute7Attribute8aAttribute9nAttributes ١propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value @data@singleTypeSTRINGvalue@propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuedata˛singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valueldata|singleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueSdata-SsingleTypeSCALARvalueBSpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueΝdataޝsingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueɞdataɞsingleTypeSCALARvalue?ɞpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value`datapsingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value+adata;asingleTypeSCALARvalueapropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value١data١singleTypeSTRINGvalue١dataTypeLogicPositionInfo;idtypeAdmiral_PatrolZoneCustomAttributessxposition1EHBFangles>@Z@/Ǡ=s Attribute0+Attribute1ߣAttribute2Attribute3AAttribute4Attribute5Attribute6hAttribute75Attribute8Attribute9nAttributes xpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueߣdataߣsingleTypeSTRINGvalueߣpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueZdatajsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value AdataAsingleTypeSCALARvalueBApropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatḁsingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuemdata}singleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value2hdataBhsingleTypeSCALARvalue@hpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value5data5singleTypeSCALARvalue5propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueʨdataڨsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueExdataUxsingleTypeSTRINGvaluexdataTypeTriggerpositionhE|(CL*FangleZ@AttributesidtypeEmptyDetectoratlOffset$AFconditiontriggerActivated t_2sizeA KCsizeBP#CisRectangleFdataTypeTriggerposition6EqCߤFangle@AttributesëidtypeEmptyDetectoratlOffsethI>BconditiontriggerActivated t_1sizeAtBsizeB"שCisRectangledataTypeLogicPositionInfovidtypeAdmiral_PatrolZoneCustomAttributesposition;E4}C++FanglesB@@M@ Attribute0fAttribute1Attribute2ˮAttribute3|Attribute4-Attribute5ܰAttribute6Attribute7pAttribute8;Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueˮdataˮsingleTypeSCALARvalueˮpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueF|dataV|singleTypeSCALARvalueB|propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value-data-singleTypeSCALARvalueB-propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueܰdataܰsingleTypeBOOLvalueܰpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valuemdata}singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value:pdataJpsingleTypeSCALARvalue?ppropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value;data;singleTypeSCALARvalue;propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueijdataԳsingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionEACϟFangleZ@Attributes0idtypeEmptyDetectoratlOffsetAconditiontriggerActivated t_1sizeAMCsizeB_CisRectangledataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributes position˵E=OCFangles]@Z@= Attribute0ӶAttribute1Attribute28Attribute3Attribute4Attribute5IAttribute6Attribute7ݻAttribute8Attribute9dnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueTdatadsingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value8data8singleTypeSCALARvalue8propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedataøsingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueddatatsingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueIdata%IsingleTypeBOOLvalueIpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueںdatasingleTypeSCALARvalue?propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueݻdataݻsingleTypeSCALARvalue?ݻpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuerdatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value1ddataAdsingleTypeSTRINGvaluedpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue dataTypeTriggerpositionE^cCFangle@AttributesidtypeEmptyDetectoratlOffset =@conditiontriggerActivated t_1sizeAnCsizeBCisRectangledataTypeLogicPositionInfoPidtypeAdmiral_PatrolZoneCustomAttributesposition`E%RC˖Fanglesj.>@@ Attribute0@Attribute1Attribute2Attribute3VAttribute4Attribute5Attribute6}Attribute7JAttribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueodatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value Vdata0VsingleTypeSCALARvalueBVpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueG}dataW}singleTypeSCALARvalue?}propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueJdata$JsingleTypeSCALARvalue?JpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueZdatajsingleTypeSTRINGvaluedataTypeTriggerpositionhE}CǟFAttributesidhtypeEmptyDetectoratlOffsetƋ@?conditiontruesizeA*!{CsizeBbCisRectangle?dataTypeLogicPositionInfoiditypeAdmiral_PatrolZoneatlOffsetCustomAttributespositiontEmCFanglesou@΁> Attribute0Attribute1UAttribute2Attribute3Attribute4hAttribute5Attribute6Attribute7Attribute8vAttribute92nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value"Udata2UsingleTypeSTRINGvalueUpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value2hdataBhsingleTypeSCALARvalueBhpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueudatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value@vdataPvsingleTypeSCALARvaluevpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value2data2singleTypeSTRINGvalue2propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionGTFBB*Fangle3Item6Item7zItem86Item9Item10rItem11 Item12 Item13>Item14Item15z6dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributesposition̴EUCНFanglesw=N?č= Attribute0Attribute16Attribute2Attribute3Attribute4HAttribute5Attribute6Attribute7TAttribute8 nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value6data6singleTypeSTRINGvalue6propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueddatatsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueHdata"HsingleTypeSCALARvalueBHpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuendata~singleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueTdata.TsingleTypeSCALARvalueATpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionENwCFanglee>AttributesCidtypeEmptyDetectoratlOffsetAconditiontriggeractivated t_1sizeAW BsizeBJ5BdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributespositionaF~IB'Fangles!a@r?v:? Attribute0Attribute1rAttribute2(Attribute3Attribute4Attribute52Attribute6Attribute7Attribute8InAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value?rdataOrsingleTypeSTRINGvaluerpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value(data(singleTypeSCALARvalue(propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueNdata^singleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value2data 2singleTypeSCALARvalueB2propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueZdatajsingleTypeSCALARvalueApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueIdata&IsingleTypeSTRINGvalueIpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerposition%F9B;RFangle·@AttributesidtypeEmptyDetectoratlOffset@conditiontriggeractivated t_3sizeAܣBsizeB)ѴBdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributesU>position"FbAbFanglesΣ<oE:U Attribute0Attribute1Attribute2dAttribute3Attribute4Attribute5nAttribute6Attribute7Attribute8nAttributes >propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value{datasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value.ddata>dsingleTypeSCALARvaluedpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value8ndataHnsingleTypeSCALARvalueBnpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueRdatabsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value >data>singleTypeSTRINGvalue>dataTypeTriggerposition FjAv"Fangle%@AttributesidtypeEmptyDetectoratlOffsetGa>conditiontriggeractivated t_3sizeAAAsizeBHAdataTypeLogicPositionInfoYidtypeAdmiral_CqcZoneCustomAttributeszpositionTE|EC&Fangles@!?=S= Attribute09Attribute1Attribute2Attribute3NAttribute4Attribute5Attribute6VAttribute7Attribute8nAttributes zpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuejdatazsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueNdata(NsingleTypeSCALARvalueNpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuetdatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value"Vdata2VsingleTypeBOOLvalueVpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueGzdataWzsingleTypeSTRINGvaluezdataTypeTriggerpositionE6\CFangleRKE@AttributesidtypeEmptyDetectoratlOffsetСcA6conditiontriggeractivated t_2sizeABsizeBN&C6dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributesposition/E*6CXFangles<>m?]> Attribute0uAttribute1&Attribute2Attribute3Attribute48Attribute5Attribute6Attribute7DAttribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value&data&singleTypeSTRINGvalue&propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueTdatadsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value8data8singleTypeSCALARvalueB8propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value^datansingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueDdataDsingleTypeSCALARvalueADpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionE3CFangleن@Attributes3idtypeEmptyDetectoratlOffset$PArconditiontriggeractivated t_1sizeABsizeBaBrdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset7CustomAttributes position 1Ex CFangles>>u@F@ Attribute0Attribute1rAttribute2(Attribute3Attribute4 Attribute52 Attribute6 Attribute7 Attribute8I nAttributes  propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value?rdataOrsingleTypeSTRINGvaluerpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value(data(singleTypeSCALARvalue(propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueN  data^  singleTypeSCALARvalueB propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value 2 data 2 singleTypeSCALARvalueB2 propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value  data  singleTypeBOOLvalue propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueZ  dataj  singleTypeSCALARvalue@ propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value I data& I singleTypeSTRINGvalueI propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value  data  singleTypeSTRINGvalue dataTypeTriggerpositionoEE&Cv FangleL=Attributes idtypeEmptyDetectoratlOffset_A conditiontriggeractivated t_1sizeABsizeBC dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributesU>position}E= CіFanglesq@9 @5@U Attribute0Attribute1Attribute2dAttribute3Attribute4Attribute5nAttribute6Attribute7Attribute8nAttributes >propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value{datasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value.ddata>dsingleTypeSCALARvaluedpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value8ndataHnsingleTypeSCALARvalueBnpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueRdatabsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value >data>singleTypeSTRINGvalue>dataTypeTriggerpositionEPC7FangleJ@AttributesidtypeEmptyDetectoratlOffset 1Aconditiontriggeractivated t_2sizeAF1BsizeB CdataTypeLogicPositionInfoYidtypeAdmiral_CqcZoneCustomAttributeszpositionJ`E9B1FanglesE@mm@,x< Attribute09Attribute1Attribute2Attribute3NAttribute4Attribute5Attribute6VAttribute7Attribute8nAttributes zpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuejdatazsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueNdata(NsingleTypeSCALARvalueNpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuetdatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value"Vdata2VsingleTypeBOOLvalueVpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueGzdataWzsingleTypeSTRINGvaluezdataTypeTriggerpositionEB5Fangleν@AttributesidtypeEmptyDetectoratlOffsetПtA6conditiontriggeractivated t_3sizeAL BsizeB@B6dataTypeTriggerpositiondeECMFanglec1@AttributesidtypeEmptyDetectornamestartsizeAD"BsizeB~AactivationTypeNOT PRESENTactivationByANYPLAYERdataTypeTriggerpositionѾE?CFangle`@AttributesqidtypeEmptyDetectorconditiontriggeractivated startsizeAƛ@sizeB@dataTypeGroupsideCivilianEntities AttributesU!id[!itemsItem0( Item1 U!dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VR positionȫEU܁CFangles#@  dataTypeWaypointloiterAltitudepositioncmE0CΝFEffectsO!showWPNEVERidtypeMoveU!U![!dataTypeLogicPositionInfo!idtypeAdmiral_OndemandCampZoneCustomAttributes!-positionƆE`vCwFangles@@!Attribute0"Attribute1#Attribute2p$Attribute3'%Attribute4%Attribute5&Attribute6R'Attribute7!(Attribute8(Attribute9)Attribute10o*Attribute114+Attribute12+Attribute13,nAttributes-propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value##data##singleTypeSTRINGvalue#propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value:$p$dataJ$p$singleTypeSCALARvaluep$propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value$'%data%'%singleTypeSCALARvalueB'%propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value%%data%%singleTypeSCALARvalueB%propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valueg&&dataw&&singleTypeSCALARvalue A&propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value'R'data.'R'singleTypeBOOLvalueR'propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value'!(data'!(singleTypeSCALARvalue?!(propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value((data((singleTypeSTRINGvalue(propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuer))data))singleTypeSCALARvalue)propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value9*o*dataI*o*singleTypeSCALARvalue?o*propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value*4+data+4+singleTypeSCALARvalue4+propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value++data++singleTypeSCALARvalue+propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value,,data,,singleTypeSCALARvalue,propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueM--data]--singleTypeSTRINGvalue-dataTypeLayernameHelisEntities-idatlOffset%JitemsItem0 .Item17Item2%<Item3EJdataTypeGroupsideIndependentEntitiesy.Attributes35CrewLinks95idratlOffset87 items Item0.Item1/Item2t0Item311Item41Item52Item6V3Item7 4Item8435dataTypeObjectPositionInfom/sideIndependentflagsAttributes/idstypeMNP_Militia_Soldier_F/positionER$C&Fangles[[@@C*FEffects-5showWPNEVERidtypeCycle353595LinkIDProvider^5Linksq57nextIDq5itemsItem05Item15Item2Y6Item367linkIDitem0sitem1}CustomData55role5linkIDitem0uitem1}CustomData66Y6roleturretPathY6linkIDitem0witem1}CustomData66roleturretPath6linkIDitem0qitem1}CustomData67roleturretPath7 dataTypeObjectPositionInfo7sideIndependentflagsAttributes7id}typeCUP_I_UH1H_gunship_RACSatlOffset8CustomAttributes8%<positionE'CFangles[[@@<7nameh_1texturesSLAWoodland8Attribute0d8Attribute1a:Attribute2;nAttributes%<propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value 9a:data9a:singleTypeARRAYvalue@9a:itemsItem0h9Item18:a:datax98:singleTypeARRAYvalue98:itemsItem09Item1:8:data9:singleTypeSTRINGvalueSLAWoodland:data:8:singleTypeSCALARvalue?8:dataH:a:singleTypeARRAYa:propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value:;data:;singleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false];propertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValue;%<data<%<singleTypeBOOLvalue%<dataTypeGroupsideIndependentEntities<AttributesCCrewLinksCidatlOffset`E items Item0 =Item1=Item2>Item3?Item4Z@Item5AItem6AItem7iBItem8"CCdataTypeObjectPositionInfo=sideIndependentflagsAttributes=idtypeMNP_Militia_Soldier_FatlOffsetvx'B=positionF"CxFangles |@@1==nameh_1D_1=dataTypeObjectPositionInfot>sideIndependentflagsAttributes>idtypeMNP_Militia_Soldier_FatlOffsetvx'B>positionF"CxFangles |@@1=>>dataTypeObjectPositionInfoA?sideIndependentflagsAttributesy?idtypeMNP_Militia_Soldier_FatlOffsetvx'B?positionF"CxFangles |@@1=y??dataTypeObjectPositionInfo@sideIndependentflagsAttributesF@idtypeMNP_Militia_Soldier_FatlOffsetvx'BZ@positionF"CxFangles |@@1=F@nameh_1G_1Z@ dataTypeWaypointloiterAltitudepositionFk|CIٓFplacementCcompletitionRadiusHBEffects@showWPNEVERidtypeMoveAA dataTypeWaypointloiterAltitudepositionIFB}Fplacement;DcompletitionRadiusHBEffectsAshowWPNEVERidtypeSeekAndDestroyAA dataTypeWaypointloiterAltitudepositionulFmBFFplacement;DcompletitionRadiusHBEffectscBshowWPNEVERidtypeSeekAndDestroyiBiB dataTypeWaypointloiterAltitudepositionFlA"FplacementCcompletitionRadiusHBEffectsCshowWPNEVERidtypeMoveatlOffset6"C"CdataTypeWaypointloiterAltitudepositionnFBXFEffectsCshowWPNEVERidtypeCycleCCCLinkIDProviderCLinksCEnextIDCitemsItem0DItem1kDItem2DItem3'EElinkIDitem0item1CustomDataZDkDrolekDlinkIDitem0item1CustomDataDDroleturretPathDlinkIDitem0item1CustomDataE'EroleturretPath'ElinkIDitem0item1CustomDatabEEroleturretPathE dataTypeObjectPositionInfo,FsideIndependentflagsAttributesdFidtypeCUP_I_UH1H_gunship_RACSatlOffset`CustomAttributesFJpositionްF9C$:Fangles |@@1=dFnameh_2texturesSLAWoodlandFAttribute0FAttribute1HAttribute2InAttributesJpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value|GHdataGHsingleTypeARRAYvalueGHitemsItem0GItem1HHdataGHsingleTypeARRAYvalue HHitemsItem04HItem1rHHdataDHrHsingleTypeSTRINGvalueSLAWoodlandrHdataHHsingleTypeSCALARvalue?HdataHHsingleTypeARRAYHpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value+IIdata;IIsingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]Ipropertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValueaJJdataqJJsingleTypeBOOLvalueJdataTypeLayernameIncrementsEntitiesJidatlOffsetNitemsItem0#KItem1KItem2MItem3NNdataTypeTriggerpositionMEyXCEFAttributesKidQtypeEmptyDetectorKnamet_1onActivationark_chase_ai_var_maxAIUnits = 12sizeA C@sizeBgEactivationByANYPLAYERKdataTypeTriggerposition0EY"CFAttributesgLidRtypeEmptyDetectoratlOffset?Mnamet_2onActivationark_chase_ai_var_maxAIUnits = 16; if (isServer) then {[h_1,true] call ark_fnc_enableSim};sizeAT5@sizeBgEactivationByANYPLAYERMdataTypeTriggerpositionÌE)BFAttributessMid`typeEmptyDetectorNonActivationark_chase_ai_var_maxAIUnits = 24; if (isServer) then {[h_2,true] call ark_fnc_enableSim};sizeAww@sizeBgEactivationByANYPLAYERNdataTypeTriggerpositionECTFAttributesNid"typeEmptyDetectoratlOffset۪?Nnamet_3sizeAT5@sizeBgEactivationByANYPLAYERNdataTypeObjectPositionInfoTOsideEmptyflagsAttributesOidtypeI_CargoNet_01_ammo_FCustomAttributesOPpositionBFrcA+FanglesL<@Z@OcreateAsSimpleObjectdisableSimulationOAttribute0OnAttributesPpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueGPPdataWPPsingleTypeSTRINGvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]PdataTypeObjectPositionInfo1QsideEmptyflagsAttributesiQidtypeI_CargoNet_01_ammo_FCustomAttributesQRpositionIF+A༨FanglesU|< 8@oE:iQcreateAsSimpleObjectdisableSimulationQAttribute0QnAttributesRpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value$RRdata4RRsingleTypeSTRINGvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]RdataTypeObjectPositionInfoSsideEmptyflagsAttributesFSidtypeI_CargoNet_01_ammo_FCustomAttributesS]TpositionQFgAwFanglesU|<2@oE:FScreateAsSimpleObjectdisableSimulationSAttribute0SnAttributes]TpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueT]TdataT]TsingleTypeSTRINGvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]]TdataTypeObjectPositionInfoTsideEmptyflagsAttributes#Uid typeI_CargoNet_01_ammo_FCustomAttributes\U:VpositioniF7}AgΨFangles5.< @@#UcreateAsSimpleObjectdisableSimulation\UAttribute0UnAttributes:VpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueU:VdataU:VsingleTypeSTRINGvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]:VdataTypeObjectPositionInfoVsideEmptyflagsAttributesVid typeCargoNet_01_barrels_FatlOffset4WpositionFҴxA˨Fangles <#@VcreateAsSimpleObjectdisableSimulation4WdataTypeObjectPositionInfoWsideEmptyflagsAttributesWid typeCargoNet_01_barrels_FatlOffset.XpositionFxAɨFangles <A]@WcreateAsSimpleObjectdisableSimulation.XdataTypeObjectPositionInfoXsideEmptyflagsAttributesXidtypeCUP_I_LR_Transport_AAFatlOffset5XpositionF&ATjFangles6;?Dp@YY dataTypeMarkerpositionEЖCFnameoremarkerTypeELLIPSEtypecolorNameColorRedfillNameFDiagonalaCbCangleBidatlOffset?gZdataTypeTriggerpositionEP'CFangle)?AttributesZidtypeEmptyDetectoratlOffsetp?[onActivationark_chase_ai_var_maxAIUnits = 32onDeactivationark_chase_ai_var_maxAIUnits = 10sizeACsizeBDrepeatableactivationByANYPLAYER[dataTypeTriggerposition>EByFAttributes[idOtypeEmptyDetectoratlOffset0SRA@\conditiontruesizeA!5EsizeB EisRectangle@\dataTypeLogicPositionInfo\idPtypeark_chase_ai_moduleCustomAttributes\dposition/EC9Fangles@BK@\ Attribute0]Attribute1A^Attribute2^Attribute3_Attribute4W`Attribute5aAttribute6aAttribute7wbAttribute83cAttribute9cnAttributes dpropertyark_chase_ai_module_Unit_Amountexpression_this setVariable ['Unit_Amount',_value,true];Value ^A^data^A^singleTypeSCALARvalueAA^propertyark_chase_ai_module_Waypoint_Accuracyexpression_this setVariable ['Waypoint_Accuracy',_value,true];Value^^data^^singleTypeSCALARvalueHB^propertyark_chase_ai_module_Spawn_Timeexpression_this setVariable ['Spawn_Time',_value,true];Valueq__data__singleTypeSCALARvalue@_propertyark_chase_ai_module_Max_Distanceexpression_this setVariable ['Max_Distance',_value,true];Value!`W`data1`W`singleTypeSCALARvalueCW`propertyark_chase_ai_module_Allow_BuildingSearchexpression_this setVariable ['Allow_BuildingSearch',_value,true];Value`adata`asingleTypeBOOLvalueapropertyark_chase_ai_module_Allow_NVGsexpression_this setVariable ['Allow_NVGs',_value,true];ValueaadataaasingleTypeBOOLvalueapropertyark_chase_ai_module_Force_Flashlightsexpression_this setVariable ['Force_Flashlights',_value,true];ValueCbwbdataSbwbsingleTypeBOOLvaluewbpropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];Valueb3cdatac3csingleTypeSTRINGvalue[ADMIRAL]3cpropertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];ValueccdataccsingleTypeSCALARvalueHCcpropertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];Value_dddataoddsingleTypeSTRINGvalueADMIRALd dataTypeObjectPositionInfo4esideEmptyflagsAttributesleid#typegmx_aaf_ch53g_wdlatlOffset6CustomAttributesepposition;FAFangles^K=3IS@-;lefuelinit[this, ["faction", "UNA"], ["gear", "Heli"]] call hull3_unit_fnc_init;e Attribute0fAttribute1cgAttribute2 jAttribute3jAttribute4kAttribute5lAttribute6}mAttribute7]nAttribute88oAttribute9pnAttributes ppropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value.gcgdata>gcgsingleTypeSTRINGvalue-1cgpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value h jdatah jsingleTypeARRAYvalue?h jitemsItem0ghItem17i jdatawh7isingleTypeARRAYvalueh7iitemsItem0hItem1i7idatahisingleTypeSTRINGvaluegmx_aaf_wdlidatai7isingleTypeSCALARvalue?7idataGi jsingleTypeARRAYvalueki jitemsItem0iItem1i jdataiisingleTypeSTRINGvaluecargoseat_sourceidatai jsingleTypeSCALARvalue jpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuejjdatajjsingleTypeSTRINGvalue-1jpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuekkdatakksingleTypeSTRINGvalue-1kpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueklldata{llsingleTypeSTRINGvalue-1lpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueHm}mdataXm}msingleTypeSTRINGvalue-1}mpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value(n]ndata8n]nsingleTypeSTRINGvalue-1]npropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueo8odatao8osingleTypeSTRINGvalue-18opropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueopdataopsingleTypeSTRINGvalue-1ppropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueppdatappsingleTypeSTRINGvalue-1pdataTypeObjectPositionInforqsideEmptyflagsAttributesqidftypeLand_BagFenceLongatlOffset5qposition`F2*qAFangles <7[@2disableSimulationqdataTypeObjectPositionInfoXrsideEmptyflagsAttributesridNtypeLand_BagFenceEndatlOffset7rpositionF`ABFangles!@&V@˜DdisableSimulationrdataTypeObjectPositionInfo>ssideEmptyflagsAttributesvsidOtypeLand_BagFenceEndatlOffset@8spositionF⩈AGFangles!@=q>˜DdisableSimulationsdataTypeObjectPositionInfo$tsideEmptyflagsAttributes\tidatypeLand_BagFenceEndatlOffset5:tposition\FrAuFangles#;Bzd? <\tskillL>disableSimulationtdataTypeObjectPositionInfotsideEmptyflagsAttributes2uidgtypeLand_BagFenceEnd\upositionFqAM Fangles<dyd?<2uskillL>disableSimulation\udataTypeObjectPositionInfousideEmptyflagsAttributesvidhtypeLand_BagFenceEndatlOffsetBvpositionFqA Fangles<O@<vskillL>disableSimulationBvdataTypeObjectPositionInfovsideEmptyflagsAttributesvidjtypeLand_BagFenceEndwpositionVFrAFangles <s!?#;vskillL>disableSimulationwdataTypeObjectPositionInfowsideEmptyflagsAttributeswidKtypeLand_BagFenceRoundatlOffset7xpositionFA!Fangles!@?˜DdisableSimulationxdataTypeObjectPositionInfovxsideEmptyflagsAttributesxid`typeLand_BagFenceRoundxpositionFqAFangles5.<O@ disableSimulationxdataTypeObjectPositionInfo^ysideEmptyflagsAttributesyiddtypeLand_BagFenceRoundatlOffset5yposition.FrAFangles <a@2disableSimulationydataTypeObjectPositionInfo6zsideEmptyflagsAttributesnzidetypeLand_BagFenceRoundzpositionŒFpAjFangles<r?disableSimulationzdataTypeObjectPositionInfo{sideEmptyflagsAttributesV{iditypeLand_BagFenceRoundatlOffset{positionFbrA Fangles<Z@disableSimulation{dataTypeObjectPositionInfo{sideEmptyflagsAttributes3|idMtypeBarrel4atlOffset]|positionF{AFangles <?3|skillL>disableSimulation]|dataTypeObjectPositionInfo|sideEmptyflagsAttributes"}idRtypeLand_PaperBox_open_full_FatlOffset7L}positionRF1AFangles <@<"}skillL>disableSimulationL}dataTypeObjectPositionInfo}sideEmptyflagsAttributes}idctypeLand_BagBunker_Small_F(~positionFTyA FanglesnZ<@<}skillL>disableSimulation(~dataTypeObjectPositionInfo~sideEmptyflagsAttributes~idPtypeLand_HBarrier_3_FatlOffset7position FKWA)Fangles!;?<~skillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidStypeLand_HBarrier_3_FatlOffset`8positionF^AFangles <w?<skillL>disableSimulationdataTypeObjectPositionInfo{sideEmptyflagsAttributesidItypeLand_HBarrier_5_FatlOffset`;݀positionFǮAFangles!;Ux@@skillL>disableSimulation݀dataTypeObjectPositionInfobsideEmptyflagsAttributesidLtypeLand_HBarrier_1_FatlOffset@8āposition FA܆Fangles <?<skillL>disableSimulationādataTypeObjectPositionInfo5sideEmptyflagsAttributesmidQtypeLand_Pallet_FpositionkFÅAKFangles#;Zc@mskillL>createAsSimpleObjectdisableSimulation dataTypeObjectPositionInfoNsideEmptyflagsAttributesidltypeC_Van_02_medevac_FatlOffsetCustomAttributesڃƄpositionʱFCE5Fangles<@^ >init[this, ["faction", "UNA"], ["gear", "Heli"]] call hull3_unit_fnc_init;ڃAttribute0nAttributesƄpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value\ƄdatalƄsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]ƄdataTypeObjectPositionInfoHsideEmptyflagsAttributesidmtypeC_Offroad_01_FatlOffset2T>ӅpositionFwB#Fanglesl?@init[this, ["faction", "UNA"], ["gear", "Car"]] call hull3_unit_fnc_init;ӅdataTypeObjectPositionInfoLsideEmptyflagsAttributesidtypeCUP_I_M2StaticMG_RACSpositionFZ4AبFangles<O@8@dataTypeObjectPositionInfosideEmptyflagsAttributes8idtypeLand_BagFenceRoundbpositionFwAըFanglesQ<3@̌@8skillL>disableSimulationbdataTypeObjectPositionInfo؇sideEmptyflagsAttributesidtypeLand_BagFenceRound:positionF;[vA ٨Fangles<D@8@skillL>disableSimulation:dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFenceRoundposition FvA٨FanglesQ<disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFenceShortpositionF]SwA"֨FanglesQ<'?̌@skillL>disableSimulationdataTypeObjectPositionInfoqsideEmptyflagsAttributesidtypeCamoNet_INDP_open_FatlOffset5NJpositionFv}AQFangles <=E@2<disableSimulationNJdataTypeObjectPositionInfo>sideEmptyflagsAttributesvidtypeCamoNet_INDP_open_FpositionFLAFangles#;t@vdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesSidtypeLand_Cargo20_sand_FatlOffset5positionFAިFangles f=s?