sreVadmiral\admiral.hs^edescription.exts^hull3\briefing\blufor.sqfs^hull3\briefing\civilian.sqfs^hull3\briefing\indfor.sqfs^hull3\briefing\opfor.sqfs^hull3\hull3.hs^=hull3\LICENSEs^8hull3\MOON_GEAR.hs^hull3\MOON_UNIFORM.hs^Pinit.sqfs^initPlayerLocal.sqfs^zinitServer.sqfs^mission.sqms^dqclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "CUP_CHDKZ"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_CHDKZ"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_CHDKZ"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "ban ki moons big shop"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 56; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 7; 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 = 1; 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","
With the ongoing viral emergency the United Nations have dispatched their top operative to secure what may be the last supply of toilet paper and hand sanitiser

Ban Ki Moon has assembled a South Korean team from the 707th White Tigers to escort him and secure these supplies

ENEMY FORCES
Livonian rebels, SPAAG and hoarders

FRIENDLY FORCES
South Korean White Tigers "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Insert and destroy both the Western AA and Eastern AA protecting the local airspace

Sweep hostile forces from former Soviet Military base and locate the supplies required by the United Nations

Protect the area whist our helicopters sling load out as much of the supplies as possible "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Both hostile anti air threats must be eliminated before we attempt to secure the supplies

MOVEMENT PLAN
Each UH-60P can transport a squad of fourteen in one full lift

FIRE SUPPORT PLAN
Helicopters can provide limited close air support where safe to do so

