sreVadmiral\admiral.h`description.ext`Fhull3\briefing\blufor.sqfn_hull3\briefing\civilian.sqfn_hull3\briefing\indfor.sqfn_hull3\briefing\opfor.sqfB`hull3\hull3.hD_6hull3\scuba.h=`dhull3\smg.h&`initplayerlocal.sqf`dinitserver.sqfT`mission.sqm`Uclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "FIA_GUER"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "FIA_GUER"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "FIA_GUER"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class US_FR { side = "west"; infantry[] = {"CUP_B_FR_Soldier_Assault", "CUP_B_FR_Soldier_Assault","CUP_B_FR_Soldier_GL", "CUP_B_FR_Soldier_GL", "CUP_B_FR_Medic", "CUP_B_FR_Soldier_AR", "CUP_B_FR_Soldier_TL"}; }; class FIA_GUER { side = "resistance"; }; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Russian In"; onLoadMission = "Made with Hull3"; author = "Cyruz"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 35; }; 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", "Sea Mist"}; 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 CfgSounds { sounds[] = {}; class arty_sfx { name = "arty_sfx"; sound[] = {"@a3\dubbing_f\modules\supports\artillery_request.ogg", 5, 1, 250}; titles[] = {0,""}; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // INDFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** 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","
NATO and CSAT forces have been clashing over Altis for years now, most towns are just wrecks and rubble. Tonight we've gotten Intel that US forces are actively deployed on the island, selling arms to the FIA. It's time to send a message.

ENEMY FORCES
FIA and US Forces

FRIENDLY FORCES
Da "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
• Intercept the arms deal with US forces here.

• Destroy the FIA mobile artillery here.

• Optional: Resupply ammo here.

• Finally recover intel and mark the enemy HQ they've hidden inside a hospital here. You'll have a 90 second window to leave the target building once you've sent the data. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
You're kitted out for CQC, try and avoid taking hill tops and long range fights!

MOVEMENT PLAN
Deploy underwater near the AO.

FIRE SUPPORT PLAN
Tactical cruise missile strike will be deployed once you've got the intel from the HQ. Don't hang around.

SPECIAL TASKS
Look cool. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz + Dex "]]; class Hull3 { isEnabled = 1; class MissionParams { date[] = { {2035, 1, 1}, // New Moon {2035, 1, 10} // Full Moon }; time[] = { {4, 50}, // Dawn {5, 50}, // Early Morning {9, 0}, // Morning {12, 0}, // Noon {15, 0}, // Afternoon {17, 50}, // Evening {18, 50}, // Dusk {01, 30} // Night }; // Fog Strength, Decay, Base fog[] = { {0, 0, 0}, // Light {0.2, 0, 0}, // Medium {0.05, 0.25, 25} // Heavy }; }; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Gear { #include "smg.h" }; class Uniform { #include "scuba.h" }; class Faction { class RU_SPETSNAZ { gear = "smg"; uniform = "scuba"; }; }; };class scuba { class Rifleman { headGear = "CUP_H_RUS_Altyn_black"; goggles = "G_O_Diving"; uniform = "U_I_Wetsuit"; vest = "V_RebreatherB_ARM"; backpack = "ark_backpack_huge"; }; class Leader : Rifleman { }; class Officer : Leader { }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { }; class FTL : Leader { }; class AR : Rifleman { }; class AAR : Rifleman { }; class RAT : Rifleman { }; }; class smg { class Rifleman { primaryWeapon = "CUP_smg_vityaz_vfg_front_rail"; primaryWeaponItems[] = {"CUP_muzzle_Bizon", "CUP_acc_LLM_black", "CUP_optic_AC11704_Black"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = "hgun_Rook40_F"; handGunWItems[] = {"hlc_muzzle_Octane9"}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1}, {"16Rnd_9x21_Mag", 3} }; vestMagazines[] = { {"CUP_30Rnd_9x19AP_Vityaz", 10} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_9x19AP_Vityaz", 6} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_PVS15_black"}; 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_AS_VAL_VFG_top_rail"; primaryWeaponItems[] = {"CUP_acc_LLM_black", "CUP_optic_MRad"}; vestMagazines[] = { {"CUP_30Rnd_9x39_SP5_VIKHR_M", 10} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_9x39_SP5_VIKHR_M", 6} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = {}; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { vestMagazines[] = { {"CUP_30Rnd_9x19AP_Vityaz", 8}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_9x19AP_Vityaz", 4} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; 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_smg_bizon"; primaryWeaponItems[] = {"CUP_muzzle_snds_KZRZP_AK762", "CUP_optic_Kobra"}; vestMagazines[] = {{"CUP_64Rnd_Green_Tracer_9x19_Bizon_M", 4}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_64Rnd_Green_Tracer_9x19_Bizon_M", 8} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_64Rnd_Green_Tracer_9x19_Bizon_M", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { secondaryWeapon = "launch_RPG32_green_F"; secondaryWeaponItems[] = {"RPG32_F"}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_9x19AP_Vityaz", 4}, {"RPG32_F", 1}, {"RPG32_HE_F", 1} }; }; class Vehicle { weapons[] = {}; magazines[] = { {"CUP_30Rnd_9x19AP_Vityaz", 60}, {"CUP_30Rnd_9x39_SP5_VIKHR_M", 60}, {"CUP_64Rnd_Green_Tracer_9x19_Bizon_M", 60}, {"RPG32_F", 20}, {"RPG32_HE_F", 10}, {"ACE_HandFlare_White", 5}, {"HandGrenade", 5}, {"SmokeShell", 5} }; items[] = {{"ItemGPS", 1}}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class Car : Vehicle {}; class Truck : Vehicle {}; class Armored : Truck {}; };{ _x switchLight "OFF"; } forEach nearestObjects [(getArray(configFile >> "CfgWorlds" >> worldName >> "centerPosition")), [], worldSize/2]; ["mission.safetytimer.ended", { private _msg = "'Russian In'"; private _msg1 = format ["%1 am", [dayTime, "HH:MM"] call BIS_fnc_timeToString]; private _msg2 = format ["%1", str (date #2) + "/" + str (date #1) + "/" + str (date #0)]; private _msg3 = "Southern Altis"; [[_msg1,2,2], [_msg2,2,2], [_msg3,2,2], [_msg,2,2,5]] spawn BIS_fnc_EXP_camp_SITREP; }] call hull3_event_fnc_addEventHandler; ark_mark_gps = [ "markGPS", "Mark GPS Target", "\a3\ui_f\data\igui\cfg\simpletasks\types\download_ca.paa", { [ 10, "", { laptop1 setVariable ["ark_var_isStopped", true, true]; [laptop1, ["arty_sfx", 250]] remoteExec ["say3D", 0]; ["task3","SUCCEEDED"] call BIS_fnc_taskSetState; [{remoteExecCall ["ark_ri_fnc_endGame", 2]}, [], 90] call CBA_fnc_waitAndExecute; }, { [["\A3\ui_f\data\map\mapcontrol\taskIconFailed_ca.paa", 2.0], ["Shutdown aborted!"]] call CBA_fnc_notify; }, "Sending GPS coords to Russian Navy" ] call ace_common_fnc_progressBar; }, {!(laptop1 getVariable ["ark_var_isStopped", false])}, {}, [], [0,0,0], 7 // Distance ] call ace_interact_menu_fnc_createAction; [laptop1, 0, ["ACE_MainActions"], ark_mark_gps] call ace_interact_menu_fnc_addActionToObject; ark_ri_fnc_setEnv = { private _nearBuildings = nearestTerrainObjects [[4263.6,11022.7], ["BUILDING","HOUSE","CHURCH","CHAPEL","FUELSTATION","HOSPITAL","FENCE","WALL","TOURISM"], 1000]; { switch (selectRandom [0,1,2,3,4]) do { case 1 : { _x setHitpointDamage ["Hitzone_1_hitpoint",1,false]; _x setHitpointDamage ["Hitzone_2_hitpoint",1,false]; }; case 2 : { _x setHitpointDamage ["Hitzone_1_hitpoint",1,false]; }; case 3 : { _x setHitpointDamage ["Hitzone_2_hitpoint",1,false]; }; case 4 : { _x setDamage [1, false]; }; default { _x setDamage [0.65, false]; }; }; } forEach _nearBuildings; }; ark_fnc_cleanUpAI = { params ["_trigger"]; private _side = [adm_camp_defaultUnitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && (!isPlayer _x) && (_x inArea _trigger)) then { if (isNull objectParent _x) then { deleteVehicle _x; } else { private _vehicle = objectParent _x; {_vehicle deleteVehicleCrew _x} forEach crew _vehicle; deleteVehicle _vehicle; }; }; } forEach allUnits; }; ark_ri_fnc_fireCM = { params ["_tgt","_vls"]; east reportRemoteTarget [_tgt, 300]; _tgt confirmSensorTarget [east, true]; _vls fireAtTarget [_tgt, "weapon_vls_01"]; }; ark_ri_fnc_endGame = { [cmTarget1,vls] call ark_ri_fnc_fireCM; [cmTarget2,vls_1] call ark_ri_fnc_fireCM; [cmTarget3,vls_2] call ark_ri_fnc_fireCM; [{hospital1 setDamage 1}, [], 30] call CBA_fnc_waitAndExecute; }; ark_ri_fnc_buildingFiller = { params ["_building"]; private _buildingPositions = _building buildingPos -1; private _unitTemplate = adm_camp_defaultUnitTemplate; private _side = [_unitTemplate] call adm_common_fnc_getUnitTemplateSide; private _grp = createGroup _side; private _unitArray = getArray (configfile >> "Admiral" >> "UnitTemplates" >> _unitTemplate >> "infantry"); private _scaledBuildingPositions = []; for "_i" from 0 to (count _buildingPositions -1) step 3 do { _scaledBuildingPositions pushBack (_buildingPositions select _i); }; { private _unitRandom = selectRandom _unitArray; private _unit = _grp createUnit [_unitRandom, _x, [], 0, "CAN_COLLIDE"]; [_unit,true] call ark_ai_sentry_fnc_make_sentry; _grp enableDynamicSimulation true; } forEach _scaledBuildingPositions; }; [ {!alive ammo1 || !alive ammo2}, { ["task1","SUCCEEDED"] call BIS_fnc_taskSetState; [{"task2" call BIS_fnc_taskSetCurrent}] call CBA_fnc_execNextFrame; } ] call CBA_fnc_waitUntilAndExecute; [ {!alive grad1 || !alive grad2}, { ["task2","SUCCEEDED"] call BIS_fnc_taskSetState; [{"task3" call BIS_fnc_taskSetCurrent}] call CBA_fnc_execNextFrame; } ] call CBA_fnc_waitUntilAndExecute; ["mission.safetytimer.ended", { "task1" call BIS_fnc_taskSetCurrent; }] call hull3_event_fnc_addEventHandler; call ark_ri_fnc_setEnv; [true, ["task1"], ["Intercept the arms deal with US forces", "Stop arms deal"], getMarkerPos "mkrShipment", "CREATED", -1, true, "rifle"] call BIS_fnc_taskCreate; [true, ["task2"], ["Destroy the FIA mobile artillery", "Destroy artillery"], getMarkerPos "mkrArty", "CREATED", -1, true, "destroy"] call BIS_fnc_taskCreate; [true, ["task3"], ["Recover intel and mark the enemy HQ", "Recover Intel"], getMarkerPos "mkrHospital", "CREATED", -1, true, "target"] call BIS_fnc_taskCreate;raPQversion5EditorData1addons(A3_Characters_Face_nouniformrestrictionsCUP_Creatures_Military_USMCCUP_WheeledVehicles_HiluxadmiralCUP_Weapons_AmmoBoxesCUP_Wheeled_SUVplp_containersA3_Soft_F_Orange_Van_02A3_Soft_F_Beta_Truck_02plp_beachobjectsA3_Structures_F_EPB_Items_VesselsCUP_WheeledVehicles_UralA3_Structures_F_Mil_BagFenceCUP_Misc_e_ConfigA3_Static_F_HMG_02ark_clear_cargoark_ai_sentryark_deployA3_Ui_Fgm_structures_euro_80A3_Modules_FCUP_CAStructuresHouse_A_HospitalA3_Structures_F_Orange_Industrial_CargoOPXmiscA3_Supplies_F_Heli_Slingloadace_cargoplp_urban_barriersCUP_Editor_A1_Roads_ConfigCUP_New_BuildingsCUP_Weapons_CuratorA3_Props_F_Enoch_Items_DocumentsA3_Structures_F_Civ_CampingA3_Props_F_Exp_Military_CampsA3_Structures_F_Civ_InfoBoardscba_aiA3_Structures_F_Items_ElectronicsA3_Static_F_Destroyer_Ship_MRLS_01CUP_WaterVehicles_Type072A3_Soft_F_Gamma_Van_01AddonsMetaDatayrandomSeedScenarioDataCustomAttributesMissionQ moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProvider CameraynextIDnextID nextIDpos?TE>B )&Fdiroq>lup*=bv?䀅asideut5̎yList'items&Item0YItem1Item2`Item3Item4Item55 Item6z Item7 Item8 Item9u Item10 Item117 Item12 Item13 Item14 Item15 Item16[ Item17 Item185Item19Item20 Item21Item22 Item23fItem24Item25!Item26Item27Item28MItem29Item30Item31Item32Item33:Item34Item35VItem36Item37,classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/`classNameCUP_Creatures_Military_USMCnameCUP_Creatures_Military_USMCclassNameCUP_WheeledVehicles_HiluxnameCUP_WheeledVehicles_HiluxclassNameAdmiralnameadmiralauthorKami5 classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesz classNameCUP_Wheeled_SUVnameCUP_Wheeled_SUV classNameplp_containersnameplp_containers classNameA3_Soft_F_OrangenameArma 3 Orange - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.comu classNameA3_Soft_F_BetanameArma 3 Beta - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNameplp_beachobjectsnameplp_beachobjects7 classNameA3_Structures_F_EPBnameArma 3 Adapt Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_Ural classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_Misc_e_ConfignameCUP_Misc_e_Config classNameA3_Static_FnameArma 3 Alpha - TurretsauthorBohemia Interactiveurlhttps://www.arma3.com[ classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org5classNameark_deploynameARK Inhouse - DeployauthorARKurlhttp://www.ark-group.orgclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com classNamegm_structures_euro_80namegm_structures_euro_80authorGlobal Mobilizationurlglobal-mobilization.comclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_CAStructuresHouse_A_HospitalnameCUP_CAStructuresHouse_A_HospitalfclassNameA3_Structures_F_OrangenameArma 3 Orange - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameOPXmiscnameOPXmisc!classNameA3_Supplies_F_HelinameArma 3 Helicopters - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/classNameplp_urban_barriersnameplp_urban_barriersMclassNameCUP_Editor_A1_Roads_ConfignameCUP_Editor_A1_Roads_ConfigclassNameCUP_New_BuildingsnameCUP_New_BuildingsclassNameCUP_Weapons_CuratornameCUP_Weapons_CuratorclassNameA3_Props_F_EnochnameArma 3 Contact Platform - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com:classNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNamecba_ainameCommunity Base Addons - Artificial IntelligenceauthorCBA Teamurlhttps://www.github.com/CBATeam/CBA_A3VclassNameA3_Static_F_DestroyernameCFGPATCHES_A3_Static_F_DestroyerauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WaterVehicles_Type072nameCUP_WaterVehicles_Type072,classNameA3_Soft_F_GammanameArma 3 - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.comauthorCyruzHeadergameTypeCoopminPlayersmaxPlayers,Category0nameMultiplayerAttribute0hAttribute1EnAttributespropertyRespawnTemplatesexpressiontrueValueEdataEtypevalueEtypeARRAYitemsItem0EdataEtype0valueNoneEtypeSTRINGEpropertyRespawnButtonexpressiontrueValuedatatypevalue?typeSCALARIntelEntities}ConnectionsJ}QbriefingNameark_co34_russian_inoverviewTextRussian forces get wet | Default time/weathertimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<}itemsItem0Item1 "Item2%Item3+Item4P2Item55Item6><Item7BItem85FItem9LItem10SItem11SItem12Item13Item14Item15IItem16Item17Item18TItem19(yItem20yJ}dataTypeGroupsideEastEntitiesAttributes!id "itemsItem0 Item1Item2Item3q !dataTypeObjectPositionInfowsideEastflagsAttributesidtypeO_officer_FpositionRE-?_fEangles-?skill?rankCAPTAINinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfosideEastflagsAttributes9idtypeO_medic_FpositionRE-?WEangles-?9skill?rankSERGEANTinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Platoon Medic@COisPlayabledataTypeObjectPositionInfo~sideEastflagsAttributesidtypeO_Soldier_Fq positionxRE-?~Eangles-?skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Platoon Rifleman@COisPlayableq dataTypeObjectPositionInfo sideEastflagsAttributes!idtypeO_officer_F!positionHgRE-? pEangles-?!skill?rankLIEUTENANTinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Executive Officer@COisPlayable!formationDIAMOND "dataTypeGroupsideEastEntitiesT"Attributes%id%itemsItem0|"Item1$%dataTypeObjectPositionInfo"sideEastflagsAttributes%#idtypeO_Soldier_SL_F$positionRRE-?WEanglesD?%#skill?rankSERGEANTinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha Squad Leader@Alpha SLisPlayable$dataTypeObjectPositionInfom$sideEastflagsAttributes$idtypeO_medic_F%position%RE-?gGEanglesD?$skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha Squad Medic@Alpha SLisPlayable%formationDIAMOND%dataTypeGroupsideEastEntities%Attributes+id +itemsItem0$&Item1'Item2)Item3*+dataTypeObjectPositionInfo&sideEastflagsAttributes&id typeO_Soldier_TL_F'positionL$RE-?TEanglesD?&skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 1 Fireteam Leader@Alpha 1isPlayable'dataTypeObjectPositionInfo"(sideEastAttributesZ(id typeO_Soldier_AR_FatlOffsetZ6C)positionQEE?LDEanglesD?Z(skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 1 Automatic Rifleman@Alpha 1isPlayable)dataTypeObjectPositionInfo)sideEastflagsAttributes)id typeO_Soldier_A_F*positionNRE-?kEanglesD?)skill?init [this, ["faction", "RU_SPETSNAZ"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable*dataTypeObjectPositionInfo*sideEastflagsAttributes/+id typeO_Soldier_LAT_F+position QE-?ZEanglesD?/+skill?init[this, ["faction", "RU_SPETSNAZ"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 1 Rifleman (AT)@Alpha 1isPlayable+formationDIAMOND+dataTypeGroupsideEastEntitiesB,Attributes62idP2itemsItem0,Item1 .Item2v/Item3062dataTypeObjectPositionInfo,sideEastflagsAttributes)-idtypeO_Soldier_TL_F .positionxQE-?$aEanglesD?)-skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 2 Fireteam Leader@Alpha 2isPlayable .dataTypeObjectPositionInfoz.sideEastflagsAttributes.idtypeO_Soldier_AR_Fv/positionKQE-?PEanglesD?.skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 2 Automatic Rifleman@Alpha 2isPlayablev/dataTypeObjectPositionInfo/sideEastflagsAttributes0idtypeO_Soldier_A_F0positionVQE-?-xEanglesD?0skill?init [this, ["faction", "RU_SPETSNAZ"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayable0dataTypeObjectPositionInfoO1sideEastflagsAttributes1idtypeO_Soldier_LAT_F62position)QE-?7gEanglesD?1skill?init[this, ["faction", "RU_SPETSNAZ"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Alpha 2 Rifleman (AT)@Alpha 2isPlayable62formationDIAMONDP2dataTypeGroupsideEastEntities2Attributes5id5itemsItem02Item1I45dataTypeObjectPositionInfo33sideEastflagsAttributesk3idtypeO_Soldier_SL_FI4position(RE-?#Eangles?k3skill?rankSERGEANTinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo Squad Leader @Bravo SLisPlayableI4dataTypeObjectPositionInfo4sideEastflagsAttributes4idtypeO_medic_F5positionQE-?}Eangles?4skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo Squad Medic@Bravo SLisPlayable5formationDIAMOND5dataTypeGroupsideEastEntities/6Attributes$<id><itemsItem0m6Item17Item2d9Item3:$<dataTypeObjectPositionInfo6sideEastflagsAttributes7idtypeO_Soldier_TL_F7position*QE-?֙Eangles?7skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 1 Fireteam Leader@Bravo 1isPlayable7dataTypeObjectPositionInfoh8sideEastflagsAttributes8idtypeO_Soldier_AR_Fd9positionPE-?lEangles?8skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 1 Automatic Rifleman@Bravo 1isPlayabled9dataTypeObjectPositionInfo9sideEastflagsAttributes :idtypeO_Soldier_A_F:position-QE-?2Eangles? :skill?init [this, ["faction", "RU_SPETSNAZ"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable:dataTypeObjectPositionInfo=;sideEastflagsAttributesu;idtypeO_Soldier_LAT_F$<position)PE,?mEangles?u;skill?init[this, ["faction", "RU_SPETSNAZ"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 1 Rifleman (AT)@Bravo 1isPlayable$<formationDIAMOND><dataTypeGroupsideEastEntities<Attributes}BidBitemsItem0<Item1P>Item2?Item3$A}BdataTypeObjectPositionInfo7=sideEastflagsAttributeso=idtypeO_Soldier_TL_FP>position*pPE,?Eangles?o=skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 2 Fireteam Leader@Bravo 2isPlayableP>dataTypeObjectPositionInfo>sideEastflagsAttributes>idtypeO_Soldier_AR_F?positionCPE,?EEangles?>skill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 2 Automatic Rifleman@Bravo 2isPlayable?dataTypeObjectPositionInfo-@sideEastflagsAttributese@idtypeO_Soldier_A_F$ApositionBLPE,? Eangles?e@skill?init [this, ["faction", "RU_SPETSNAZ"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable$AdataTypeObjectPositionInfoAsideEastflagsAttributesAidtypeO_Soldier_LAT_F}Bposition> PE,?GEangles?Askill?init[this, ["faction", "RU_SPETSNAZ"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Bravo 2 Rifleman (AT)@Bravo 2isPlayable}BformationDIAMONDBdataTypeGroupsideEastEntitiesBAttributesFid"5FitemsItem0 CItem1DFdataTypeObjectPositionInfozCsideEastflagsAttributesCid typeO_Soldier_SL_FDposition+KRE@nEangles?Cskill?rankSERGEANTinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie Squad Leader@Charlie SLisPlayableDdataTypeObjectPositionInfoEsideEastflagsAttributes8Eid!typeO_medic_FFpositionJRE@]Eangles?8Eskill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie Squad Medic@Charlie SLisPlayableFformationDIAMOND5FdataTypeGroupsideEastEntitiesFAttributesLid'LitemsItem0FItem1LHItem2IItem3(KLdataTypeObjectPositionInfo.GsideEastflagsAttributesfGid#typeO_Soldier_TL_FLHpositionTQE@Eangles?fGskill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 1 Fireteam Leader@Charlie 1isPlayableLHdataTypeObjectPositionInfoHsideEastflagsAttributesHid$typeO_Soldier_AR_FIpositionsQE@vEangles?Hskill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 1 Automatic Rifleman@Charlie 1isPlayableIdataTypeObjectPositionInfo-JsideEastflagsAttributeseJid%typeO_Soldier_A_F(Kposition|QE@cEangles?eJskill?init [this, ["faction", "RU_SPETSNAZ"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayable(KdataTypeObjectPositionInfoKsideEastflagsAttributesKid&typeO_Soldier_LAT_FLposition9^QE@ŌEangles?Kskill?init[this, ["faction", "RU_SPETSNAZ"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 1 Rifleman (AT)@Charlie 1isPlayableLformationDIAMONDLdataTypeGroupsideEastEntitiesLAttributesRid,SitemsItem0'MItem1NItem2'PItem3QRdataTypeObjectPositionInfoMsideEastflagsAttributesMid(typeO_Soldier_TL_FNpositionPE@ҚEangles?Mskill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 2 Fireteam Leader@Charlie 2isPlayableNdataTypeObjectPositionInfo'OsideEastflagsAttributes_Oid)typeO_Soldier_AR_F'Pposition/PEv@Eangles?_Oskill?rankCORPORALinit [this, ["faction", "RU_SPETSNAZ"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 2 Automatic Rifleman@Charlie 2isPlayable'PdataTypeObjectPositionInfoPsideEastflagsAttributesPid*typeO_Soldier_A_FQposition8PEv@MEangles?Pskill?init[this, ["faction", "RU_SPETSNAZ"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayableQdataTypeObjectPositionInfoRsideEastflagsAttributes;Rid+typeO_Soldier_LAT_FRpositionPEv@Eangles?;Rskill?init[this, ["faction", "RU_SPETSNAZ"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSpetsnaz - Charlie 2 Rifleman (AT)@Charlie 2isPlayableRformationDIAMONDSdataTypeLogicPositionInfoSnameadm_hc_unitisPlayabledescriptionHCidGtypeHeadlessClient_FatlOffset ?DSpositionzDSdataTypeLayernameShipmentEntitiesTidatlOffset19AitemsItem0-TItem1dataTypeLayernameAIEntitiesuTidatlOffsetJg@itemsItem0aUItem1aWItem2XItem3YItem4B[Item5S\Item6]Item7^Item8`Item9`Item10aItem11@bItem12MkItem13WtItem14uItem15|Item16}Item17N~Item18~dataTypeGroupsideIndependentEntitiesUAttributesVCrewLinksVidatlOffset;aWitemsItem0UVdataTypeObjectPositionInfojVsideIndependentflagsAttributesVidtypeI_G_Soldier_lite_FVpositionoE@.Fangles<up@=VVVLinkIDProviderVLinksVaWnextIDVitemsItem0WaWlinkIDitem0item1tCustomData>WaWroleturretPathaWdataTypeGroupsideIndependentEntitiesWAttributesXidatlOffset2e@XitemsItem0WXdataTypeObjectPositionInfofXsideIndependentflagsAttributesXidtypeI_G_Soldier_FatlOffset2e@XpositionrpEAC.Fanglesh@XXXdataTypeGroupsideIndependentEntities YAttributesYidatlOffset\Jb Attribute0cAttribute1QdAttribute2 eAttribute3eAttribute4fAttribute5?gAttribute6hAttribute7hAttribute8iAttribute9jnAttributes MkpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedQddata#dQdtypeItem20$Item21Item22־Item23Item24~Item25iItem26TItem27?Item28*Item29Item30 dataTypeObjectPositionInfo#sideEmptyflagsAttributes[idtypeCUP_BOX_I_NAPA_Wps_FatlOffset :CustomAttributesapositionoEŴ@v.FanglesnZ<wk@6;[aAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[[],[]],[["CUP_HandGrenade_M67","DemoCharge_Remote_Mag","SatchelCharge_Remote_Mag"],[10,8,5]],[["ACE_Clacker"],[2]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfoDsideEmptyflagsAttributes|idtypeCUP_BOX_I_NAPA_Wps_FatlOffset@+:CustomAttributesDžposition-oEu@r.FanglesnZ<v@6;|Attribute0nAttributesDžpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueDždataDžtypevalue[[[[],[]],[["CUP_HandGrenade_M67","DemoCharge_Remote_Mag","SatchelCharge_Remote_Mag"],[10,8,5]],[["ACE_Clacker"],[2]],[[],[]]],false]DžtypeSTRINGDž dataTypeObjectPositionInfoksideEmptyflagsAttributesidtypeCUP_BOX_I_NAPA_WpsLaunch_FatlOffsetNCustomAttributespositionoE̜@.Fangles#;:;Attribute0цnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value+data;typevalue[[[["CUP_launch_RPG18"],[4]],[[],[]],[[],[]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfoIsideEmptyflagsAttributesidtypeCUP_BOX_I_NAPA_WpsLaunch_FatlOffset:CustomAttributesposition)oEų@u.FanglesnZ<@6;Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value datatypenvalue[[[["CUP_launch_RPG18"],[4]],[[],[]],[[],[]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfo(sideEmptyflagsAttributes`idtypeCUP_BOX_I_NAPA_WpsSpecial_FatlOffset:CustomAttributesfpositionoEB@Gw.FanglesnZ< 7n@6;`fAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypejvalue[[[["CUP_arifle_Colt727"],[5]],[["CUP_30Rnd_556x45_Stanag"],[40]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesLidtypeCUP_BOX_I_NAPA_WpsSpecial_FCustomAttributesRkpositionoE<@.Fangles#;b@:;LRAttribute0znAttributeskpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueԌkdataktypeVvalue[[[["CUP_arifle_Colt727"],[5]],[["CUP_30Rnd_556x45_Stanag"],[40]],[[],[]],[[],[]]],false]ktypeSTRINGkdataTypeObjectPositionInfosideEmptyflagsAttributes$idtypeCUP_C_SUV_CIVatlOffset@5positionoE2@R`.Fangles:;;o?<$fuel5dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_C_SUV_CIVatlOffsetposition{oE@}N.Fangles< @a@fuel dataTypeObjectPositionInfosideEmptyflagsAttributesՏidtypeplp_ct_TravelBagGreyatlOffsetCustomAttributesۏאpositionoE@R.Fanglesw@x@9<ՏۏAttribute0nAttributesאpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value]אdatamאtypevalue[[[[],[]],[[],[]],[["CUP_item_Money"],[100]],[[],[]]],false]אtypeSTRINGאdataTypeObjectPositionInfocsideEmptyflagsAttributesidntypeC_Van_02_vehicle_FCustomAttributespositionYpE>r@.Fanglesn;8]W?n;fueltexturesWhiteAttribute0Attribute1ĒnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueOĒdata_Ētypevalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],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ՓdatatypevaluetypeARRAYitemsItem0<Item1pdataLptype\ptypeARRAYpdatatypevaluetypeARRAY-items,Item0ǖItem1Item2RItem3Item4ޗItem5)Item6jItem7Item8Item9AItem10Item11ҙItem12Item13cItem14Item15Item165Item17Item18ƛItem19Item20SItem21Item22ݜItem231Item24rItem25Item26Item27RItem28Item29ߞItem30 Item31mItem32Item33Item34;Item35Item36ȠItem37 Item38aItem39Item40Item41JItem42Item43٢dataזtypevalueEnable_CargotypeSTRINGdata!Rtype=valueRtypeSCALARRdatabtypevalueDoor_1_sourcetypeSTRINGdataޗtypeɗvalueޗtypeSCALARޗdata)typevalueDoor_2_source)typeSTRING)data9jtypeUvaluejtypeSCALARjdataztypevalueDoor_3_sourcetypeSTRINGdataŘtypevalue?typeSCALARdataAtype,valueDoor_4_sourceAtypeSTRINGAdataQtypemvalue?typeSCALARdataҙtypevalueHide_Door_1_sourceҙtypeSTRINGҙdatatypevaluetypeSCALARdata#ctypeNvalueHide_Door_2_sourcectypeSTRINGcdatastypevaluetypeSCALARdatatypeߚvalueHide_Door_3_sourcetypeSTRINGdata5type value5typeSCALAR5dataEtypepvalueHide_Door_4_sourcetypeSTRINGdataƛtypevalueƛtypeSCALARƛdata֛typevaluelights_em_hidetypeSTRINGdata"Stype>valueStypeSCALARSdatactypevalueladder_hidetypeSTRINGdataݜtypeȜvalue?ݜtypeSCALARݜdata1typevaluespare_tyre_holder_hide1typeSTRING1dataArtype]value?rtypeSCALARrdatatypevaluespare_tyre_hidetypeSTRINGdataϝtypevalue?typeSCALARdataRtype=valuereflective_tape_hideRtypeSTRINGRdatabtype~value?typeSCALARdataߞtypeʞvalueroof_rack_hideߞtypeSTRINGߞdata type value? typeSCALAR data0mtypeXvalueLED_lights_hidemtypeSTRINGmdata}typevalue?typeSCALARdatatypevaluesidesteps_hidetypeSTRINGdata ;type&value?;typeSCALAR;dataKtypervaluerearsteps_hidetypeSTRINGdataȠtypevalueȠtypeSCALARȠdataؠ type valueside_protective_frame_hide typeSTRING data0atypeLvalue?atypeSCALARadataqtypevaluefront_protective_frame_hidetypeSTRINGdataʡtypevalue?typeSCALARdata Jtype5valuebeacon_front_hideJtypeSTRINGJdataZtypevvalue?typeSCALARdata٢typeĢvaluebeacon_rear_hide٢typeSTRING٢datatypevalue?typeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesidotypeC_Van_02_vehicle_FatlOffsetĺCustomAttributespositionNoE @.Fangles_@@>{=fueltexturesWhiteAttribute08nAttributespropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueIdataYtypetvaluetypeARRAYitemsItem0Item1datatypeХtypeARRAYdatatypevalue#typeARRAY#-items,Item0;Item1Item2ƨItem3Item4RItem5Item6ީItem7)Item8jItem9Item10Item11FItem12Item13׫Item14Item15hItem16Item17Item18:Item19Item20ǭItem21Item22QItem23Item24Item253Item26tItem27ƯItem28Item29SItem30Item31Item32"Item33nItem34Item35Item36<Item37Item38ղItem39.Item40oItem41Item42Item43MdataKtypepvalueEnable_CargotypeSTRINGdataƨtypevalueƨtypeSCALARƨdata֨typevalueDoor_1_sourcetypeSTRINGdata!Rtype=valueRtypeSCALARRdatabtypevalueDoor_2_sourcetypeSTRINGdataީtypeɩvalueީtypeSCALARީdata)typevalueDoor_3_source)typeSTRING)data9jtypeUvalue?jtypeSCALARjdataztypevalueDoor_4_sourcetypeSTRINGdataŪtypevalue?typeSCALARdataFtype1valueHide_Door_1_sourceFtypeSTRINGFdataVtypervaluetypeSCALARdata׫type«valueHide_Door_2_source׫typeSTRING׫datatypevaluetypeSCALARdata(htypeSvalueHide_Door_3_sourcehtypeSTRINGhdataxtypevaluetypeSCALARdatatypevalueHide_Door_4_sourcetypeSTRINGdata :type%value:typeSCALAR:dataJtypeqvaluelights_em_hidetypeSTRINGdataǭtypevalueǭtypeSCALARǭdata׭typevalueladder_hidetypeSTRINGdata Qtype<value?QtypeSCALARQdataatypevaluespare_tyre_holder_hidetypeSTRINGdatatypeѮvalue?typeSCALARdata3typevaluespare_tyre_hide3typeSTRING3dataCttype_value?ttypeSCALARtdataƯtypevaluereflective_tape_hideƯtypeSTRINGƯdata֯typevalue?typeSCALARdataStype>valueroof_rack_hideStypeSTRINGSdatactypevalue?typeSCALARdatatypḛvalueLED_lights_hidetypeSTRINGdata"type value?"typeSCALAR"data2ntypeYvaluesidesteps_hidentypeSTRINGndata~typevalue?typeSCALARdatatypevaluerearsteps_hidetypeSTRINGdata <type'value<typeSCALAR<dataLtypevalueside_protective_frame_hidetypeSTRINGdataղtypevalue?ղtypeSCALARղdata.typevaluefront_protective_frame_hide.typeSTRING.data>otypeZvalue?otypeSCALARodatatypevaluebeacon_front_hidetypeSTRINGdataγtypevalue?typeSCALARdataMtype8valuebeacon_rear_hideMtypeSTRINGMdata]typeyvalue?typeSCALARdataTypeObjectPositionInfo sideEmptyflagsAttributesBidtypeCUP_BOX_I_NAPA_AmmoVeh_FUpositionoEI@n.Fangles;0n@9}disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesOidtypeplp_bo_BeachBarSunscreenmpositionkE)B?s.Fangles.#=>OdisableSimulationmdataTypeObjectPositionInfosideEmptyflagsAttributes idtypeplp_bo_SunChairBlue_Stc>positionkENF?.Fangles@N@H= disableSimulation>dataTypeObjectPositionInfoμsideEmptyflagsAttributesidtypeplp_bo_SunChairBlueLight_StcatlOffset4$positionEkE3?z.Fangles.#=@>disableSimulation$dataTypeObjectPositionInfosideEmptyflagsAttributesؽidtypeplp_bo_SunChairGreen_StcpositionkE'@Jo.Fangles.#=م?>ؽdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeplp_bo_SunChairRed_StcatlOffset־position&|kE?.Fangles l@l @>disableSimulation־dataTypeObjectPositionInfoRsideEmptyflagsAttributesidtypeplp_bo_SunChairWhite_Mvlposition%kEZ?].Fangles˜D<Yܑ?%Y=disableSimulationdataTypeObjectPositionInfo(sideEmptyflagsAttributes`idtypeplp_bo_SunChairWhiteSide_Stc~position#kEm?Q.Fangles l@ ?>`disableSimulation~dataTypeObjectPositionInfosideEmptyflagsAttributes0idtypeLand_BarrelSand_grey_Fipositiont,lEr(@}.Fangles=0createAsSimpleObjectdisableSimulationidataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BarrelSand_grey_FTposition%$lEC%@.Fangles=createAsSimpleObjectdisableSimulationTdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BarrelSand_grey_F?position=lE"@~.Fangles=createAsSimpleObjectdisableSimulation?dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BarrelSand_grey_F*positionlE^!!@j.Fangles=createAsSimpleObjectdisableSimulation*dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BarrelSand_grey_FpositionlE4 @.Fangles=createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BarrelSand_grey_Fpositione5lEL,@.Fangles=createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfoxsideEmptyflagsAttributesidtypeplp_bo_BeachBarEmptypositionjRlE@.Fangles6)=i=dataTypeLayernameArtyEntitiesidatlOffsetTkAitemsItem0IItem1Item2[Item3'Item4kdataTypeObjectPositionInfosideEmptyflagsAttributes idHtypeCUP_O_BM21_SLACustomAttributesposition_EO[B!8Fanglesh=2R?9= namegrad2Attribute0DnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRING dataTypeObjectPositionInfobsideEmptyflagsAttributesidItypeCUP_O_BM21_SLAatlOffsetCustomAttributes[positionVEUBԅ8Fangles4T=#a@ =namegrad1Attribute0nAttributes[propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value/[data?[typeFvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false][typeSTRING[dataTypeLayernameSet DressstateEntitiesidatlOffset@?'itemsItem0Item1Item2Item3m'dataTypeObjectPositionInfoqsideEmptyAttributesidtypeLand_BagFence_Round_FatlOffset]@position,{E `B/8Fangles|@2{@%<disableSimulationdataTypeObjectPositionInfoDsideEmptyAttributes|idtypeLand_BagFence_Short_FatlOffsett]@positionnE_Br58Fangles|@z@%<|disableSimulationdataTypeObjectPositionInfosideEmptyAttributesOidtypeLand_BagFence_Short_FatlOffset]@mposition E_B")8Fangles|@z@%'position2EfRB8FanglesZ?!'dataTypeLayernameAIEntitiesoidatlOffsetPM]@kitemsItem0Item1kdataTypeGroupsideIndependentEntitiesAttributesCrewLinksidatlOffsetPM]@itemsItem0$dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeI_G_Soldier_FatlOffsetPM]@positionVyEN^B-8Fangles|@of?%<LinkIDProviderLinks'nextID'itemsItem0DlinkIDitem0item1CustomDataroleturretPathdataTypeObjectPositionInfo-sideIndependentflagsAttributeseidtypeI_G_HMG_02_high_FatlOffsetPM]@kposition:yE%eB-8Fangles|@of?%Fangles:?5;dataTypeWaypointloiterAltitudeposition\EBB 7GB9FEffects5showWPNEVERidtypeMove;;dataTypeWaypointloiterAltitudepositionEmSBL8FEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfo9idtypeAdmiral_PeriodicCampZoneatlOffset6CustomAttributesqUpositionNvE{DB3>Fanglesx=@Fangle@AttributesidtypeEmptyDetectorAreaR50%conditioncall{triggerActivated trgArty}sizeAAsizeBAisServerOnly%dataTypeGroupsideCivilianEntitiessAttributesiditemsItem0Item1HdataTypeObjectPositionInfo sideCivilianflagsAttributesBidtypeC_Bob_VRHpositionoE56B(;Fanglesے*@BHdataTypeWaypointloiterAltitudepositionbAEPBZ8FEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfo6idtypeAdmiral_PeriodicCampZoneCustomAttributesnRpositionu$EX8BAttribute8Attribute9Attribute10Attribute11Attribute12YAttribute135Attribute14Attribute15Attribute16nAttributesRpropertyAdmiral_PeriodicCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value&gdata6gtypeRvalue AgtypeSCALARgpropertyAdmiral_PeriodicCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value)data)typevalue)typeSCALAR)propertyAdmiral_PeriodicCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PeriodicCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PeriodicCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueIdataYtypeuvaluetypeBOOLpropertyAdmiral_PeriodicCampZone_Admiral_TechnicalGroupDelayexpression_this setVariable ['Admiral_TechnicalGroupDelay',_value,true];Value%fdata5ftypeQvalueftypeSCALARfpropertyAdmiral_PeriodicCampZone_Admiral_ArmourGroupDelayexpression_this setVariable ['Admiral_ArmourGroupDelay',_value,true];Value>data >type)value>typeSCALAR>propertyAdmiral_PeriodicCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PeriodicCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_PeriodicCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueydatatypevaluetypeSTRINGpropertyAdmiral_PeriodicCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueHdataXtypetvaluetypeSCALARpropertyAdmiral_PeriodicCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueYdata(YtypeDvalue?YtypeSCALARYpropertyAdmiral_PeriodicCampZone_Admiral_InfantryGroupDelayexpression_this setVariable ['Admiral_InfantryGroupDelay',_value,true];Value5data5type value@@5typeSCALAR5propertyAdmiral_PeriodicCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PeriodicCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuexdatatypevalueBtypeSCALARpropertyAdmiral_PeriodicCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueHdataXtypeqvaluetypeSTRINGpropertyAdmiral_PeriodicCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueRdata!Rtype=valueRtypeSCALARRdataTypeTriggerposition^SE7B8;FAttributesidtypeEmptyDetectorAreaR50conditioncall{triggerActivated trgArty}sizeA AsizeB AisServerOnlydataTypeLayernameModulesstateEntitiesoidatlOffset_CitemsItem0Item1%Item2dataTypeLogicPositionInfoid~typeARK_Clear_Vehicle%positionWEB[@Fangles@K@%dataTypeLogicPositionInfoidtypeARK_Make_SentryCustomAttributespositionlLE1BN>Fangles0@>Attribute0nAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValuehdataxtypevaluetypeBOOLdataTypeLogicPositionInfoidtypeARK_Enable_DeployatlOffsetR9CCustomAttributes8position+C4B8Attribute0pAttribute1*nAttributespropertyARK_Enable_Deploy_Post_Safetyexpression_this setVariable ['Post_Safety',_value,true];Value*data*typevalue[EAST]*typeSTRING*propertyARK_Enable_Deploy_Pre_Safetyexpression_this setVariable ['Pre_Safety',_value,true];Valuedatatypevalue[]typeSTRINGdataTypeMarkerpositionsoEsh@&e.FnamemkrShipmenttypeEmptyidatlOffsetIdataTypeMarkerpositionL%EPBbI8FnamemkrArtytypeEmptyidatlOffset9dataTypeMarkerposition׋E(C[I6FnamemkrAmmotypeEmptyidatlOffsetPdataTypeLayernameHospitalEntitieseid@atlOffsetU>TitemsItem0Item1&5Item25Item36Item47Item5p8TdataTypeLayernameSet DstateEntitiesidOatlOffsetQ@&5#items"Item0Item1eItem2Item3Item4v Item5$ Item6 Item7pItem8Item9|Item10KItem11Item12Item13eItem14#Item15!Item16#Item17$Item18%Item19_&Item200'Item21'Item22(Item23)Item24\*Item25,Item26q-Item27/Item28/Item290Item301Item31q2Item32Q3Item33A4&5 dataTypeObjectPositionInfoYsideEmptyflagsAttributesidJtypeland_gm_euro_platform_01_stairsatlOffset?CustomAttributesepositionnE_?B.Fangles&.@disableSimulationAttribute0nAttributesepropertyallowDamageexpression_this allowdamage _value;Value&edata6etypeRvalueetypeBOOLe dataTypeObjectPositionInfosideEmptyflagsAttributesFidKtypeland_gm_euro_platform_01_stairsatlOffset ?CustomAttributesdpositionaE|:B.Fangles&.@FdisableSimulationdAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOL dataTypeObjectPositionInfosideEmptyflagsAttributesidDtypeland_gm_euro_platform_01atlOffsetR>CustomAttributesposition|xEŌ>B^0/FanglesK@disableSimulationAttribute0:nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOL dataTypeObjectPositionInfojsideEmptyflagsAttributesidEtypeland_gm_euro_platform_01atlOffset>CustomAttributesv positionYE >B.FanglesK@disableSimulationAttribute0nAttributesv propertyallowDamageexpression_this allowdamage _value;Value7 v dataG v typec valuev typeBOOLv  dataTypeObjectPositionInfo sideEmptyflagsAttributesP idFtypeland_gm_euro_platform_01atlOffset`?CustomAttributesn $ position֙E>B.FanglesK@P disableSimulationn Attribute0 nAttributes$ propertyallowDamageexpression_this allowdamage _value;Value $ data $ type value$ typeBOOL$ dataTypeObjectPositionInfo sideEmptyflagsAttributes idHtypeland_gm_euro_platform_01CustomAttributes  position̟E[=B.FanglesK@ disableSimulation Attribute04 nAttributes propertyallowDamageexpression_this allowdamage _value;Value  data  type value typeBOOL  dataTypeObjectPositionInfod sideEmptyflagsAttributes idItypeland_gm_euro_platform_01atlOffset@/CustomAttributes pposition+Ed>B.FanglesK@ disableSimulation Attribute0 nAttributesppropertyallowDamageexpression_this allowdamage _value;Value1pdataAptype]valueptypeBOOLpdataTypeLogicPositionInfoareaSizeB`AbBflagsidAtypeModuleHideTerrainObjects_FatlOffset @CustomAttributesHposition^Ez]B /Fanglesy@HAttribute0Attribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Valuedatatypevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuewdatatypevaluetypeBOOLdataTypeObjectPositionInfo-sideEmptyAttributeseid?typeLand_A_HospitalatlOffset@EBB@/Fangles@7U?Σ<createAsSimpleObjectdisableSimulationIAttribute0qnAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Valuedatatype value typeARRAY itemsItem0SItem1Item2datactypevalue@typeSCALARdatatypevaluetypeSCALARdatatypevaluetypeSCALARdataTypeObjectPositionInfosideEmptyflagsAttributesidYtypeLand_trashCustomAttributespositionm`E)CB|/Fangles&q@{č=disableSimulationAttribute0nAttributespropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;ValuedatatypevaluetypeARRAYitemsItem0Item1;Item2|data ;type&value@;typeSCALAR;dataK|typegvalue|typeSCALAR|datatypevaluetypeSCALARdataTypeObjectPositionInfoBsideEmptyflagsAttributeszidZtypeLand_trash2CustomAttributeseposition^EEBB/Fangles@o@ΣE;B.Fangles]@A&disableSimulation_&dataTypeObjectPositionInfo&sideEmptyflagsAttributes'idttypeplp_up_ConcBarrierA_Blk0'positionQE9B.Fangles]@'disableSimulation0'dataTypeObjectPositionInfo'sideEmptyflagsAttributes'idktypeCUP_A1_Road_kos12'positionoGEL7B.Fangles!@?^K='disableSimulation'dataTypeObjectPositionInfop(sideEmptyflagsAttributes(idltypeCUP_A1_Road_kos12(positioncEa8B.FanglesA=?j=(disableSimulation(dataTypeObjectPositionInfo;)sideEmptyflagsAttributess)idmtypeCUP_A1_Road_kos12)positionE6B.Fangles@?z=s)disableSimulation)dataTypeObjectPositionInfo*sideEmptyflagsAttributes>*idntypeCUP_A1_Road_kos12\*position$EW7B&.Fangles!;?p=>*disableSimulation\* dataTypeObjectPositionInfo*sideEmptyflagsAttributes5+idutypeC_IDAP_Van_02_medevac_FatlOffset@CustomAttributes+,position\E)?B].Fangles=z?U<5+lockLOCKEDfuelcreateAsSimpleObjectdisableSimulation+Attribute0+nAttributes,propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value ,,data,,typev,value[[[["FirstAidKit","Medikit"],[24,4]],[[],[]],[[],[]],[[],[]]],false],typeSTRING,dataTypeObjectPositionInfo-sideEmptyflagsAttributesS-idvtypeland_gm_fence_railing_01_200atlOffset9q-position\kEVEB.Fangles3h@S-disableSimulationq- dataTypeObjectPositionInfo.sideEmptyflagsAttributesK.idxtypeland_gm_euro_platform_01atlOffsetCustomAttributesi./positiongED>B9/FanglesK@K.disableSimulationi.Attribute0.nAttributes/propertyallowDamageexpression_this allowdamage _value;Value./data./type /value/typeBOOL/dataTypeObjectPositionInfo/sideEmptyflagsAttributes/idztypeLand_Platform_Stairs_20atlOffset0) /positionvdE8B=h/Fangles.@//dataTypeObjectPositionInfof0sideEmptyAttributes0idtypeCUP_Weapon_arifle_AK47atlOffsetP?0positionEdB.F0disableSimulation0dataTypeObjectPositionInfo61sideEmptyflagsAttributesV1idtypeland_gm_euro_furniture_book_01atlOffset_:1positionE^dB.FV1createAsSimpleObjectdisableSimulation1dataTypeObjectPositionInfo2sideEmptyAttributes82idtypeBook_02_FatlOffset|=q2positionE^eB.FanglesI@82createAsSimpleObjectdisableSimulationq2dataTypeObjectPositionInfo2sideEmptyflagsAttributes03idtypeLand_CampingTable_FatlOffset9Q3positionE~VcBo.FanglesԾ-@03createAsSimpleObjectQ3dataTypeObjectPositionInfo3sideEmptyflagsAttributes4idtypeLand_PortableGenerator_01_FA4position E1cBr.Fangles ?4createAsSimpleObjectdisableSimulationA4dataTypeObjectPositionInfo4sideEmptyflagsAttributes4idtypeMapBoard_altis_F&5positionEeB.Fangles@4createAsSimpleObjectdisableSimulation&5dataTypeObjectPositionInfo5sideEmptyflagsAttributes5idtypeCBA_B_InvisibleTarget5positionEzUB.Fangles(@5namecmTarget15dataTypeObjectPositionInfow6sideEmptyflagsAttributes6idtypeCBA_B_InvisibleTargetatlOffset86positionV]EBB/FanglesA@6namecmTarget36dataTypeObjectPositionInfoJ7sideEmptyAttributes7idtypeCBA_B_InvisibleTargetVehicleatlOffsetV@7positionBEOB/Fanglesأ@7namecmTarget27dataTypeObjectPositionInfo#8sideEmptyflagsAttributes[8idtypeLand_Laptop_unfolded_FatlOffset;p8positionEeBC.Fanglesx@[8namelaptop1p8dataTypeLayernameAIEntities8idatlOffset?T items Item089Item1AItem2AItem3BItem4kCItem5ODItem6CEItem7PNItem84OItem9TTdataTypeLogicPositionInfo9idtypeAdmiral_CqcZoneCustomAttributes9ApositionEkB82FangleshNS>(">9 Attribute0w:Attribute13;Attribute2;Attribute3<Attribute4f=Attribute5>Attribute6>Attribute7?Attribute8W@nAttributes ApropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value:3;data;3;type;value3;typeSTRING3;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];Valuel<<data|<<type<value<typeSCALAR<propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value%=f=data5=f=typeQ=valueBf=typeSCALARf=propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value=>data=>type >valueB>typeSCALAR>propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value>>data>>type>value>typeBOOL>propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueR??datab??type~?valueA?typeSCALAR?propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value@W@data)@W@typeB@valueW@typeSTRINGW@propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value@Adata@AtypeAvalueAtypeSTRINGAdataTypeTriggerpositionEDQB~\0FAttributesAidtypeEmptyDetectorAreaR50atlOffsetp9Aconditioncall{triggerActivated trgSpawn;}isServerOnlyAdataTypeTriggerpositionEnYB/FAttributesABidtypeEmptyDetectorAreaR50Bconditioncall{triggerActivated trgSpawn;}isServerOnlyBdataTypeTriggerpositionEhB1Fangle@AttributesBidtypeEmptyDetectorAreaR50kCconditioncall{triggerActivated trgSpawn;}sizeABsizeBBisRectangleisServerOnlykCdataTypeTriggerpositionE Attribute0FAttribute1TGAttribute2HAttribute3HAttribute4IAttribute5BJAttribute6KAttribute7KAttribute8LAttribute9MnAttributes PNpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueGTGdata&GTGtype?GvalueTGtypeSTRINGTGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueGHdataGHtypeGvalueHtypeSCALARHpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueHHdataHHtypeHvalueBHtypeSCALARHpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueGIIdataWIItypesIvalueBItypeSCALARIpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueJBJdataJBJtype/JvalueBJtypeBOOLBJpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueJKdataJKtypeJvalueKtypeSCALARKpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueKKdataKKtypeKvalueKtypeSCALARKpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueLLdataLLtypeLvalue@@LtypeSCALARLpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueKMMdata[MMtypetMvalueMtypeSTRINGMpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueNPNdata"NPNtype;NvaluePNtypeSTRINGPNdataTypeTriggerposition1E3mB:-Fangle@AttributesNidtypeEmptyDetectorAreaR504Oconditioncall{triggerActivated trgSpawn;}sizeABsizeBBisRectangleisServerOnly4OdataTypeGroupsideIndependentEntitiesOAttributesRCrewLinksRidatlOffset)<TitemsItem0OItem1PItem2WQItem3QItem4wRRdataTypeObjectPositionInfodPsideIndependentflagsAttributesPidtypeI_G_Soldier_FPposition|EL6hB+FanglesI=#u@@ufuelinitcall{ [this, ["faction", "RU_SPETSNAZ"], ["gear", "Car"]] call hull3_unit_fnc_init;}uAttribute0$vnAttributesvpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value~vvdatavvtypevvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]vtypeSTRINGvdataTypeObjectPositionInfo{wsideEmptyflagsAttributeswidtypeC_Van_01_box_FCustomAttributes1x(ypositionEC 6Fangles5@+?@wfuelinitcall{ [this, ["faction", "RU_SPETSNAZ"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesWhite1xAttribute0YxnAttributes(ypropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuex(ydatax(ytypeyvalue[[[["FirstAidKit"],[2]],[[],[]],[[],[]],[[],[]]],false](ytypeSTRING(ydataTypeMarkerpositionME@T?BY/FnamemkrHospitaltypeEmptyid~atlOffset ydataTypeLayernameClean UpEntitiesyidatlOffset@ F@J}itemsItem0zItem1T{Item2 |J}dataTypeTriggerposition(EB 5FAttributeszidtypeEmptyDetectorAreaR50atlOffset7T{conditioncall{this}onActivationcall{if (isServer) then { [trgClean] call ark_fnc_cleanUpAI; };}sizeA@sizeBzDactivationByANYPLAYERisRectangleisServerOnlyT{dataTypeTriggerpositionz|E6A.5FAttributes{idtypeEmptyDetectorAreaR250 |nametrgCleansizeACsizeB9DsizeCisRectangle |dataTypeTriggerpositionEB 5FAttributesq|idtypeEmptyDetectorAreaR50J}nametrgSpawnconditioncall{this}onActivationcall{if (isServer) then {[hospital1] call ark_ri_fnc_buildingFiller};}sizeA@sizeBzDactivationByANYPLAYERisRectangleisServerOnlyJ}LinkIDProvidero}Links}QnextID} itemsItem0~Item1KItem2Item3Item42Item5Item6̀Item7Item8fItem9Item10Item11MItem12Item13Item144Item15Item16΃Item17Item18hItem19Item20Item21OItem22Item23Item246Item25Item26ІItem27Item28jItem29Item30QlinkIDitem0oitem1~CustomData9KtypeSyncKlinkIDitem0nitem1~CustomDatatypeSynclinkIDitem0}item1~CustomDatatypeSynclinkIDitem0titem1~CustomData 2typeSync2linkIDitem0item1CustomDatamtypeSynclinkIDitem0item1CustomDatàtypeSync̀linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataTftypeSyncflinkIDitem0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData;MtypeSyncMlinkID item0item1CustomDatatypeSynclinkID item0item1CustomDataՂtypeSynclinkID item0item1CustomData"4typeSync4linkIDitem0~item1CustomDataotypeSynclinkIDitem0item1CustomData΃typeSync΃linkIDitem0item1~CustomData typeSynclinkIDitem0Hitem1~CustomDataVhtypeSynchlinkIDitem0Iitem1~CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData=OtypeSyncOlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataׅtypeSynclinkIDitem0item1CustomData$6typeSync6linkIDitem0item1CustomDataqtypeSynclinkIDitem0item1CustomDataІtypeSyncІlinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataXjtypeSyncjlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData?QtypeSyncQ 6n! Le