SPECIAL TASKS
Mr Moon must survive at all costs, only he can identify the supplies we require and he must report back to the UN at a respectable social distance after washing his hands "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class MNP_ROK { gear = "MOON_GEAR"; uniform = "MOON_UNIFORM"; }; }; class Gear { #include "MOON_GEAR.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "MOON_UNIFORM.h" unitBaseClass = "Rifleman"; }; };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 MOON_GEAR { class Rifleman { primaryWeapon = "CUP_arifle_HK416_Black"; primaryWeaponItems[] = {"CUP_optic_Elcan_SpecterDR_KF_RMR_black", "CUP_acc_LLM01_L", "CUP_muzzle_mfsup_Flashhider_556x45_Black"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1}, {"ACE_IR_Strobe_Item", 2} }; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 2}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_PVS15_black", "ItemGPS"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 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 { primaryWeapon = "CUP_arifle_HK416_M203_Black"; handgunWeapon = "CUP_hgun_M9A1"; handgunItems[] = {"CUP_acc_CZ_M3X"}; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 3}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"CUP_15Rnd_9x19_M9", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"CUP_1Rnd_StarFlare_White_M203", 2}, {"CUP_1Rnd_StarCluster_White_M203", 2}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2} }; binocular = "ACE_Vector"; }; class Officer : Leader { binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_arifle_HK416_CQB_Black"; primaryWeaponItems[] = {"CUP_optic_Elcan_SpecterDR_KF_RMR_black", "CUP_acc_LLM01_L"}; uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_556x45_PMAG_QP", 4}}; backpackMagazines[] = {}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_HK416_CQB_Black"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"SmokeShell", 2} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_556x45_PMAG_QP", 2} }; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_M60E4"; primaryWeaponItems[] = {"CUP_optic_Elcan_SpecterDR_KF_RMR_black", "CUP_acc_LLM01_L"}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 2}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_HK416_CQB_Black"; primaryWeaponItems[] = {"CUP_optic_Elcan_SpecterDR_KF_RMR_black", "CUP_acc_LLM01_L"}; secondaryWeapon = "CUP_launch_APILAS"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4} }; }; class P : Crew { }; class PCM : P { }; class Moon : Leader { primaryWeapon = "CUP_smg_MP7"; primaryWeaponItems[] = {"CUP_optic_AIMM_MICROT1_BLK", "CUP_acc_LLM01_L"}; vestMagazines[] = { {"CUP_40Rnd_46x30_MP7", 10}, {"CUP_15Rnd_9x19_M9", 5} }; backpackMagazines[] = { {"HandGrenade", 2}, {"SmokeShell", 1}, {"CUP_40Rnd_46x30_MP7", 10} }; }; class Vehicle { weapons[] = {{"CUP_launch_APILAS", 15}}; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 50}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 25}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 50}, {"CUP_40Rnd_46x30_MP7", 10}, {"CUP_1Rnd_Smoke_M203", 15}, {"ACE_HandFlare_White", 15}, {"CUP_1Rnd_StarFlare_White_M203", 15}, {"CUP_1Rnd_StarCluster_White_M203", 15}, {"CUP_1Rnd_HE_M203", 15}, {"HandGrenade", 15}, {"SmokeShell", 15}, {"DemoCharge_Remote_Mag", 15} }; items[] = {{"ACE_M26_Clacker", 5}}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class MOON_UNIFORM { class Rifleman { headGear = "CUP_H_OpsCore_Grey_NoHS"; goggles = "CUP_G_ESS_KHK_Scarf_Tan"; uniform = "CUP_U_CRYE_RGR_Full"; vest = "CUP_V_B_LBT_LBV_OD_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { headGear = "CUP_H_OpsCore_Grey"; uniform = "CUP_U_CRYE_RGR_Roll"; vest = "CUP_V_B_Armatus_BB_OD_ARM"; }; class Officer : Leader { goggles = "CUP_FR_NeckScarf2"; }; class Crew : Rifleman { goggles = ""; headGear = "H_PilotHelmetHeli_B"; uniform = "CUP_U_CRYE_BLK_Full"; vest = "CUP_V_B_Interceptor_Base_Grey_ARM"; backpack = "B_Parachute"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { vest = "CUP_V_B_Armatus_OD_ARM"; backpack = "ark_backpack_large"; }; class FTL : Leader { }; class AR : Rifleman { goggles = "CUP_G_ESS_KHK_Scarf_Face_Tan"; headGear = "CUP_H_OpsCore_Grey_SF"; }; class AAR : Rifleman { goggles = "CUP_G_ESS_KHK"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { }; class P : Crew { }; class PCM : P { }; class Moon : Leader { uniform = "U_Marshal"; vest = "V_Pocketed_olive_F_ARM"; backpack = "ark_backpack_med"; headGear = "H_Hat_Safari_olive_F"; goggles = "CUP_G_TK_RoundGlasses_blk"; }; }; ACE_maxWeightDrag = 1000;_baseAction = [ "LoudSpeaker", "Phone Speaker", "", {true}, {true} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions"], _baseAction] call ace_interact_menu_fnc_addActionToObject; _track1 = [ "Track1","What is Love?", "", { ["ark_eh_us_playMusic", [moon, "kpop_1", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track1] call ace_interact_menu_fnc_addActionToObject; _track2 = [ "Track2","Like A Cat", "", { ["ark_eh_us_playMusic", [moon, "kpop_2", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track2] call ace_interact_menu_fnc_addActionToObject; _track3 = [ "Track3","Dumb Dumb", "", { ["ark_eh_us_playMusic", [moon, "kpop_3", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track3] call ace_interact_menu_fnc_addActionToObject; _track4 = [ "Track4","Knock Knock", "", { ["ark_eh_us_playMusic", [moon, "kpop_4", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track4] call ace_interact_menu_fnc_addActionToObject; _track5 = [ "Track5","DDU-DU DDU-DU", "", { ["ark_eh_us_playMusic", [moon, "kpop_5", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track5] call ace_interact_menu_fnc_addActionToObject; _track6 = [ "Track6","Like Ohh-Ahh", "", { ["ark_eh_us_playMusic", [moon, "kpop_6", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track6] call ace_interact_menu_fnc_addActionToObject; _track7 = [ "Track7","Likey", "", { ["ark_eh_us_playMusic", [moon, "kpop_7", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track7] call ace_interact_menu_fnc_addActionToObject; _track8 = [ "Track8","TT", "", { ["ark_eh_us_playMusic", [moon, "kpop_8", 250]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track8] call ace_interact_menu_fnc_addActionToObject; _track9 = [ "Track9","Miniskirt", "", { ["ark_eh_us_playMusic", [moon, "kpop_9", 180]] call CBA_fnc_globalEvent; }, {!(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _track9] call ace_interact_menu_fnc_addActionToObject; _stopMusic = [ "StopMusic","Stop Music", "", { ["ark_eh_us_stopMusic", [moon]] call CBA_fnc_globalEvent; }, {(moon getVariable ["ark_var_musicPlaying", false])} ] call ace_interact_menu_fnc_createAction; [moon, 1, ["ACE_SelfActions", "LoudSpeaker"], _stopMusic] call ace_interact_menu_fnc_addActionToObject; ark_eh_us_playMusic = [ "ark_eh_us_playMusic", { params ["_helo","_song","_songLength"]; _helo setVariable ["ark_var_musicPlaying", true]; private _dummy = "#particlesource" createVehicleLocal [0,0,0]; _dummy attachTo [_helo, [0, 0, 0], "Pelvis"]; _dummy say3D [_song, 25]; [ {!((_this #0) getVariable ["ark_var_musicPlaying", false])}, {{deleteVehicle _x} forEach attachedObjects (_this #0)}, [_helo], _songLength, { {deleteVehicle _x} forEach attachedObjects (_this #0); (_this #0) setVariable ["ark_var_musicPlaying", false]; } ] call CBA_fnc_waitUntilAndExecute; } ] call CBA_fnc_addEventHandler; ark_eh_us_stopMusic = [ "ark_eh_us_stopMusic", { params ["_helo"]; _helo setVariable ["ark_var_musicPlaying", false]; } ] call CBA_fnc_addEventHandler; ["CAManBase", "Killed", {(_this #0) setVariable ["ark_var_musicPlaying", false]}, true, [], true] call CBA_fnc_addClassEventHandler; {[_x, true, [0, 2, 0], 0] call ace_dragging_fnc_setDraggable} forEach [box_1,box_2,box_3,box_4,box_5,box_6];ark_fnc_ch_setFace = { { private _randomFace = selectRandom ["AsianHead_A3_03"]; [_x, _randomFace] remoteExec ["setFace", 0, netId _x]; } forEach [moon]; }; call ark_fnc_ch_setFace;raP`qversion5EditorDataladdons'A3_Characters_Face_nouniformrestrictionsA3_Modules_Fark_clear_cargoark_ai_sentryA3_Modules_F_ObjectModifiersCUP_AirVehicles_UH60admiralCUP_Creatures_Military_ChedakiCUP_TrackedVehicles_ZSU23CUP_TrackedVehicles_MTLBA3_Structures_F_Tank_Military_FortificationsCUP_Misc3_ConfigA3_Props_F_Enoch_Infrastructure_TrafficA3_Structures_F_EPA_Items_FoodA3_Structures_F_Items_ElectronicsA3_Props_F_Enoch_Items_DocumentsA3_Structures_F_EPB_Civ_Campingace_interactionace_cargoace_draggingA3_Structures_F_Civ_Campingcba_xehCUP_WheeledVehicles_UralCUP_WheeledVehicles_UAZCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionA3_Structures_F_Items_ToolsA3_Structures_F_EPA_Civ_CampingA3_Structures_F_Civ_Accessoriesark_rotorCUP_Creatures_StaticWeaponsCUP_WheeledVehicles_BRDM2CUP_WheeledVehicles_BTR80A3_Props_F_Orange_Humanitarian_Suppliesplp_containersA3_Structures_F_Items_VesselsA3_Supplies_F_Heli_CargoNetsA3_Ui_FAddonsMetaDatarandomSeedScenarioDataCustomAttributesMission`q moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider MarkerIDProvider3LayerIndexProviderFCameraYnextIDa3nextIDFnextIDfYposwDC؄Ddirv>[T>N?upD>a?>aside, j?y!ϾList itemsItem0@Item1Item2GItem3Item45 Item5 Item6 Item7 Item8q Item9 Item10 Item11 Item12 Item13c Item14 Item15 Item16Item17}Item18Item19;Item20Item21Item22Item23sItem24Item25'Item26tItem27Item28TItem29Item30classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/GclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org5 classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org classNameCUP_AirVehicles_UH60nameCUP_AirVehicles_UH60 classNameAdmiralnameadmiralauthorKami classNameCUP_Creatures_Military_ChedakinameCUP_Creatures_Military_Chedakiq classNameCUP_TrackedVehicles_ZSU23nameCUP_TrackedVehicles_ZSU23 classNameCUP_TrackedVehicles_MTLBnameCUP_TrackedVehicles_MTLB classNameA3_Structures_F_TanknameArma 3 Tank - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_Misc3_ConfignameCUP_Misc3_Config classNameA3_Props_F_EnochnameArma 3 Enoch - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comc classNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_EPBnameArma 3 Adapt Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_interactionnameACE3 - InteractionauthorACE-Teamurlhttp://ace3mod.com/}classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/classNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttp://ace3mod.com/;classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_UralclassNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZclassNameCUP_WarfareBuildingsnameCUP_WarfareBuildingsclassNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_FactionsclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons'classNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2tclassNameCUP_WheeledVehicles_BTR80nameCUP_WheeledVehicles_BTR80classNameA3_Props_F_OrangenameArma 3 Orange - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comTclassNameplp_containersnameplp_containersclassNameA3_Supplies_F_HelinameArma 3 Helicopters - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comauthordancemooxHeadergameTypeCoopminPlayersmaxPlayers:Category0nameMultiplayerAttribute0KAttribute1(nAttributespropertyRespawnTemplatesexpressiontrueValue(data(typevalue(typeARRAYitemsItem0(data(typevalueNone(typeSTRING(propertyRespawnButtonexpressiontrueValueddatattypevalue?typeSCALARIntelEntitiesConnections$J`qbriefingNameark_co55_ban_ki_moons_big_shopoverviewTextBan Ki Moon is on a mission to secure supplies for the United Nations | Slot TH + Mr MoontimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<itemsItem0Item1Item2S Item3#Item4t'Item5-Item6T4Item7:Item8>Item9DItem10KItem11(RItem12UItem13\Item14cItem15iItem16 pItem17lvItem18|Item19zItem20Item21&Item22p/Item23Item24DItem25HItem26HItem27bIItem28I$JdataTypeGroupsideWestEntitiesEAttributesiditemsItem0Item1Item2Item3dataTypeObjectPositionInfosideWestflagsAttributes)idtypeB_officer_Fposition?0ERBFangles@)skill?rankCAPTAINinit [this, ["faction", "MNP_ROK"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;description707th White Tigers - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfosideWestflagsAttributesidtypeB_medic_FpositionhERBFangles@skill?rankSERGEANTinit [this, ["faction", "MNP_ROK"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;description707th White Tigers - Platoon Medic@COisPlayabledataTypeObjectPositionInfosideWestflagsAttributes<idtypeB_Soldier_Fposition@0ERBFangles@<skill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;description707th White Tigers - Platoon Rifleman@COisPlayabledataTypeObjectPositionInfoksideWestflagsAttributesidtypeB_officer_FpositionhERBFangles@skill?rankLIEUTENANTinit [this, ["faction", "MNP_ROK"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;description707th White Tigers - Executive Officer@COisPlayableformationDIAMONDdataTypeLogicPositionInfo nameadm_hc_unitisPlayabledescriptionHCidZtypeHeadlessClient_FS positionEKB Fangles@d@9idxatlOffset;>itemsItem0F;Item1<k>dataTypeObjectPositionInfo;sideWestflagsAttributes;idytypeB_Soldier_SL_FatlOffset;<position1}EUBFanglesI?;skill?rankSERGEANTinit [this, ["faction", "MNP_ROK"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo Squad Leader @Bravo SLisPlayable<dataTypeObjectPositionInfoO=sideWestflagsAttributes=idztypeB_medic_Fk>position}ERBFanglesI?=skill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo Squad Medic@Bravo SLisPlayablek>formationDIAMOND>dataTypeGroupsideWestEntities>AttributesDid{DitemsItem0 ?Item1@Item2BItem3}CDdataTypeObjectPositionInfo~?sideWestflagsAttributes?id|typeB_Soldier_TL_F@positionf}ERBFanglesI??skill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 1 Fireteam Leader@Bravo 1isPlayable@dataTypeObjectPositionInfoAsideWestflagsAttributesFAid}typeB_soldier_AR_FBpositionMg}ERBFanglesI?FAskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "AR"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 1 Automatic Rifleman@Bravo 1isPlayableBdataTypeObjectPositionInfoBsideWestflagsAttributesBid~typeB_Soldier_A_F}Cposition.}ERBFanglesI?Bskill?init [this, ["faction", "MNP_ROK"], ["gear", "AAR"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable}CdataTypeObjectPositionInfoCsideWestflagsAttributes'DidtypeB_soldier_LAT_FDposition.}ERBFanglesI?'Dskill?init[this, ["faction", "MNP_ROK"], ["gear", "RAT"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 1 Rifleman (AT)@Bravo 1isPlayableDformationDIAMONDDdataTypeGroupsideWestEntities@EAttributes}KidKitemsItem0~EItem1GItem2HItem3J}KdataTypeObjectPositionInfoEsideWestflagsAttributes'FidtypeB_Soldier_TL_FGposition@|E`4BFanglesI?eX@'Fskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 2 Fireteam Leader@Bravo 2isPlayableGdataTypeObjectPositionInfoGsideWestflagsAttributesGidtypeB_soldier_AR_FatlOffsetHposition|E3BrFanglesI?eX@Gskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "AR"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 2 Automatic Rifleman@Bravo 2isPlayableHdataTypeObjectPositionInfoIsideWestflagsAttributesIIidtypeB_Soldier_A_FatlOffset7Jpositionz|ERBFanglesI?IIskill?init [this, ["faction", "MNP_ROK"], ["gear", "AAR"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayableJdataTypeObjectPositionInfoJsideWestflagsAttributesJidtypeB_soldier_LAT_FatlOffset}KpositionX|EEBzFangleseX@I?Jskill?init[this, ["faction", "MNP_ROK"], ["gear", "RAT"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 2 Rifleman (AT)@Bravo 2isPlayable}KformationDIAMONDKdataTypeGroupsideWestEntitiesKAttributesRid(RitemsItem0LItem1MItem2"OItem3PRdataTypeObjectPositionInfoLsideWestflagsAttributesLidtypeB_Soldier_TL_FMpositiond|EIBFanglesI?eX@Lskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 3 Fireteam Leader@Bravo 3isPlayableMdataTypeObjectPositionInfo NsideWestflagsAttributesXNidtypeB_soldier_AR_F"OpositionGe|Ed@BԋFangleseX@I?XNskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "AR"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 3 Automatic Rifleman@Bravo 3isPlayable"OdataTypeObjectPositionInfoOsideWestflagsAttributesOidtypeB_Soldier_A_FatlOffset7Pposition,|ERBFanglesI?Oskill?init [this, ["faction", "MNP_ROK"], ["gear", "AAR"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayablePdataTypeObjectPositionInfo!QsideWestflagsAttributesYQidtypeB_soldier_LAT_FatlOffsetRposition,|Ey@B܋FangleseX@I?YQskill?init[this, ["faction", "MNP_ROK"], ["gear", "RAT"]] call hull3_unit_fnc_init;description707th White Tigers - Bravo 3 Rifleman (AT)@Bravo 3isPlayableRformationDIAMOND(RdataTypeGroupsideWestEntitiesrRAttributesUidUitemsItem0RItem1+TUdataTypeObjectPositionInfo SsideWestflagsAttributesCSidtypeB_Soldier_SL_F+TpositionU~EPWBFanglesI?5@CSskill?rankSERGEANTinit [this, ["faction", "MNP_ROK"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;description707th White Tigers - Charlie Squad Leader@Charlie SLisPlayable+TdataTypeObjectPositionInfoTsideWestflagsAttributesTidtypeB_medic_FUpositionU~EGWBFanglesI?5@Tskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;description707th White Tigers - Charlie Squad Medic@Charlie SLisPlayableUformationDIAMONDUdataTypeGroupsideWestEntities,VAttributesz\idatlOffset\itemsItem0jVItem1XItem2YItem3[z\dataTypeObjectPositionInfoVsideWestflagsAttributes#WidtypeB_Soldier_TL_FatlOffsetXposition}E~'B%FangleseX@I?#Wskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;description707th White Tigers - Charlie 1 Fireteam Leader@Charlie 1isPlayableXdataTypeObjectPositionInfoXsideWestflagsAttributesXidtypeB_soldier_AR_FatlOffsetYposition-}EBFangles~z7<I?Xskill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "AR"]] call hull3_unit_fnc_init;description707th White Tigers - Charlie 1 Automatic Rifleman@Charlie 1isPlayableYdataTypeObjectPositionInfoZsideWestflagsAttributes>ZidtypeB_Soldier_A_F[position}E'B,FangleseX@I?>Zskill?init [this, ["faction", "MNP_ROK"], ["gear", "AAR"]] call hull3_unit_fnc_init;description707th White Tigers - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayable[dataTypeObjectPositionInfo[sideWestflagsAttributes[idtypeB_soldier_LAT_FatlOffsetz\position}EBFangles~z7<I?[skill?init[this, ["faction", "MNP_ROK"], ["gear", "RAT"]] call hull3_unit_fnc_init;description707th White Tigers - Charlie 1 Rifleman (AT)@Charlie 1isPlayablez\formationDIAMOND\dataTypeGroupsideWestEntities\AttributesbidcitemsItem0]Item1^Item2(`Item3abdataTypeObjectPositionInfo]sideWestflagsAttributes]idtypeB_Soldier_TL_F^positionF}E BFanglesI?]skill?rankCORPORALinit [this, ["faction", "MNP_ROK"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;description707th White Tigers - Charlie 2 Fireteam Leader@Charlie 2isPlayable^dataTypeObjectPositionInfo"_sideWestflagsAttributesZ_idtypeB_soldier_AR_F(`position,G}EBFanglesI?~z7CustomAttributes6position# DxC?sDangles@6Attribute0nAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueądataԅtypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueedatautypevaluetypeBOOLdataTypeLogicPositionInfoJareaSize~W@AareaIsRectangleflagsid0typeModuleHideTerrainObjects_FCustomAttributesposition D*CiDangles1@@2@Attribute0Attribute1QnAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueQdata Qtype<value@QtypeSCALARQproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Valuedatatype݈valuetypeBOOL dataTypeLogicPositionInfoareaSizeIVAAareaIsRectangleflagsid2typeModuleHideTerrainObjects_FatlOffsetCustomAttributesމLpositionVDCDanglesC<Ŋ@>މAttribute0Attribute1nAttributesLproperty#filterexpression_this setVariable ["#filter",_value]Valueldata|typevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value LdataLtype9valueLtypeBOOLL dataTypeLogicPositionInfoareaSize@u@areaIsRectangleflagsidLtypeModuleHideTerrainObjects_FatlOffset;CustomAttributes:position; FC XEangles@@:Attribute0rAttribute1 nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueȌ data، typevalue@ typeSCALAR property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueidataytypevaluetypeBOOLdataTypeLogicPositionInfoNareaSize@{AareaIsRectangleflagsidQtypeModuleHideTerrainObjects_FCustomAttributespositionm FC{Dangles@@@Attribute0Attribute1UnAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueUdata$Utype@valuePAUtypeSCALARUproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedataŏtypevaluetypeBOOL dataTypeLogicPositionInfoareaSize@@areaIsRectangleflagsidbtypeModuleHideTerrainObjects_FatlOffset CustomAttributesPposition? FxCZ Eangles\>@F=Attribute0Attribute1nAttributesPproperty#filterexpression_this setVariable ["#filter",_value]Valuepdatatypevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuePdata!Ptype=valuePtypeBOOLPdataTypeLogicPositionInfoid<typeARK_Clear_VehicleӒpositionbF}CDanglesI?s~@ӒdataTypeLogicPositionInfoBid=typeARK_Make_SentryatlOffset5Z?CustomAttributesbMposition4ZF}C'DbAttribute0nAttributesMpropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValueMdataMtype:valueMtypeBOOLMdataTypeLogicPositionInfoidjtypeModuleDoorOpen_FatlOffset8CustomAttributesݔpositionSEbC{rEݔAttribute0%Attribute1͕Attribute2snAttributespropertyModuleDoorOpen_F_Hatchexpression_this setVariable ['Hatch',_value,true];Value͕data͕typevalue1͕typeSTRING͕propertyModuleDoorOpen_F_Doorexpression_this setVariable ['Door',_value,true];Value4sdataDstype^value1stypeSTRINGspropertyModuleDoorOpen_F_Radiusexpression_this setVariable ['Radius',_value,true];Valueޖdatatype valueAtypeSCALARdataTypeLayernamePlayer BitsEntitiespidatlOffset;&itemsItem0Item1̢Item2Item3& dataTypeObjectPositionInfoFsideEmptyflagsAttributes~idtypeCUP_B_UH60M_USatlOffset9CustomAttributes ̢positionӗ~EB[# Fangles_ޯ@b:~skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_ROK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}texturesBlack Attribute0EAttribute1ynAttributes̢propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueydataytypedvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]ytypeSTRINGypropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value̢data̢typevalueɛ̢typeARRAYɛitemsItem0Item1%̢data%type%typeARRAY%data5̢typePvalued̢typeARRAYditemsItem0\Item1Item2Item3/Item4pItem5Item6Item7CItem8Item9ПItem10Item11]Item12Item13Item14,Item15tItem16Item17Item18AItem19̢dataltypevalueHide_ESSS2xtypeSTRINGdatatypeѝvalue?typeSCALARdata/typevalueHide_ESSS4x/typeSTRING/data?ptype[value?ptypeSCALARpdatatypevalueHide_NosetypeSTRINGdataǞtypevalue?typeSCALARdataCtype.valueNavyclan_hideCtypeSTRINGCdataStypeovalue?typeSCALARdataПtypevalueNavyclan2_hideПtypeSTRINGПdatatypevalue?typeSCALARdata!]typeHvalueBlackhawk_Hide]typeSTRING]datamtypevaluetypeSCALARdatatype֠valueHide_FlirTurrettypeSTRINGdata,typevalue?,typeSCALAR,data<ttype_valueHide_ProbettypeSTRINGtdatatypevaluetypeSCALARdataštypevalueDoorcock_HidetypeSTRINGdataAtype,valueAtypeSCALARAdataQtypevvalueFilters_HidetypeSTRINGdata̢typevalue?̢typeSCALAR̢ dataTypeObjectPositionInfodsideEmptyflagsAttributesidtypeCUP_B_UH60M_USatlOffset`8CustomAttributes+positionEBt Fangles_ޯ@skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_ROK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}texturesBlack+Attribute0cAttribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedataͤtypevalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuedatatypeӦvaluetypeARRAYitemsItem0Item1CdataCtype/CtypeARRAYCdataStypenvaluetypeARRAYitemsItem0zItem1èItem2Item3MItem4Item5թItem6Item7aItem8Item9Item10/Item11{Item12Item13 Item14JItem15Item16ӬItem17Item18_Item19dataètypevalueHide_ESSS2xètypeSTRINGèdataӨtypevalue?typeSCALARdataMtype8valueHide_ESSS4xMtypeSTRINGMdata]typeyvalue?typeSCALARdataթtypevalueHide_NoseթtypeSTRINGթdatatypevalue?typeSCALARdata&atypeLvalueNavyclan_hideatypeSTRINGadataqtypevalue?typeSCALARdatatype٪valueNavyclan2_hidetypeSTRINGdata/typevalue?/typeSCALAR/data?{typefvalueBlackhawk_Hide{typeSTRING{datatypevaluetypeSCALARdata̫ typevalueHide_FlirTurret typeSTRING dataJtype5value?JtypeSCALARJdataZtype}valueHide_ProbetypeSTRINGdataӬtypevalueӬtypeSCALARӬdatatype valueDoorcock_HidetypeSTRINGdata._typeJvalue_typeSCALAR_dataotypevalueFilters_HidetypeSTRINGdatatypeխvalue?typeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_UH60M_USatlOffset B<CustomAttributesIposition#{EBFangles@E@skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_ROK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}texturesBlackIAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueۯdatatypevalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueƱdataֱtypevaluetypeARRAYitemsItem0-Item1adata=atypeMatypeARRAYadataqtypevaluetypeARRAYitemsItem0Item1Item2"Item3kItem4Item5Item64Item7Item8Item9 Item10MItem11Item12ڶItem13'Item14hItem15Item16Item17<Item18}Item19Ǹdatatype̳valueHide_ESSS2xtypeSTRINGdata"type value?"typeSCALAR"data2ktypeVvalueHide_ESSS4xktypeSTRINGkdata{typevalue?typeSCALARdatatype޴valueHide_NosetypeSTRINGdata4typevalue?4typeSCALAR4dataDtypejvalueNavyclan_hidetypeSTRINGdatatypevalue?typeSCALARdataе typevalueNavyclan2_hide typeSTRING dataMtype8value?MtypeSCALARMdata]typevalueBlackhawk_HidetypeSTRINGdataڶtypeŶvalueڶtypeSCALARڶdata'typevalueHide_FlirTurret'typeSTRING'data7htypeSvalue?htypeSCALARhdataxtypevalueHide_ProbetypeSTRINGdatatypeܷvaluetypeSCALARdata<type'valueDoorcock_Hide<typeSTRING<dataL}typehvalue}typeSCALAR}dataǸtypevalueFilters_HideǸtypeSTRINGǸdata׸typevalue?typeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesعidtypeCUP_B_UH60M_USatlOffset7CustomAttributesg&positionԫyEBcFangles@عskill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_ROK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}texturesBlackgAttribute0Attribute1ӻnAttributes&propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueӻdata ӻtypevalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]ӻtypeSTRINGӻpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value&data&typevalue#&typeARRAY#itemsItem0KItem1&data[typektypeARRAYdata&typevalue&typeARRAYitemsItem0Item1Item2@Item3Item4ʿItem5Item6RItem7Item8Item9*Item10kItem11Item12Item13EItem14Item15Item16Item17ZItem18Item19&dataƾtypevalueHide_ESSS2xtypeSTRINGdata@type+value?@typeSCALAR@dataPtypetvalueHide_ESSS4xtypeSTRINGdataʿtypevalue?ʿtypeSCALARʿdataڿtypevalueHide_NosetypeSTRINGdata!Rtype=value?RtypeSCALARRdatabtypevalueNavyclan_hidetypeSTRINGdatatypevalue?typeSCALARdata*typevalueNavyclan2_hide*typeSTRING*data:ktypeVvalue?ktypeSCALARkdata{typevalueBlackhawk_HidetypeSTRINGdatatypevaluetypeSCALARdataEtype0valueHide_FlirTurretEtypeSTRINGEdataUtypeqvalue?typeSCALARdatatypevalueHide_ProbetypeSTRINGdatatypevaluetypeSCALARdataZtypeEvalueDoorcock_HideZtypeSTRINGZdatajtypevaluetypeSCALARdatatypevalueFilters_HidetypeSTRINGdata&typevalue?&typeSCALAR&dataTypeLayernameEast AAstateEntitiesidatlOffsetU4p/itemsItem0Item1KItem2t p/dataTypeLayernameAdmiralEntitiesidatlOffsetpKitemsItem02Item1RItem2KdataTypeLayernamePatrolEntities~idatlOffsetgjARitemsItem0Item1RdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributes@positionX FgC Danglesܢ@]K*=@ Attribute0Attribute1Attribute2sAttribute3/Attribute4Attribute5Attribute6wAttribute7OAttribute8%Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueydatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value2sdataBstype^valuestypeSCALARspropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value/data/typevalueB/typeSCALAR/propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuefdatavtypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value6wdataFwtypebvaluewtypeSCALARwpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueOdataOtype:valueOtypeSCALAROpropertyAdmiral_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];ValueudatatypevaluetypeSTRINGdataTypeTriggerpositionA FC4DAttributesidtypeEmptyDetectorAreaR250Rconditioncall{true;}sizeAzCsizeBzCRdataTypeLayernameCounterEntitiesidatlOffset!' items Item0+Item1Item2#Item3Item4Item5Item6Item7MItem8Item9Item10adataTypeGroupsideCivilianEntitiesyAttributesiditemsItem0Item16dataTypeObjectPositionInfosideCivilianflagsAttributes0idtypeC_Bob_VR6positionkFܰgCD06dataTypeWaypointpositionl FCQ*EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesid#itemsItem0Item1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionEC`,EdataTypeWaypointpositionl FCQ*EEffectsshowWPNEVERidtypeMove#dataTypeGroupsideCivilianEntitiesqAttributesiditemsItem0Item1.dataTypeObjectPositionInfosideCivilianflagsAttributes(idtypeC_Bob_VR.positionF+IC=k E(.dataTypeWaypointpositionl FCQ*EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionzFHCDdataTypeWaypointpositionl FCQ*EEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionF`=hCmDAttributesid typeEmptyDetectorAreaR50atlOffsetconditioncall{triggeractivated tgr_aa_east;}sizeAAsizeBAdataTypeTriggerpositionE#Ci+EAttributesIid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_aa_west;}sizeAAsizeBAdataTypeTriggerpositionOFHC+ EAttributesidtypeEmptyDetectorAreaR50Mconditioncall{triggeractivated tgr_aa_east;}sizeAAsizeBAMdataTypeTriggerpositionQFECDAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_aa_east;}sizeAAsizeBAdataTypeLogicPositionInfo{idtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesposition|\ F=CDAttribute0Attribute1dAttribute2&Attribute3Attribute4Attribute5tAttribute64Attribute7Attribute8Attribute9Attribute10}Attribute11MAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value&ddata6dtypeOvaluedtypeSTRINGdpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&data&typevalue&typeSCALAR&propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueidataytypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value3tdataCttype_value AttypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value4data4type!value4typeBOOL4propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuejdataztypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value<}dataL}typehvalue?}typeSCALAR}propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value MdataMtype8valueMtypeSCALARMpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value|datatypevaluetypeSTRINGdataTypeLogicPositionInfo"idtypeAdmiral_OndemandCampZoneCustomAttributesBaposition#E2+C"EBAttribute0>Attribute1 Attribute2Attribute3Attribute4QAttribute5Attribute6Attribute7Attribute8zAttribute9RAttribute10$Attribute11Attribute12Attribute13nAttributesapropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data typevalue typeSTRING propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueNdata^typezvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueQdata Qtype<valueBQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuetdatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value<zdataLztypeevalueztypeSTRINGzpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueRdata!Rtype=valueRtypeSCALARRpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value$data$typevalue?$typeSCALAR$propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueSdatactypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value#adata3atypeLvalueatypeSTRINGadataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributespositionB FhICPDAttribute0Attribute1Attribute2tAttribute36Attribute4Attribute5Attribute6Attribute7\Attribute8!Attribute9Attribute10Attribute11Attribute12gAttribute13;nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuetdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value3tdataCttype_valuettypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value6data6type!valueB6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueCdataStypeovaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value\data+\typeGvalue\typeSCALAR\propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value!data!type value!typeSTRING!propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueZdatajtypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value&gdata6gtypeRvaluegtypeSCALARgpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value;data ;type&value;typeSCALAR;propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayernameCQCEntitiesQidatlOffset0?KitemsItem0Item1aItem2Item3Item4Item5 KdataTypeTriggerposition~ FhBC|Dangleȱ7@AttributesidtypeEmptyDetectorAreaR50aconditioncall{true;}sizeA@sizeBPE@isRectangleadataTypeTriggerposition FLCjEangle?AttributesidtypeEmptyDetectorAreaR50conditioncall{true;}sizeA@sizeBPE@isRectangledataTypeTriggerpositionhh F C@Eangle>1AttributesidtypeEmptyDetectorAreaR50conditioncall{true;}sizeA@sizeBPE@isRectangledataTypeTriggerposition F`CEangle3I?Attributes]idtypeEmptyDetectorAreaR50atlOffset@˼conditioncall{true;}sizeAnjAsizeBNAisRectangledataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset8CustomAttributes4 positionIU F`C E4 Attribute0Attribute1Attribute2YAttribute3Attribute4Attribute5Attribute6;Attribute7Attribute8 nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueZdatajtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueYdata(YtypeDvalueYtypeSCALARYpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueCdataStypeovalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value;data ;type(value;typeBOOL;propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value~  data  type value typeSTRING propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueB  dataR  typek value typeSTRING dataTypeLogicPositionInfo idtypeAdmiral_CqcZoneCustomAttributes Kposition^ F✘CD  Attribute0 Attribute1c Attribute2$ Attribute3 Attribute4Attribute5OAttribute6Attribute7Attribute8nAttributes KpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value% c data5 c typeN valuec typeSTRINGc propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value $ data $ type value$ typeSCALAR$ propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value  data  type value typeSCALAR propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueUdataetypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueOdataOtype:valueBOtypeSCALAROpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueIdataYtypervaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value KdataKtype6valueKtypeSTRINGKdataTypeLayernameSentry AIEntitiesidatlOffsetW@t  items Item0Item1&Item2Item3Item4Item5Item6Item7 Item8/Item9Qt dataTypeGroupsideEastEntitiessAttributesCrewLinksid&itemsItem0Item1MdataTypeObjectPositionInfosideEastflagsAttributesGidtypeCUP_O_INS_SoldierMposition FQCDangles@Q;GMdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldierposition FQCDangles@Q;LinkIDProvider*Links=&nextID=itemsItem0eItem1&linkIDitem0item1CustomDataroleturretPathlinkIDitem0item1CustomData&roleturretPath&dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_ZSU23_ChDKZposition F%C'Dangles@Q;dataTypeObjectPositionInfo^sideEastflagsAttributesid_typeCUP_O_MTLB_pk_ChDKZatlOffset`position FWCkEangles9 =@j>dataTypeGroupsideEastEntitiesAttributesCrewLinksid^atlOffset`itemsItem0"dataTypeObjectPositionInfosideEastflagsAttributesidatypeCUP_O_INS_Crewposition FʠCMEangles9 =@j>LinkIDProviderLinksnextIDitemsItem0,linkIDitem0aitem1_CustomDatagroleturretPathdataTypeGroupsideEastEntitiesAttributesid>itemsItem0dataTypeObjectPositionInfohsideEastflagsAttributesid?typeCUP_O_INS_Soldier_GLposition FdCUEanglesJ@dataTypeGroupsideEastEntitiesAttributesid@atlOffset8itemsItem0#dataTypeObjectPositionInfosideEastflagsAttributesidAtypeCUP_O_INS_SoldieratlOffset8position FCEangles@dataTypeGroupsideEastEntities5AttributesidB itemsItem0RdataTypeObjectPositionInfosideEastflagsAttributesidCtypeCUP_O_INS_Soldier_MGposition Fk CEanglesh@ dataTypeGroupsideEastEntitiesWAttributes)idD/itemsItem0t)dataTypeObjectPositionInfosideEastflagsAttributes#idEtypeCUP_O_INS_Soldier_AR)position Fk C$Eanglesڼ@#)/dataTypeGroupsideEastEntitiesyAttributesKidMQitemsItem0KdataTypeObjectPositionInfo sideEastflagsAttributesEidNtypeCUP_O_INS_Soldier_MGKposition24 FC2QEanglesG@EKQdataTypeGroupsideEastEntitiesAttributesn idOt itemsItem0n dataTypeObjectPositionInfo0 sideEastflagsAttributesh idPtypeCUP_O_INS_Soldier_LATn positions7 F:ChEangles@h n t dataTypeLayernameSet DressingEntities idatlOffset!p/itemsItem0!Item1"Item2#Item3:$Item4%Item5%Item6&Item7'Item8o(Item9a)Item10$*Item11*Item12+Item13d,Item14?-Item15.Item16.p/dataTypeObjectPositionInfo"sideEmptyflagsAttributesQ"id typeLand_CzechHedgehog_01_new_F"position F{PCjqEanglesG<|0=Q"createAsSimpleObjectdisableSimulation"dataTypeObjectPositionInfo#sideEmptyflagsAttributesQ#id typeLand_CzechHedgehog_01_new_FatlOffsetӻ#position& FwQC[Eangles&$e= =Q#createAsSimpleObjectdisableSimulation#dataTypeObjectPositionInfo#sideEmptyflagsAttributes4$idtypeFlagCarrierINS:$position FC#Eanglesކ@4$:$dataTypeObjectPositionInfo$sideEmptyflagsAttributes$id typeLand_RoadBarrier_01_FatlOffsetD>%positionh FnC%EanglesI@$%dataTypeObjectPositionInfo%sideEmptyAttributes%idStypeLand_fortified_nest_bigatlOffset>%position' FzC!Dangles`}@%disableSimulation%dataTypeObjectPositionInfoS&sideEmptyflagsAttributes&idKtypeLand_fortified_nest_small&position6 FKC-^Eangles?&disableSimulation&dataTypeObjectPositionInfo('sideEmptyAttributesH'id\typeLand_BottlePlastic_V2_FatlOffsetL?'position FCEanglesH=ZB?&eitemsItem0|0Item1:Item2G[&edataTypeLayernamePatrolEntities0idatlOffset@6[A:itemsItem00Item19:dataTypeLogicPositionInfoR1idtypeAdmiral_PatrolZoneCustomAttributesr19position>KDdcC##|Dr1 Attribute0*2Attribute12Attribute23Attribute3a4Attribute45Attribute55Attribute66Attribute77Attribute8W8Attribute99nAttributes 9propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value22data22type2value2typeSTRING2propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valued33datat33type3value3typeSCALAR3propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value 4a4data04a4typeL4valueBa4typeSCALARa4propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value45data45type5valueB5typeSCALAR5propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value55data55type5value5typeBOOL5propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valueh66datax66type6value6typeSCALAR6propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value@77dataP77typel7value7typeSCALAR7propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value8W8data&8W8typeB8value@W8typeSCALARW8propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value89data89type 9value9typeSTRING9propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value99data99type9value9typeSTRING9dataTypeTriggerposition5DHC~DAttributesN:idtypeEmptyDetectorAreaR250:conditioncall{true;}sizeAzCsizeBzC:dataTypeLayernameCounterEntities:idatlOffsethƈG[ itemsItem0;;Item1<Item23>Item3?Item4~LItem5%YItem6YItem7ZG[dataTypeGroupsideCivilianEntities;Attributes<id<itemsItem0;Item1F<<dataTypeObjectPositionInfo <sideCivilianflagsAttributes@<idtypeC_Bob_VRF<positionDgCD@<F<dataTypeWaypointpositionKDj CnDEffects<showWPNEVERidtypeMove<<<dataTypeGroupsideCivilianEntities=Attributes->id3>itemsItem0-=Item1=->dataTypeObjectPositionInfo=sideCivilianflagsAttributes=idtypeC_Bob_VR=positionMDACD==dataTypeWaypointpositionD̫C*|DEffects'>showWPNEVERid typeMove->->3>dataTypeGroupsideCivilianEntities>Attributes?id?itemsItem0>Item1>??dataTypeObjectPositionInfo?sideCivilianflagsAttributes8?idtypeC_Bob_VR>?positionySDܙC:D8?>?dataTypeWaypointpositionD̫C*|DEffects?showWPNEVERid typeMove???dataTypeLogicPositionInfo'@idtypeAdmiral_OndemandCampZoneatlOffset8CustomAttributes_@~LpositionXUDsCʷDangles,4=8@_@Attribute0[AAttribute1(BAttribute2BAttribute3CAttribute4nDAttribute58EAttribute6EAttribute7FAttribute8GAttribute9oHAttribute10AIAttribute11JAttribute12JAttribute13KnAttributes~LpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueA(BdataA(BtypeBvalue(BtypeSTRING(BpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueBBdataBBtypeBvalueBtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuekCCdata{CCtypeCvalueBCtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value-DnDdata=DnDtypeYDvalueBnDtypeSCALARnDpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueD8EdataE8Etype#Evalue A8EtypeSCALAR8EpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueEEdataEEtypeEvalueEtypeBOOLEpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueFFdataFFtypeFvalue@FtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueYGGdataiGGtypeGvalueGtypeSTRINGGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value.HoHdata>HoHtypeZHvalueoHtypeSCALARoHpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueIAIdataIAItype,Ivalue?AItypeSCALARAIpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueIJdataIJtypeIvalueJtypeSCALARJpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueJJdataJJtypeJvalueJtypeSCALARJpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuepKKdataKKtypeKvalueKtypeSCALARKpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value@L~LdataPL~LtypeiLvalue~LtypeSTRING~LdataTypeLogicPositionInfoLid typeAdmiral_OndemandCampZoneCustomAttributesM%YpositionLDKC''DMAttribute0NAttribute1NAttribute2OAttribute3SPAttribute4QAttribute5QAttribute6RAttribute7ySAttribute8>TAttribute9UAttribute10UAttribute11VAttribute12WAttribute13XXnAttributes%YpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueNNdataNNtypeNvalueNtypeSTRINGNpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuePOOdata`OOtype|OvalueOtypeSCALAROpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuePSPdata"PSPtype>PvalueBSPtypeSCALARSPpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuePQdataPQtypeQvalueBQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueQQdataQQtypeQvalue AQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value`RRdatapRRtypeRvalueRtypeBOOLRpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value8SySdataHSyStypedSvalueyStypeSCALARySpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueT>TdataT>Ttype)Tvalue>TtypeSTRING>TpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueTUdataTUtypeUvalue?UtypeSCALARUpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueUUdataUUtypeUvalueUtypeSCALARUpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuewVVdataVVtypeVvalue?VtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueCWWdataSWWtypeoWvalueWtypeSCALARWpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueXXXdata'XXXtypeCXvalueXXtypeSCALARXXpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueX%YdataX%YtypeYvalue%YtypeSTRING%YdataTypeTriggerpositionDnC#DAttributesYidtypeEmptyDetectorAreaR50Yconditioncall{triggeractivated tgr_aa_west;}sizeAAsizeBAYdataTypeTriggerpositionTDCdDAttributesCZidtypeEmptyDetectorAreaR50Zconditioncall{triggeractivated tgr_aa_west;}sizeAAsizeBAZdataTypeTriggerpositionlGD"C}DDAttributesZidtypeEmptyDetectorAreaR50G[conditioncall{triggeractivated tgr_aa_west;}sizeAAsizeBAG[dataTypeLayernameCQCEntities[idatlOffsetc&eitemsItem0[Item1\Item2[]&edataTypeTriggerpositionDDGhCuiDanglezd@AttributesG\idtypeEmptyDetectorAreaR50atlOffset`F>\conditioncall{true;}sizeAe@sizeBXŹ@isRectangle\dataTypeTriggerpositionD HC.Dangle @Attributes]idtypeEmptyDetectorAreaR50atlOffsetȃ>[]conditioncall{true;}sizeA@sizeBPE@isRectangle[]dataTypeLogicPositionInfo]idtypeAdmiral_CqcZoneCustomAttributes]&epositionDCӊD] Attribute0^Attribute1>_Attribute2_Attribute3`Attribute4qaAttribute5*bAttribute6bAttribute7cAttribute8bdnAttributes &epropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value_>_data_>_type)_value>_typeSTRING>_propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value__data__type_value_typeSCALAR_propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuew``data``type`value`typeSCALAR`propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value0aqadata@aqatype\avalueBqatypeSCALARqapropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuea*bdataa*btypebvalueB*btypeSCALAR*bpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuebbdatabbtypebvaluebtypeBOOLbpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value]ccdatamcctypecvalue@ctypeSCALARcpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value$dbddata4dbdtypeMdvaluebdtypeSTRINGbdpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valued&edatad&etypeevalue&etypeSTRING&edataTypeLayernameSentry AIEntitiesueidatlOffset/L@itemsItem0afItem1gItem2hItem3iItem4jItem5kItem6mItem73nItem8WoItem9ypItem10qItem11rItem12sItem13"uItem14avItem15wItem16ExItem17a{Item18$|dataTypeGroupsideEastEntitiesfAttributesygidgitemsItem0fygdataTypeObjectPositionInfo;gsideEastflagsAttributessgidtypeCUP_O_INS_SniperygpositiondDC줍Dangles?sgyggdataTypeGroupsideEastEntitiesgAttributeshidhitemsItem0ghdataTypeObjectPositionInfo^hsideEastflagsAttributeshidtypeCUP_O_INS_Soldier_LAThposition*.DCDanglesk0c@hhhdataTypeGroupsideEastEntitieshAttributesiidiitemsItem0 iidataTypeObjectPositionInfoisideEastflagsAttributesiidtypeCUP_O_INS_Soldier_GLipositionDCPDiiidataTypeGroupsideEastEntitiesiAttributesjidjitemsItem0jjdataTypeObjectPositionInfojsideEastflagsAttributesjidtypeCUP_O_INS_Soldier_ARjpositionR DCߠDanglesi@jjjdataTypeGroupsideEastEntitieskAttributeskidkitemsItem05kkdataTypeObjectPositionInfoksideEastflagsAttributeskidtypeCUP_O_INS_Soldier_Ammokposition DC)DanglesAMD@kkkdataTypeGroupsideEastEntitiesavitemsItem0u[vdataTypeObjectPositionInfovsideEastflagsAttributesUvid9typeCUP_O_INS_SoldieratlOffset>[vposition DCOqDangles@Uv[vavdataTypeGroupsideEastEntitiesvAttributes}wid:witemsItem0v}wdataTypeObjectPositionInfo?wsideEastflagsAttributeswwid;typeCUP_O_INS_Soldier_GL}wposition DCkrDangles@ww}wwdataTypeObjectPositionInfoxsideEastflagsAttributes?xidtypeCUP_O_ZSU23_ChDKZatlOffsetv;ExpositionXDŮC Danglesl@x?@disableSimulation$dataTypeObjectPositionInfosideEmptyflagsAttributesڃid typeLand_Axe_FatlOffset8positionSD;CoDangles@e@3@ڃcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesτidtypeLand_WoodenLog_FatlOffsetpositionDPCQoDangles@3@τcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo{sideEmptyflagsAttributesidtypeLand_WoodPile_FхpositionID\CpDangles@@3@disableSimulationхdataTypeObjectPositionInfoDsideEmptyflagsAttributes|idtypeLand_WoodPile_FpositionJDLC܀oDangles@3@|disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesOidtypeFoldChairatlOffsetwAttribute4Attribute5Attribute6Attribute7^Attribute84Attribute9nAttributes ¦propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueƟdataƟtypevalueƟtypeSTRINGƟpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueAdataQtypemvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value>data >type)valueB>typeSCALAR>propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataɡtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueudatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueEdataUtypeqvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value^data-^typeIvalue^typeSCALAR^propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value4data4typevalue?4typeSCALAR4propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataͥtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value¦data¦typevalue¦typeSTRING¦dataTypeLayernameCounterEntitiesidatlOffsetitemsItem0Item1kItem2Item3Item4oItem5Item6Item7Item8Item9NItem10Item11ֿItem12}Item13Item14Item15Item16;Item17dataTypeGroupsideCivilianEntities=Attributeseid1kitemsItem0eItem1edataTypeObjectPositionInfoԨsideCivilianflagsAttributesid2typeC_Bob_VRpositionVEBnC EdataTypeWaypointposition8E CEEffects_showWPNEVERid6typeMoveeekdataTypeGroupsideCivilianEntitiesAttributesid3itemsItem0Item1vdataTypeObjectPositionInfoPsideCivilianflagsAttributespid4typeC_Bob_VRvposition@ECEpvdataTypeWaypointposition8E CEEffects۪showWPNEVERid5typeMovedataTypeTriggerpositionM EOClc Eangle?Attributes\id/typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_supplies;}sizeAAsizeBAdataTypeTriggerposition EoC_ Eangle?Attributes id0typeEmptyDetectorAreaR250oconditioncall{triggeractivated tgr_supplies;}sizeAAsizeBAodataTypeLogicPositionInfo׬id7typeAdmiral_OndemandCampZoneCustomAttributespositionEY~CEAttribute0Attribute1Attribute2Attribute3DAttribute4Attribute5бAttribute6Attribute7jAttribute8/Attribute9Attribute10ٵAttribute11Attribute12uAttribute13InAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueAdataQtypemvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDdataDtype/valueBDtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueŰdataհtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valueбdataбtypevalue AбtypeSCALARбpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueQdataatype}valuetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value)jdata9jtypeUvalue@jtypeSCALARjpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value/data/typevalue/typeSTRING/propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueƴdataִtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valueٵdataٵtypeĵvalue?ٵtypeSCALARٵpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuehdataxtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value4udataDutype`valueutypeSCALARupropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueIdataItype4valueItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueظdatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesdAttributesid<itemsItem0Item1!dataTypeObjectPositionInfosideCivilianflagsAttributesid=typeC_Bob_VR!positiontE>hpC*$E!dataTypeWaypointposition]EtCEEffectsshowWPNEVERidBtypeMovedataTypeGroupsideCivilianEntitiesAttributesid>itemsItem0Item1dataTypeObjectPositionInfowsideCivilianflagsAttributesid?typeC_Bob_VRpositionEOKCDdataTypeWaypointposition]EtCEEffectsshowWPNEVERidCtypeMovedataTypeGroupsideCivilianEntities\Attributesid@itemsItem0Item1dataTypeObjectPositionInfosideCivilianflagsAttributesidAtypeC_Bob_VRpositionpEC> EdataTypeWaypointposition]EtCEEffects~showWPNEVERidDtypeMovedataTypeTriggerpositionRE߁C"Dangle?Attributesid8typeEmptyDetectorAreaR250Nconditioncall{triggeractivated tgr_supplies;}sizeAAsizeBANdataTypeTriggerposition漱ESuC E Eangle?Attributesþid9typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_supplies;}sizeAAsizeBAdataTypeTriggerpositionE)$nC$Eangle?Attributesid:typeEmptyDetectorAreaR250ֿconditioncall{triggeractivated tgr_supplies;}sizeAAsizeBAֿdataTypeLogicPositionInfo>id;typeAdmiral_OndemandCampZoneCustomAttributes^}positionEHVC7'E^Attribute0ZAttribute1'Attribute2Attribute3Attribute4mAttribute57Attribute6Attribute7Attribute8Attribute9nAttribute10@Attribute11Attribute12Attribute13nAttributes}propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value'data'typevalue'typeSTRING'propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuejdataztypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,mdata<mtypeXvalueBmtypeSCALARmpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value7data7type"value A7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueXdatahtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value-ndata=ntypeYvalue?ntypeSCALARnpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value@data@type+value@typeSCALAR@propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueodatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value?}dataO}typehvalue}typeSTRING}dataTypeGroupsideCivilianEntitiesAttributesidGatlOffsetitemsItem0Item1Item2/dataTypeObjectPositionInfosideCivilianflagsAttributesidHtypeC_Jeff_VRatlOffsetposition_+F B҈CdataTypeWaypointpositionEKCEEffects)showWPNEVERidMtypeMoveatlOffset//dataTypeWaypointposition%mCXCUCEffectsshowWPNEVERidNtypeMovedataTypeGroupsideCivilianEntitiesAttributesidIatlOffsetp9itemsItem01Item1Item2BdataTypeObjectPositionInfosideCivilianflagsAttributesidJtypeC_Jeff_VRatlOffsetp9position2F*CEdataTypeWaypointpositionjEC7JEEffects<showWPNEVERidOtypeMoveBBdataTypeWaypointpositionC78C8CEffectsshowWPNEVERidPtypeMovedataTypeLogicPositionInfo#idKtypeARK_Rotor_InsertatlOffsetCustomAttributes[positiony1FPB,C;JEangles@@[Attribute0Attribute1Attribute2GAttribute3Attribute4nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value@dataPtypelvalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueGdataGtype2valueDefaultGtypeSTRINGGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatatypevalueFULLtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Valuemdata}typevalueHCtypeSCALARpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value-data=typejvalueark_rotor_fnc_inserttypeSTRINGdataTypeLogicPositionInfoidLtypeARK_Rotor_InsertCustomAttributes;position*FQ2B CanglesK@_@Attribute0Attribute1=Attribute2Attribute3Attribute4jnAttributes;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];ValuetdatatypevalueFULLtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value)jdata9jtypeUvalueHCjtypeSCALARjpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value;data;type&valueark_rotor_fnc_insert;typeSTRING;dataTypeTriggerposition<,+FBw؄Cangle?AttributesidFtypeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_supplies;}sizeAAsizeBAdataTypeTriggerpositionN1FX+CgEangle?AttributesidEtypeEmptyDetectorAreaR250atlOffset:conditioncall{triggeractivated tgr_supplies;}sizeAAsizeBSAdataTypeLayernameCQCEntitiesidatlOffset=?itemsItem0pItem1YItem2BItem3Item4Item5dataTypeTriggerpositionHEͰCYyEangleʑ?Attributesid)typeEmptyDetectorAreaR250atlOffset=Yconditioncall{triggeractivated tgr_base_active;}sizeArAsizeBAisRectangleYdataTypeTriggerpositionΙE8C/ Eangle?Attributesid*typeEmptyDetectorAreaR250atlOffset>Bconditioncall{triggeractivated tgr_base_active;}sizeArAsizeBAisRectangleBdataTypeTriggerposition aE{4CcEangle ;H@Attributesid+typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_base_active;}sizeArAsizeB&AisRectangledataTypeTriggerposition?EذCxEangle/?Attributesid,typeEmptyDetectorAreaR250atlOffsetLconditioncall{triggeractivated tgr_base_active;}sizeA&AsizeBk AisRectangledataTypeTriggerpositionJE7C GEangle{@Attributesid-typeEmptyDetectorAreaR250atlOffset=conditioncall{triggeractivated tgr_base_active;}sizeAAsizeB4>AisRectangledataTypeLogicPositionInfoLid.typeAdmiral_CqcZoneCustomAttributeslposition,E_C^El Attribute0Attribute1Attribute2Attribute3JAttribute4Attribute5Attribute6sAttribute70Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuePdata`type|valuetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value JdataJtype5valueJtypeSCALARJpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value{datatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value4sdataDstype`valuestypeBOOLspropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value0data0typevalue A0typeSCALAR0propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuezdatatypevaluetypeSTRINGdataTypeLayernameSentry AIEntitiesidatlOffset:"/items.Item07Item1Item2Item3Item4Item5Item6 Item7BItem8eItem9oItem10Item11Item12Item13Item14Item15Item16Item17;Item18ZItem19dItem20Item21Item22Item23Item24Item25Item26>Item27] Item28 Item29 Item30 Item31 Item32*Item33LItem34Item35Item36Item37Item38Item39<Item40Item41Item42Item43Item44sItem45Y :"dataTypeGroupsideEastEntitiesAttributesGCrewLinksMiditemsItem0GdataTypeObjectPositionInfo!sideEastflagsAttributesAidtypeCUP_O_INS_SoldierGpositionEK@CEAGMLinkIDProviderrLinksnextIDitemsItem0linkIDitem0item1CustomDataroleturretPathdataTypeObjectPositionInfousideEastflagsAttributesidtypeCUP_O_KORD_high_RUpositionEdC-Eangles@@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_GLposition6EcէCDangles(@dataTypeGroupsideEastEntitiesAttributesiditemsItem0<dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_MGpositionREcէCDanglesջ?dataTypeGroupsideEastEntitiesAAttributesiditemsItem0^dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_SoldierpositionF@EcէC'DdataTypeGroupsideEastEntitiesHAttributesid itemsItem0edataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_GLposition(EcէCLDanglesZ˥@ dataTypeGroupsideEastEntitiesjAttributes<idBitemsItem0<dataTypeObjectPositionInfosideEastflagsAttributes6idtypeCUP_O_INS_Soldier_AR<position8zECyEangles?6<BdataTypeGroupsideEastEntitiesAttributes_ideitemsItem0_dataTypeObjectPositionInfo!sideEastflagsAttributesYidtypeCUP_O_INS_Soldier_LAT_position{EC|>Eangles?Y_edataTypeGroupsideEastEntitiesAttributesiidoitemsItem0idataTypeObjectPositionInfoCsideEastflagsAttributescidtypeCUP_O_INS_Soldier_GLipositionZECLwEciodataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfoNsideEastflagsAttributesidtypeCUP_O_INS_Soldier_LATpositionz]ECr=Eangles+W@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfopsideEastflagsAttributesidtypeCUP_O_INS_Soldier_GLpositionЧECw1 Eanglesia @dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_ARpositionE QC EdataTypeGroupsideEastEntitiesAttributesiditemsItem0%dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_GLposition֧EFC,Eangles">dataTypeGroupsideEastEntities*Attributesid{itemsItem0GdataTypeObjectPositionInfosideEastflagsAttributesid|typeCUP_O_INS_Soldier_MGposition֛EBCEdataTypeGroupsideEastEntities4Attributesid}itemsItem0QdataTypeObjectPositionInfosideEastflagsAttributesid~typeCUP_O_INS_Soldier_LATposition|EBCFEdataTypeGroupsideEastEntities?AttributesiditemsItem0\dataTypeObjectPositionInfosideEastflagsAttributes idtypeCUP_O_INS_Soldier_AK74positionÂEBCEangles*Ђ@ dataTypeGroupsideEastEntitiescAttributes5id;itemsItem05dataTypeObjectPositionInfosideEastflagsAttributes/idtypeCUP_O_INS_Soldier_GL5positionEBCxEanglesA @/5;dataTypeGroupsideEastEntitiesAttributesTidsZitemsItem0TdataTypeObjectPositionInfosideEastflagsAttributesNidttypeCUP_O_INS_SoldierTpositionECɀEanglesI@NTZdataTypeGroupsideEastEntitiesAttributes^iduditemsItem0^dataTypeObjectPositionInfo8sideEastflagsAttributesXidvtypeCUP_O_INS_Soldier_AR^positionMוECEX^ddataTypeGroupsideEastEntitiesAttributesidwitemsItem0dataTypeObjectPositionInfoCsideEastflagsAttributes{idxtypeCUP_O_INS_Soldier_LATpositionECNhEangles+?{dataTypeGroupsideEastEntitiesAttributesidyitemsItem0dataTypeObjectPositionInfoesideEastflagsAttributesidztypeCUP_O_INS_Soldier_GLposition̕ECJEanglesJ@dataTypeGroupsideEastEntitiesAttributesidkitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidltypeCUP_O_INS_Soldier_GLpositionpEbCʅEangles?dataTypeGroupsideEastEntitiesAttributesidmitemsItem02dataTypeObjectPositionInfosideEastflagsAttributesidntypeCUP_O_INS_Soldier_LATpositionEbC6EdataTypeGroupsideEastEntities AttributesidoitemsItem0=dataTypeObjectPositionInfosideEastflagsAttributesidptypeCUP_O_INS_Soldier_AK74positionՖEbClEangles>@dataTypeGroupsideEastEntitiesDAttributesidqitemsItem0adataTypeObjectPositionInfosideEastflagsAttributesidrtypeCUP_O_INS_Soldier_MGpositionEbC[Eangles3@dataTypeGroupsideEastEntitiesfAttributes8id>itemsItem08dataTypeObjectPositionInfosideEastflagsAttributes2idtypeCUP_O_INS_Soldier_AR8positionƘE%Cc Eangles@28>dataTypeGroupsideEastEntitiesAttributesW id ] itemsItem0W dataTypeObjectPositionInfo sideEastflagsAttributesQ id typeCUP_O_INS_SoldierW positionEoC+ Eanglesa@Q W ] dataTypeGroupsideEastEntities Attributesy id itemsItem0 y dataTypeObjectPositionInfo; sideEastflagsAttributess idtypeCUP_O_INS_Soldier_ARy positionEC8Eangles8?s y  dataTypeGroupsideEastEntities Attributes id itemsItem0  dataTypeObjectPositionInfo_ sideEastflagsAttributes idtypeCUP_O_INS_Soldier_AK74 position>EC1Eangles՝?   dataTypeGroupsideEastEntities Attributes id itemsItem0  dataTypeObjectPositionInfo sideEastflagsAttributes idtypeCUP_O_INS_Soldier_MG positionѻE|CEangles;?   dataTypeGroupsideEastEntities Attributes id itemsItem0,  dataTypeObjectPositionInfo sideEastflagsAttributes idtypeCUP_O_INS_Soldier_MG position´ECCEanglesFz?   dataTypeGroupsideEastEntitiesAAttributes$idatlOffset8*itemsItem0^$dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_LATatlOffset8$positionGECu*Eangles>$*dataTypeGroupsideEastEntitiestAttributesFidLitemsItem0FdataTypeObjectPositionInfosideEastflagsAttributes@idtypeCUP_O_INS_Soldier_ARFpositiongE;C Eangles?@FLdataTypeGroupsideEastEntitiesAttributesidatlOffset8itemsItem0dataTypeObjectPositionInfoJsideEastflagsAttributesidtypeCUP_O_INS_Soldier_ARatlOffset8positionnESCREanglesQ)?dataTypeGroupsideEastEntitiesAttributesidatlOffset8itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_SniperatlOffset8positionޒECEangles?dataTypeGroupsideEastEntitiesAttributesiditemsItem03dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_AK74positionUۙEClEanglesF?dataTypeObjectPositionInfodsideEastflagsAttributesidtypeCUP_O_BRDM2_CHDKZposition8\E2CaEangles"@dataTypeObjectPositionInfosideEastflagsAttributesQidtypeCUP_O_BRDM2_HQ_CHDKZpositionyE.CvEangles&?QreceiveRemoteTargetsreportOwnPositiondataTypeObjectPositionInfosideEastflagsAttributes6idtypeCUP_O_BTR80_CHDKZ<positionZEC/Eangles@y @ @6<dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_MTLB_pk_ChDKZpositionuEVٮCEangles?dataTypeObjectPositionInfoesideEastflagsAttributesidtypeCUP_O_UAZ_MG_CHDKZpositionEưCpEanglesR>dataTypeGroupsideEastEntitiesAttributesCrewLinksiditemsItem0$Item1dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_AK74positionECEangles@y @ @dataTypeObjectPositionInfoTsideEastflagsAttributesidtypeCUP_O_INS_Soldier_AK74positionECEangles@y @ @LinkIDProviderLinksnextIDitemsItem0Item1VlinkIDitem0item1CustomData3VroleturretPathVlinkIDitem0item1CustomDataroleturretPathdataTypeGroupsideEastEntities AttributesCrewLinksiditemsItem0*dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_CrewpositionuE%CgEangles?LinkIDProviderLinksnextIDitemsItem04linkIDitem0item1CustomDataoroleturretPathdataTypeGroupsideEastEntitiesAttributesCrewLinksidsitemsItem0dataTypeObjectPositionInfo|sideEastflagsAttributesidtypeCUP_O_INS_SoldierpositionyE%CCEangles&?LinkIDProviderLinkssnextIDitemsItem0slinkIDitem0item1CustomDataPsroleturretPathsdataTypeGroupsideEastEntitiesAttributesCrewLinksidY itemsItem0dataTypeObjectPositionInfobsideEastflagsAttributesidtypeCUP_O_INS_Soldier_AK74positionoE/CEanglesR>LinkIDProviderLinksY nextIDitemsItem0Y linkIDitem0item1CustomData6 Y roleturretPathY dataTypeGroupsideEastEntities Attributes!CrewLinks!id:"itemsItem0 !dataTypeObjectPositionInfoC!sideEastflagsAttributes{!idtypeCUP_O_INS_Soldier!position8\ECbEangles"@{!!!LinkIDProvider!Links!:"nextID!itemsItem0!:"linkIDitem0item1CustomData":"roleturretPath:"dataTypeLayernameSet DressingEntities"idatlOffsetA@G6itemsItem0#Item1X$Item2%Item3%Item4x&Item5*'Item6'Item7{(Item8B)Item9)Item10*Item11_+Item12I,Item13C-Item14=.Item15F/Item16O0Item17&1Item18 2Item192Item203Item214Item22_5G6dataTypeObjectPositionInfo$sideEmptyflagsAttributesR$idtypeFlagCarrierINSX$positionhEmʣCEanglesĔ@R$X$dataTypeObjectPositionInfo$sideEmptyflagsAttributes %idtypeCUP_O_UAZ_Unarmed_CHDKZ%positionmE CEangles@ޙ@@ %%dataTypeObjectPositionInfo%sideEmptyflagsAttributes%idtypeCUP_O_UAZ_Unarmed_CHDKZ%positionE C[E%%dataTypeObjectPositionInfo:&sideEmptyflagsAttributesr&idtypeCUP_O_UAZ_Open_CHDKZatlOffset@x&position_=Et.CDEangles$<Gz@r&x&dataTypeObjectPositionInfo&sideEmptyflagsAttributes$'idtypeCUP_O_Ural_CHDKZ*'positionQEKCEangles@@$'*'dataTypeObjectPositionInfo'sideEmptyflagsAttributes'idtypeCUP_O_Ural_CHDKZ'positionEC8VE''dataTypeObjectPositionInfo=(sideEmptyflagsAttributesu(idgtypeCUP_O_Ural_Open_CHDKZ{(positionE5NCYEangles8f?@u({(dataTypeObjectPositionInfo)sideEmptyflagsAttributes<)idhtypeCUP_O_Ural_Open_CHDKZatlOffset(B)positionE(4C=Eangles8f?@<)B)dataTypeObjectPositionInfo)sideEmptyflagsAttributes)iditypeCUP_O_Ural_Open_CHDKZ)position̙E,CaEangleszĜ;8f?))dataTypeObjectPositionInfo*sideEmptyflagsAttributes*idtypeCUP_O_Ural_Open_CHDKZatlOffset*positionEGCEangles_@-y:@,;**dataTypeObjectPositionInfo9+sideEmptyflagsAttributesY+idtypeCUP_O_Ural_Open_CHDKZ_+position?ECyWEY+_+dataTypeObjectPositionInfo+sideEmptyflagsAttributes,idtypeLand_PaperBox_01_open_boxes_FatlOffset8I,position0createAsSimpleObjectdisableSimulationO0dataTypeObjectPositionInfo0sideEmptyAttributes1idtypeplp_ctm_ForkliftStcOliveAatlOffset>&1positiono.ECeEangles+J)@1disableSimulation&1dataTypeObjectPositionInfo1sideEmptyflagsAttributes1idtypeplp_ctm_HandPalletTruckOliveatlOffset8 2position+ETıCEangles;i@1disableSimulation 2dataTypeObjectPositionInfo2sideEmptyflagsAttributes2idtypeplp_ctm_HandPalletTruckOliveGroundatlOffset2positionlEUbCEanglesY@2disableSimulation2dataTypeObjectPositionInfo~3sideEmptyflagsAttributes3idtypeplp_ctm_HandPalletTruckOliveGround3position}EabCǼEanglesx@3disableSimulation3dataTypeObjectPositionInfoj4sideEmptyflagsAttributes4idtypeplp_ctm_HandPalletTruckOliveGroundatlOffset=4positionȤEVCEanglesx@4disableSimulation4dataTypeObjectPositionInfo95sideEmptyflagsAttributesY5idtypeMetalBarrel_burning_F_5positionlE6vCEY5_5dataTypeObjectPositionInfo5sideEmptyflagsAttributes6idtypeLand_WaterBottle_01_stack_FatlOffset8G6position(E'C}?E6createAsSimpleObjectdisableSimulationG6dataTypeLayernameCargo BoxesEntities6idatlOffsetB>DitemsItem06Item19Item2P;Item3=Item4?Item52BDdataTypeObjectPositionInfo{7sideEmptyflagsAttributes7idtypeCargoNet_01_barrels_FCustomAttributes79positionqE~CE7namebox_37Attribute07Attribute18nAttributes9propertyace_cargo_sizeexpression[_this,_value] call ace_cargo_fnc_setSize;ValueI88dataY88typeu8value?8typeSCALAR8propertyallowDamageexpression_this allowdamage _value;Value89data89type9value9typeBOOL9 dataTypeObjectPositionInfo9sideEmptyflagsAttributes9idtypeCargoNet_01_box_FatlOffset9CustomAttributes9P;positionFEE׳CE9namebox_59Attribute0:Attribute1:nAttributesP;propertyace_cargo_sizeexpression[_this,_value] call ace_cargo_fnc_setSize;Value::data::type:value?:typeSCALAR:propertyallowDamageexpression_this allowdamage _value;Value;P;data!;P;type=;valueP;typeBOOLP;dataTypeObjectPositionInfo;sideEmptyflagsAttributes"<idtypeLand_PaperBox_01_small_stacked_FCustomAttributes5<=positionYEdCpIEanglesnF<@"<namebox_15<Attribute0m<Attribute1=nAttributes=propertyace_cargo_sizeexpression[_this,_value] call ace_cargo_fnc_setSize;Value<=data<=type<value?=typeSCALAR=propertyallowDamageexpression_this allowdamage _value;Value`==datap==type=value=typeBOOL=dataTypeObjectPositionInfo=>sideEmptyAttributesu>idtypeLand_PaperBox_01_small_stacked_FatlOffsetL>CustomAttributes>?positionTfECEangles@u>namebox_2>Attribute0>Attribute1d?nAttributes?propertyace_cargo_sizeexpression[_this,_value] call ace_cargo_fnc_setSize;Value#?d?data3?d?typeO?value?d?typeSCALARd?propertyallowDamageexpression_this allowdamage _value;Value??data??type?value?typeBOOL?dataTypeObjectPositionInfo}@sideEmptyflagsAttributes@idtypeCargoNet_01_box_FCustomAttributes@2BpositionUE;CEangles@@namebox_6@Attribute0AAttribute1AnAttributes2Bpropertyace_cargo_sizeexpression[_this,_value] call ace_cargo_fnc_setSize;ValuecAAdatasAAtypeAvalue?AtypeSCALARApropertyallowDamageexpression_this allowdamage _value;ValueA2BdataB2BtypeBvalue2BtypeBOOL2B dataTypeObjectPositionInfoBsideEmptyflagsAttributes CidtypeCargoNet_01_barrels_FatlOffset9CustomAttributesCDposition6E=CEanglesTܐ? Cnamebox_4CAttribute0TCAttribute1CnAttributesDpropertyace_cargo_sizeexpression[_this,_value] call ace_cargo_fnc_setSize;ValueCCdataCCtypeCvalue?CtypeSCALARCpropertyallowDamageexpression_this allowdamage _value;ValueGDDdataWDDtypesDvalueDtypeBOOLDdataTypeLayernameSpawning & CleanupstateEntitiesDidatlOffsetw@HitemsItem0(EItem1FItem2FItem3GHdataTypeTriggerposition`4 DC+DAttributesEidtypeEmptyDetectorAreaR250atlOffset)@Fnametgr_aa_westsizeABsizeBBsizeC AactivationByWESTisRectangleFdataTypeTriggerpositionP FCdEAttributes}FidtypeEmptyDetectorAreaR250atlOffset)@Fnametgr_aa_eastsizeABsizeBBsizeC AactivationByWESTisRectangleFdataTypeTriggerpositionPEߴC=YEAttributesYGidtypeEmptyDetectorAreaR250atlOffset8Gnametgr_suppliessizeC AactivationByWESTisRectangleGdataTypeTriggerposition=ELC;EAttributesHid"typeEmptyDetectorHnametgr_base_activeconditioncall{triggeractivated tgr_aa_east || triggeractivated tgr_aa_west;}sizeAsizeBHdataTypeMarkerpositionD+CRDnamemkr_dambogtypeEmptyidQatlOffsetHdataTypeMarkerpositionLT FۗCEnamemkr_rodzanicatypeEmptyidRatlOffsetbIdataTypeMarkerpositionECzEnamemkr_swarogtypeEmptyidSatlOffset9IdataTypeMarkerposition}EQBX Fnamemkr_basetypeEmptyidT$JLinkIDProviderIJLinks\J`qnextIDp\JqitemspItem0OItem1OItem2JPItem3PItem4PItem51QItem6~QItem7QItem8RItem9eRItem10RItem11RItem12LSItem13SItem14SItem153TItem16TItem17TItem18UItem19gUItem20UItem21VItem22NVItem23VItem24VItem255WItem26WItem27WItem28XItem29iXItem30XItem31YItem32PYItem33YItem34YItem357ZItem36ZItem37ZItem38[Item39k[Item40[Item41\Item42R\Item43\Item44\Item459]Item46]Item47]Item48 ^Item49m^Item50^Item51_Item52T_Item53_Item54_Item55;`Item56`Item57`Item58"aItem59oaItem60aItem61 bItem62VbItem63bItem64bItem65=cItem66cItem67cItem68$dItem69qdItem70dItem71 eItem72XeItem73eItem74eItem75?fItem76fItem77fItem78&gItem79sgItem80gItem81 hItem82ZhItem83hItem84hItem85AiItem86iItem87iItem88(jItem89ujItem90jItem91kItem92\kItem93kItem94kItem95ClItem96lItem97lItem98*mItem99wmItem100mItem101nItem102^nItem103nItem104nItem105EoItem106oItem107oItem108,pItem109ypItem110pItem111q`qlinkIDitem0item1=CustomDataOOtypeSyncOlinkIDitem0item1=CustomData8PJPtypeSyncJPlinkIDitem0item1=CustomDataPPtypeSyncPlinkIDitem0item1=CustomDataPPtypeSyncPlinkIDitem0item1=CustomDataQ1QtypeSync1QlinkIDitem0item1=CustomDatalQ~QtypeSync~QlinkIDitem0item1=CustomDataQQtypeSyncQlinkIDitem0item1=CustomDataRRtypeSyncRlinkIDitem0item1=CustomDataSReRtypeSynceRlinkID item0item1=CustomDataRRtypeSyncRlinkID item0item1<CustomDataRRtypeSyncRlinkID item0item1=CustomData:SLStypeSyncLSlinkID item05item1=CustomDataSStypeSyncSlinkID item07item1=CustomDataSStypeSyncSlinkIDitem09item1=CustomData!T3TtypeSync3TlinkIDitem0;item1=CustomDatanTTtypeSyncTlinkIDitem0item1<CustomDataTTtypeSyncTlinkIDitem0_item1<CustomDataUUtypeSyncUlinkIDitem0item1<CustomDataUUgUtypeSyncgUlinkIDitem0?item1=CustomDataUUtypeSyncUlinkIDitem0Aitem1=CustomDataUVtypeSyncVlinkIDitem0Citem1=CustomDataYPYtypeSyncPYlinkID item0item1<CustomDataYYtypeSyncYlinkID!item0item1<CustomDataYYtypeSyncYlinkID"item0gitem1<CustomData%Z7ZtypeSync7ZlinkID#item0hitem1<CustomDatarZZtypeSyncZlinkID$item0iitem1<CustomDataZZtypeSyncZlinkID%item0item1<CustomData [[typeSync[linkID&item0item1<CustomDataY[k[typeSynck[linkID'item0item1=CustomData[[typeSync[linkID(item0item1=CustomData[\typeSync\linkID)item0item1=CustomData@\R\typeSyncR\linkID*item0item1=CustomData\\typeSync\linkID+item0item1=CustomData\\typeSync\linkID,item0item1=CustomData']9]typeSync9]linkID-item0item1=CustomDatat]]typeSync]linkID.item0item1=CustomData]]typeSync]linkID/item0item1=CustomData^ ^typeSync ^linkID0item0item1=CustomData[^m^typeSyncm^linkID1item0item1=CustomData^^typeSync^linkID2item0|item1=CustomData^_typeSync_linkID3item0~item1=CustomDataB_T_typeSyncT_linkID4item0item1=CustomData__typeSync_linkID5item0item1=CustomData__typeSync_linkID6item0titem1=CustomData)`;`typeSync;`linkID7item0vitem1=CustomDatav``typeSync`linkID8item0xitem1=CustomData``typeSync`linkID9item0zitem1=CustomDataa"atypeSync"alinkID:item0litem1=CustomData]aoatypeSyncoalinkID;item0nitem1=CustomDataaatypeSyncalinkID<item0pitem1=CustomDataa btypeSync blinkID=item0ritem1=CustomDataDbVbtypeSyncVblinkID>item0item1=CustomDatabbtypeSyncblinkID?item0 item1=CustomDatabbtypeSyncblinkID@item0item1=CustomData+c=ctypeSync=clinkIDAitem0item1=CustomDataxcctypeSyncclinkIDBitem0item1=CustomDatacctypeSyncclinkIDCitem0item1=CustomDatad$dtypeSync$dlinkIDDitem0item1=CustomData_dqdtypeSyncqdlinkIDEitem0item1=CustomDataddtypeSyncdlinkIDFitem0item1=CustomDatad etypeSync elinkIDGitem0item1=CustomDataFeXetypeSyncXelinkIDHitem0item1=CustomDataeetypeSyncelinkIDIitem0item1<CustomDataeetypeSyncelinkIDJitem0item1<CustomData-f?ftypeSync?flinkIDKitem0item1<CustomDatazfftypeSyncflinkIDLitem0item1<CustomDatafftypeSyncflinkIDMitem0item1<CustomDatag&gtypeSync&glinkIDNitem0item1CustomDataagsgtypeSyncsglinkIDOitem0item1CustomDataggtypeSyncglinkIDPitem0item1CustomDatag htypeSync hlinkIDQitem0item1CustomDataHhZhtypeSyncZhlinkIDRitem0item1CustomDatahhtypeSynchlinkIDSitem0item1CustomDatahhtypeSynchlinkIDTitem0item1CustomData/iAitypeSyncAilinkIDUitem0item1CustomData|iitypeSyncilinkIDVitem0item1CustomDataiitypeSyncilinkIDWitem0item1 CustomDataj(jtypeSync(jlinkIDXitem0item1 CustomDatacjujtypeSyncujlinkIDYitem0item1 CustomDatajjtypeSyncjlinkIDZitem0item1 CustomDatajktypeSyncklinkID[item0item1CustomDataJk\ktypeSync\klinkID\item0item1CustomDatakktypeSyncklinkID]item0#item1!CustomDatakktypeSyncklinkID^item0&item1(CustomData1lCltypeSyncCllinkID_item0%item1(CustomData~lltypeSyncllinkID`item0$item1(CustomDatalltypeSyncllinkIDaitem0'item1(CustomDatam*mtypeSync*mlinkIDbitem0*item1.CustomDataemwmtypeSyncwmlinkIDcitem0)item1.CustomDatammtypeSyncmlinkIDditem0+item1.CustomDatamntypeSyncnlinkIDeitem0,item1.CustomDataLn^ntypeSync^nlinkIDfitem0-item1.CustomDatanntypeSyncnlinkIDgitem0/item17CustomDatanntypeSyncnlinkIDhitem00item17CustomData3oEotypeSyncEolinkIDiitem08item1;CustomDataootypeSyncolinkIDjitem09item1;CustomDataootypeSyncolinkIDkitem0:item1;CustomDatap,ptypeSync,plinkIDlitem0Kitem1ECustomDatagpyptypeSyncyplinkIDmitem0Jitem1ECustomDatapptypeSyncplinkIDnitem0Litem1FCustomDataqqtypeSyncqlinkIDoitem0Hitem1FCustomDataNq`qtypeSync`q#$ R-_:Xunw5