sreVadmiral\admiral.hG"adescription.extG"a{hull3\briefing\blufor.sqfG"ahull3\briefing\civilian.sqfG"ahull3\briefing\indfor.sqfG"ahull3\briefing\opfor.sqfG"a^hull3\hull3.hG"aIhull3\LICENSEG"a8hull3\SPOOTZ_UNIFORM.hG"ahull3\SPOOTZ_WEAPON.hG"a!init.sqfG"aOmission.sqmG"aclass Admiral { isEnabled = 1; isBehaviorEnabled = 0; class Camp { defaultUnitTemplate = "CUP_CDF_MOU"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_CDF_MOU"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_CDF_MOU"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "nochnoy uzhas"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 63; }; 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"; }; }; // 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","
Relations between Chernarus and Russia have deteriorated greatly of late, a little raid across the border we can blame on Chernarus insurgents is in order.

ENEMY FORCES
Chernarus Defence Forces armed with Soviet transition equipment and vehicles.

FRIENDLY FORCES
We're technically on holiday if anyone asks you.. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Clear Gvozdno of CDF forces and capture the BM-21 battery located somewhere near the town, use the captured launchers to saturate Krasnostav with fire, destroy the launchers before moving on.

Assault the communications relay station at the summit of Black Mountain, eliminate the officer in charge and capture any intelligence material found.

Sweep through the remains of Krasnostav eliminating remaining CDF forces and those that have responded to the shelling.

Destroy the nearby Munitions Dump.

Attack the Airstrip eliminating CDF resistance.

Finally destroy the Olsha AA emplacement before extracting north. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake objectives in the given order, don't abandon your vehicles we'll need them to extract and for resupply.

MOVEMENT PLAN
Each Vodnik can transport a squad.

FIRE SUPPORT PLAN
Vodnik for light fire support and BTR-90.

SPECIAL TASKS
Destroy CDF arms and equipment where possible. Explosives are loaded in our vehicles to achieve this. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Vehicles can be used to rearm each other. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; 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 CUP_RU_WD { gear = "SPOOTZ_WEAPON"; uniform = "SPOOTZ_UNIFORM"; }; }; class Gear { #include "SPOOTZ_WEAPON.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "SPOOTZ_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 SPOOTZ_UNIFORM { class Rifleman { headGear = "CUP_H_RUS_6B47_v2_Summer"; goggles = ""; uniform = "CUP_U_O_RUS_Soldier_VKPO_VDV_EMR_gloves_pads"; vest = "CUP_Vest_RUS_6B45_Sh117_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { uniform = "CUP_U_O_RUS_Soldier_VKPO_VDV_EMR_rolled_up_gloves_pads"; vest = "CUP_Vest_RUS_6B45_Sh117_VOG_ARM"; }; class Officer : Leader { headGear = "CUP_H_RUS_6B47_v2_GogglesClosed_Summer"; }; class Crew : Rifleman { headGear = "H_Tank_eaf_F"; uniform = "CUP_U_O_RUS_Soldier_VKPO_VDV_EMR_rolled_up_gloves_pads"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesDown_Summer"; backpack = "ark_backpack_large"; }; class FTL : Leader { vest = "CUP_Vest_RUS_6B45_Sh117_VOG_Nut_ARM"; }; class AR : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesUp_Summer"; goggles = "CUP_G_RUS_Balaclava_Ratnik"; vest = "CUP_Vest_RUS_6B45_Sh117_PKP_Nut_ARM"; }; class AAR : Rifleman { goggles = "CUP_G_RUS_Balaclava_Ratnik_v2"; vest = "CUP_Vest_RUS_6B45_Sh117_PKP_ARM"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesDown_Summer"; uniform = "CUP_U_O_RUS_Soldier_VKPO_VDV_EMR_rolled_up_gloves_pads"; vest = "CUP_Vest_RUS_6B45_Sh117_Nut_ARM"; }; class ENG : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesUp_Summer"; uniform = "CUP_U_O_RUS_Soldier_VKPO_VDV_EMR_rolled_up_gloves_pads"; vest = "CUP_Vest_RUS_6B45_Sh117_PKP_Full_ARM"; backpack = "ark_backpack_large"; }; class ENGA : ENG { headGear = "CUP_H_RUS_6B47_v2_GogglesDown_Summer"; goggles = "CUP_G_RUS_Balaclava_Ratnik_v2"; }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; }; class SPOOTZ_WEAPON { class Rifleman { primaryWeapon = "CUP_arifle_AK74M_railed"; primaryWeaponItems[] = {"CUP_optic_1P87_RIS", "CUP_acc_LLM_black", "CUP_muzzle_snds_KZRZP_AK545"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"MiniGrenade", 2}, {"ACE_Chemlight_White", 1}, {"Chemlight_green", 1}, {"SmokeShell", 1}, {"SmokeShellGreen", 1} }; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK74M_M", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_1PN138", "ItemGPS"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_Chemlight_Shield", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 15}, {"ACE_tourniquet", 4} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_AK74M_GL_railed"; handgunWeapon = "hgun_Rook40_F"; handgunItems[] = {"muzzle_snds_L", "16Rnd_9x21_Mag"}; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_Chemlight_Shield", 1}, {"ACE_IR_Strobe_Item", 1} }; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_1Rnd_SmokeGreen_GP25_M", 2}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK74M_M", 1}, {"16Rnd_9x21_Mag", 4}, {"O_R_IR_Grenade", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK74M_M", 2}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_FlareWhite_GP25_M", 2}, {"CUP_IlumFlareGreen_GP25_M", 2}, {"CUP_1Rnd_SmokeGreen_GP25_M", 2} }; binocular = "ACE_Vector"; }; class Officer : Leader { binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_545x39_AK74M_M", 4}}; backpackMagazines[] = {}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK74M_M", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellGreen", 4}, {"CUP_30Rnd_545x39_AK74M_M", 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_Pecheneg_top_rail_B50_vfg"; primaryWeaponItems[] = {"CUP_optic_1P87_RIS", "CUP_acc_LLM_black", "CUP_muzzle_snds_KZRZP_PK"}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 4}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 5} }; }; class AAR : Rifleman { primaryWeapon = "CUP_arifle_RPK74M_railed"; vestMagazines[] = { {"CUP_60Rnd_545x39_AK74M_M", 6}, {"CUP_60Rnd_TE1_Green_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_60Rnd_545x39_AK74M_M", 4}, {"CUP_60Rnd_TE1_Green_Tracer_545x39_AK74M_M", 2}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_AK74M_railed_afg"; secondaryWeapon = "launch_RPG32_green_F"; secondaryWeaponItems[] = {"RPG32_F"}; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 4}, {"RPG32_F", 2}, {"RPG32_HE_F", 1} }; }; class ENG : Rifleman { primaryWeapon = "CUP_sgun_Saiga12K_top_rail"; primaryWeaponItems[] = {"CUP_optic_1P87_RIS"}; handgunWeapon = "hgun_Rook40_F"; handgunItems[] = {"muzzle_snds_L", "16Rnd_9x21_Mag"}; vestMagazines[] = { {"CUP_12Rnd_B_Saiga12_HE", 2}, {"CUP_12Rnd_B_Saiga12_Slug", 5}, {"CUP_12Rnd_B_Saiga12_Buck_00", 5}, {"16Rnd_9x21_Mag", 4} }; backpackMagazines[] = { {"DemoCharge_Remote_Mag", 5}, {"SatchelCharge_Remote_Mag", 1} }; vestItems[] = { {"ACE_DefusalKit", 1}, {"ACE_M26_Clacker", 1} }; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class ENGA : ENG { binocular = ""; uniformRadios[] = {"ACRE_PRC343"}; }; class VC : Crew { binocular = "ACE_Vector"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_launch_RPG26", 25}, {"CUP_launch_RShG2", 5} }; magazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 100}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK74M_M", 50}, {"CUP_60Rnd_545x39_AK74M_M", 100}, {"CUP_60Rnd_TE1_Green_Tracer_545x39_AK74M_M", 50}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 100}, {"CUP_1Rnd_HE_GP25_M", 25}, {"CUP_1Rnd_SMOKE_GP25_M", 25}, {"CUP_1Rnd_SmokeGreen_GP25_M", 25}, {"CUP_FlareWhite_GP25_M", 25}, {"CUP_IlumFlareGreen_GP25_M", 25}, {"RPG32_F", 25}, {"RPG32_HE_F", 5}, {"ACE_Chemlight_White", 10}, {"Chemlight_green", 10}, {"O_R_IR_Grenade", 5}, {"HandGrenade", 25}, {"MiniGrenade", 25}, {"SmokeShell", 25}, {"SmokeShellGreen", 25}, {"16Rnd_9x21_Mag", 15}, {"DemoCharge_Remote_Mag", 25}, {"SatchelCharge_Remote_Mag", 25}, {"CUP_12Rnd_B_Saiga12_Buck_00", 25}, {"CUP_12Rnd_B_Saiga12_Slug", 25}, {"CUP_12Rnd_B_Saiga12_HE", 10} }; items[] = {{"ACE_IR_Strobe_Item", 5}}; medicalItems[] = { {"ACE_fieldDressing", 100}, {"ACE_splint", 24} }; }; }; 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; };raP version6EditorDatagsourceNameark_co62_nochnoy_uzhasaddons5A3_Characters_Face_nouniformrestrictionsace_explosivesA3_Ui_FCUP_WheeledVehicles_BTR90CUP_WheeledVehicles_VodnikA3_Modules_Fark_ace_rearmark_clear_cargoark_ai_sentryadmiralCUP_Creatures_Military_CDFCUP_CAMiscA3_Structures_F_Mil_BagBunkerA3_Structures_F_Enoch_Military_BarracksA3_Structures_F_WallsCUP_WheeledVehicles_UAZCUP_WheeledVehicles_UralCUP_Misc3_ConfigCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionCUP_Misc_e_ConfigCUP_Weapons_AKCUP_Weapons_AmmunitionCUP_Weapons_MakarovA3_Weapons_Facre_mainA3_Weapons_F_Itemsace_medical_engineace_medical_treatmentark_vestsA3_Structures_F_Ind_Transmitter_Towercba_xehA3_Structures_F_SystemCUP_Editor_Structures_ConfigA3_Structures_F_EPA_Items_FoodCUP_Weapons_ItemsA3_Structures_F_EPB_Civ_Campingace_interactionace_cargoace_draggingOPXmiscCUP_TrackedVehicles_ZSU23CUP_Weapons_AmmoBoxesCUP_AirVehicles_Su25CUP_AirVehicles_Pchela1TCUP_WheeledVehicles_S1203CUP_AirVehicles_Mi8CUP_AirVehicles_Mi24CUP_AirVehicles_MI6A3_Structures_F_Enoch_Civilian_CampsCUP_AirVehciles_SA330CUP_AirVehicles_DC3AddonsMetaDatadlcsCUP_VehiclesCUP_UnitsEnochCUP_WeaponsrandomSeedScenarioDataeCustomAttributesMission| moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProvider.LayerIndexProviderACameraTnextID .nextIDAnextIDKTposM&EqC2Fdirkj#?V?8>upZ8?)?WP>aside4>>[vListe3items2Item0 Item1 Item2& Item3 Item4 Item5K Item6 Item7 Item8 Item9 Item10^ Item11 Item12 Item13Item14Item15QItem16Item17Item18iItem19Item20Item21HItem22Item23Item24Item25DItem26Item278Item28Item29Item30}Item31Item32UItem33Item34*Item35Item36(Item37Item38Item39Item40\Item41Item42Item43/Item44|Item45Item46Item47AItem48Item49$eclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/& classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/ classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_WheeledVehicles_BTR90nameCUP_WheeledVehicles_BTR90K classNameCUP_WheeledVehicles_VodniknameCUP_WheeledVehicles_Vodnik classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org^ classNameAdmiralnameadmiralauthorKami classNameCUP_Creatures_Military_CDFnameCUP_Creatures_Military_CDF classNameCUP_CAMiscnameCUP_CAMiscclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comQclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZclassNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_UraliclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameCUP_WarfareBuildingsnameCUP_WarfareBuildingsclassNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_FactionHclassNameCUP_Misc_e_ConfignameCUP_Misc_e_ConfigclassNameCUP_Weapons_AKnameCUP_Weapons_AKclassNameCUP_Weapons_AmmunitionnameCUP_Weapons_AmmunitionclassNameCUP_Weapons_MakarovnameCUP_Weapons_MakarovDclassNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameacre_mainnameACRE2 - MainauthorACRE2Teamurlhttps://github.com/IDI-Systems/acre28classNameace_medical_enginenameACE3 - Medical EngineauthorACE-Teamurlhttp://ace3mod.com/classNameace_medical_treatmentnameACE3 - Medical TreatmentauthorACE-Teamurlhttp://ace3mod.com/classNameark_vestsnameARK Inhouse - VestsauthorARKurlhttp://www.ark-group.org}classNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Editor_Structures_ConfignameCUP_Editor_Structures_ConfigUclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Weapons_ItemsnameCUP_Weapons_Items*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/classNameOPXmiscnameOPXmiscclassNameCUP_TrackedVehicles_ZSU23nameCUP_TrackedVehicles_ZSU23\classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesclassNameCUP_AirVehicles_Su25nameCUP_AirVehicles_Su25classNameCUP_AirVehicles_Pchela1TnameCUP_AirVehicles_Pchela1T/classNameCUP_WheeledVehicles_S1203nameCUP_WheeledVehicles_S1203|classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8classNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24classNameCUP_AirVehicles_MI6nameCUP_AirVehicles_MI6AclassNameA3_Structures_F_Enoch_CiviliannameArma 3 Contact Platform - Civilian BuildingsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_AirVehciles_SA330nameCUP_AirVehciles_SA330$classNameCUP_AirVehicles_DC3nameCUP_AirVehicles_DC3eauthordancemooxHeadergameTypeCoopminPlayersmaxPlayersLCategory0|nameMultiplayerAttribute0"Attribute1nAttributes|propertyRespawnTemplatesexpressiontrueValueadataqtypevaluetypeARRAYitemsItem0datatypevalueNonetypeSTRINGpropertyRespawnButtonexpressiontrueValue;|dataK|typegvalue?|typeSCALAR|IntelEntities<ConnectionsbriefingNameark_co62_nochnoy_uzhasoverviewTextRussian forces raid across the Chernarus bordertimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<<"items!Item0 Item1)Item2 0Item36Item4S=Item5CItem6DItem7KItem8RItem9XItem101_Item11*fItem12lItem13VsItem14yItem15܂Item16ۉItem17yItem18Item19Item20Item21cItem22Item23OItem24Item25Item26Item27WItem28JItem29Item30Item31Item32WdataTypeGroupsideEastEntities!Attributes(id)itemsItem0X!Item1"Item2$Item3&(dataTypeObjectPositionInfo!sideEastflagsAttributes!idtypeO_officer_F"positionE|Cl1Fangles@ ?!skill?rankCAPTAINinit [this, ["faction", "CUP_RU_WD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Commanding Officer@COisPlayerisPlayable"dataTypeObjectPositionInfok#sideEastflagsAttributes#idtypeO_medic_FatlOffset8$positionxE[C1FanglesS@ ?_@#skill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Platoon Medic@COisPlayable$dataTypeObjectPositionInfo%sideEastflagsAttributes;%idtypeO_officer_FatlOffset8&positionEYCn1FanglesS@ ?_@;%skill?rankLIEUTENANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Executive Officer@COisPlayable&dataTypeObjectPositionInfo&sideEastflagsAttributes&idtypeO_Soldier_GL_FCustomAttributes'(positionE|Ce1Fangles/@u ?@&skill?rankCORPORALinitcall{ [this, ["faction", "CUP_RU_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionRussian Ground Forces - Platoon Rifleman@COisPlayable'Attribute0'Attribute1s(nAttributes(propertyspeakerexpression_this setspeaker _value;Value,(s(data<(s(type^(valueMale03PERs(typeSTRINGs(propertypitchexpression_this setpitch _value;Value((data((type(valueHz?(typeSCALAR(formationDIAMOND)dataTypeGroupsideEastEntities^)Attributes/id 0itemsItem0)Item1!+Item2,/dataTypeObjectPositionInfo*sideEastflagsAttributes:*idtypeO_Soldier_SL_F!+position6EǰC 1Fangles2@ߐ @<:*skill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha Squad Leader@Alpha SLisPlayable!+dataTypeObjectPositionInfo+sideEastflagsAttributes+idtypeO_medic_F,positionrECR1Fangles@ߐ @@+skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha Squad Medic@Alpha SLisPlayable, dataTypeObjectPositionInfo>-sideEastflagsAttributesv-id}typeO_crew_FatlOffset8CustomAttributes./position1EOC1Fangles@ @ =v-skill?initcall{[this, ["faction", "CUP_RU_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init; [this, 3, "ICON", "b_motor_inf", "ColorRed", [1,1], "AV"] call hull3_marker_fnc_addCustomMarker;}descriptionRussian Ground Forces - Alpha Driver (GAZ Vodnik)@Alpha SLisPlayable.Attribute0.Attribute1j/nAttributes/propertyspeakerexpression_this setspeaker _value;Value#/j/data3/j/typeU/valueMale02PERj/typeSTRINGj/propertypitchexpression_this setpitch _value;Value//data//type/valuep}?/typeSCALAR/formationDIAMOND 0dataTypeGroupsideEastEntitiesU0Attributesu6id 6itemsItem00Item1'2Item23Item35u6dataTypeObjectPositionInfo1sideEastflagsAttributes<1id typeO_Soldier_TL_F'2positionEeC1Fangles@ߐ @p=<1skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 1 Fireteam Leader@Alpha 1isPlayable'2dataTypeObjectPositionInfo2sideEastflagsAttributes2id typeO_Soldier_AR_F3positionEcC1FanglesȜ@ߐ @p=2skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 1 Automatic Rifleman@Alpha 1isPlayable3dataTypeObjectPositionInfo4sideEastflagsAttributesG4id typeO_Soldier_A_F5position EMC1Fanglesa@ߐ @p=G4skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable5dataTypeObjectPositionInfo5sideEastflagsAttributes5id typeO_Soldier_LAT_Fu6position,EC1Fangles1<ߐ @p=5skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 1 Rifleman (AT)@Alpha 1isPlayableu6formationDIAMOND6dataTypeGroupsideEastEntities6Attributes9=idatlOffset8S=itemsItem0'7Item18Item2S:Item3;9=dataTypeObjectPositionInfo7sideEastflagsAttributes7idtypeO_Soldier_TL_FatlOffset88positionpE+C1Fangles1<ߐ @?k<7skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 2 Fireteam Leader@Alpha 2isPlayable8dataTypeObjectPositionInfoL9sideEastflagsAttributes9idtypeO_Soldier_AR_FatlOffset8S:positionEC 1Fangles2<ߐ @_@9skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 2 Automatic Rifleman@Alpha 2isPlayableS:dataTypeObjectPositionInfo:sideEastflagsAttributes:idtypeO_Soldier_A_F;positionuEC1Fangles@ߐ @L@:skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayable;dataTypeObjectPositionInfoG<sideEastflagsAttributes<idtypeO_Soldier_LAT_FatlOffset89=positionEcC1Fangles>|@ߐ @~@<skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Alpha 2 Rifleman (AT)@Alpha 2isPlayable9=formationDIAMONDS=dataTypeGroupsideEastEntities=AttributesCidatlOffset8CitemsItem0=Item1@C dataTypeObjectPositionInfom>sideEastflagsAttributes>id~typeO_soldier_exp_FatlOffset8CustomAttributes?@position8EC1Fangles>|@ @~@>skill?rankCORPORALinitcall{ [this, ["faction", "CUP_RU_WD"], ["gear", "ENG"], ["marker", "AE", "ColorRed"]] call hull3_unit_fnc_init;}descriptionRussian Ground Forces - Alpha Engineer Team Leader@Alpha EngineerisPlayable?Attribute0?Attribute1i@nAttributes@propertyspeakerexpression_this setspeaker _value;Value"@i@data2@i@typeT@valueMale02PERi@typeSTRINGi@propertypitchexpression_this setpitch _value;Value@@data@@type@value\?@typeSCALAR@dataTypeObjectPositionInfoxAsideEastflagsAttributesAidtypeO_soldier_exp_FCustomAttributesBCposition֊EEC1Fanglesf@ @¡.=K@DdataTypeGroupsideEastEntitiesDAttributessKidKitemsItem0 EItem1FItem2>HsKdataTypeObjectPositionInfoEsideEastflagsAttributesEidtypeO_Soldier_SL_FFpositionREC1FanglesS@- @_@Eskill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo Squad Leader@Bravo SLisPlayableFdataTypeObjectPositionInfoGsideEastflagsAttributesUGidtypeO_medic_F>Hposition`7EjC1Fanglesx@- @!@UGskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo Squad Medic@Bravo SLisPlayable>HdataTypeObjectPositionInfoHsideEastflagsAttributesHidtypeO_crew_FCustomAttributes#JsKpositionNECg1Fangles@- @^@Hskill?initcall{[this, ["faction", "CUP_RU_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init; [this, 3, "ICON", "b_motor_inf", "ColorBlue", [1,1], "BV"] call hull3_marker_fnc_addCustomMarker;}descriptionRussian Ground Forces - Bravo Driver (GAZ Vodnik)@Bravo SLisPlayable#JAttribute0[JAttribute1JnAttributessKpropertyspeakerexpression_this setspeaker _value;ValueJJdataJJtypeJvalueMale02PERJtypeSTRINGJpropertypitchexpression_this setpitch _value;Value2KsKdataBKsKtype^Kvaluep}?sKtypeSCALARsKformationDIAMONDKdataTypeGroupsideEastEntitiesKAttributesQidRitemsItem0LItem1MItem2"OItem3PQdataTypeObjectPositionInfoLsideEastflagsAttributesLidtypeO_Soldier_TL_FMposition/0E}C;1Fangles@- @jrD=Lskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 1 Fireteam Leader@Bravo 1isPlayableMdataTypeObjectPositionInfoNsideEastflagsAttributesSNidtypeO_Soldier_AR_F"OpositionE2C1Fangles@- @\j=SNskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 1 Automatic Rifleman@Bravo 1isPlayable"OdataTypeObjectPositionInfoOsideEastflagsAttributesOidtypeO_Soldier_A_FPpositionx+E/C1Fangles@- @xBZ=Oskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayablePdataTypeObjectPositionInfoQsideEastflagsAttributes>QidtypeO_Soldier_LAT_FQpositionE` C1FanglesM@- @]>>Qskill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 1 Rifleman (AT)@Bravo 1isPlayableQformationDIAMONDRdataTypeGroupsideEastEntities\RAttributesXidXitemsItem0RItem1/TItem2UItem39WXdataTypeObjectPositionInfo SsideEastflagsAttributesCSidtypeO_Soldier_TL_F/TpositionLEC1Fangles@- @]>CSskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 2 Fireteam Leader@Bravo 2isPlayable/TdataTypeObjectPositionInfoTsideEastflagsAttributesTidtypeO_Soldier_AR_FatlOffset8UpositionEC 1Fangles@- @T=Tskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 2 Automatic Rifleman@Bravo 2isPlayableUdataTypeObjectPositionInfo7VsideEastflagsAttributesoVidtypeO_Soldier_A_FatlOffset89WpositionEmC1Fangles@- @oVskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable9WdataTypeObjectPositionInfoWsideEastflagsAttributesWidtypeO_Soldier_LAT_FXpositionEC1Fangles@- @/l@Wskill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Bravo 2 Rifleman (AT)@Bravo 2isPlayableXformationDIAMONDXdataTypeGroupsideEastEntitiesYAttributes_id1_itemsItem0)YItem15\_dataTypeObjectPositionInfoYsideEastflagsAttributesYidtypeO_soldier_exp_FCustomAttributesZ5\positionEhC1Fangles@- @1l@Yskill?rankCORPORALinitcall{ [this, ["faction", "CUP_RU_WD"], ["gear", "ENG"], ["marker", "BE", "ColorBlue"]] call hull3_unit_fnc_init;}descriptionRussian Ground Forces - Bravo Engineer Team Leader@Bravo EngineerisPlayableZAttribute0[Attribute1[nAttributes5\propertyspeakerexpression_this setspeaker _value;Valueg[[dataw[[type[valueMale02PER[typeSTRING[propertypitchexpression_this setpitch _value;Value[5\data\5\type \value\?5\typeSCALAR5\dataTypeObjectPositionInfo\sideEastflagsAttributes\idtypeO_soldier_exp_FCustomAttributes]_positionE7C1Fangles @- @v@\skill?rankCORPORALinitcall{ [this, ["faction", "CUP_RU_WD"], ["gear", "ENGA"]] call hull3_unit_fnc_init;}descriptionRussian Ground Forces - Bravo Engineer@Bravo EngineerisPlayable]Attribute0]Attribute1^nAttributes_propertyspeakerexpression_this setspeaker _value;ValueI^^dataY^^type{^valueMale03PER^typeSTRING^propertypitchexpression_this setpitch _value;Value^_data^_type_valueHz?_typeSCALAR_formationDIAMOND1_dataTypeGroupsideEastEntities{_Attributesfid*fitemsItem0_Item1DaItem2bfdataTypeObjectPositionInfo`sideEastflagsAttributesW`idtypeO_Soldier_SL_FDaposition|uE C1FanglesE@q @1l@W`skill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie Squad Leader@Charlie SLisPlayableDadataTypeObjectPositionInfoasideEastflagsAttributesaidtypeO_medic_FbpositionZEC!C1Fangles@q @@askill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie Squad Medic@Charlie SLisPlayablebdataTypeObjectPositionInfoWcsideEastflagsAttributescidtypeO_crew_FCustomAttributesdfpositionpE})C1Fangles@ @X[@cskill?initcall{[this, ["faction", "CUP_RU_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init; [this, 3, "ICON", "b_motor_inf", "ColorGreen", [1,1], "CV"] call hull3_marker_fnc_addCustomMarker;}descriptionRussian Ground Forces - Charlie Driver (GAZ Vodnik)@Charlie SLisPlayabledAttribute0dAttribute1enAttributesfpropertyspeakerexpression_this setspeaker _value;ValueBeedataReetypetevalueMale02PERetypeSTRINGepropertypitchexpression_this setpitch _value;Valueefdataeftypeevaluep}?ftypeSCALARfformationDIAMOND*fdataTypeGroupsideEastEntitiestfAttributeslidlitemsItem0fItem1LhItem2iItem3>kldataTypeObjectPositionInfo#gsideEastflagsAttributes[gidtypeO_Soldier_TL_FLhpositionOECC1FanglesŜ@q @P@[gskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie 1 Fireteam Leader@Charlie 1isPlayableLhdataTypeObjectPositionInfohsideEastflagsAttributeshidtypeO_Soldier_AR_Fiposition4ECCN1Fangles/@q @A:Z=hskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie 1 Automatic Rifleman@Charlie 1isPlayableidataTypeObjectPositionInfo8jsideEastflagsAttributespjidtypeO_Soldier_A_F>kposition=KECC1FanglesrE/;q @RO=pjskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayable>kdataTypeObjectPositionInfoksideEastflagsAttributeskidtypeO_Soldier_LAT_Flpositionm/E?C61Fanglesz=q @)e=kskill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie 1 Rifleman (AT)@Charlie 1isPlayablelformationDIAMONDldataTypeGroupsideEastEntities mAttributesoskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie 2 Automatic Rifleman@Charlie 2isPlayable^pdataTypeObjectPositionInfopsideEastflagsAttributesqidtypeO_Soldier_A_FqpositionENC2Fangles;=q @!@qskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayableqdataTypeObjectPositionInfoFrsideEastflagsAttributes~ridtypeO_Soldier_LAT_FidtypeO_crew_FCustomAttributesqpositionES}C2Fangles@tG@ =>skill?initcall{[this, ["faction", "CUP_RU_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init; [this, 3, "ICON", "b_motor_inf", "ColorBrown", [1,1], "DV"] call hull3_marker_fnc_addCustomMarker;}descriptionRussian Ground Forces - Delta Driver (GAZ Vodnik) [JIP]@Delta SLisPlayableqAttribute0Attribute1:nAttributespropertyspeakerexpression_this setspeaker _value;Value:data:type%valueMale02PER:typeSTRING:propertypitchexpression_this setpitch _value;Valuedatatypevaluep}?typeSCALARformationDIAMONDۉdataTypeGroupsideEastEntities%Attributes_idyitemsItem0cItem1Item2}Item3_dataTypeObjectPositionInfoԊsideEastflagsAttributes idtypeO_Soldier_TL_FpositionɆE3rC02FanglesG@ = skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 1 Fireteam Leader [JIP]@Delta 1isPlayabledataTypeObjectPositionInfopsideEastflagsAttributesidtypeO_Soldier_AR_F}positionrEUfCҸ2FanglesG@=skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 1 Automatic Rifleman [JIP]@Delta 1isPlayable}dataTypeObjectPositionInfosideEastflagsAttributes%idtypeO_Soldier_A_FpositionE~C12Fangles<G@<%skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 1 Assistant Automatic Rifleman [JIP]@Delta 1isPlayabledataTypeObjectPositionInfogsideEastflagsAttributesidtypeO_Soldier_LAT_F_position1E rC2FanglesG@=skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 1 Rifleman (AT) [JIP]@Delta 1isPlayable_formationDIAMONDydataTypeGroupsideEastEntitiesÐAttributesiditemsItem0Item1Item2Item3dataTypeObjectPositionInforsideEastflagsAttributesidtypeO_Soldier_TL_FpositionIE5pC2FanglesrE/;G@Ů<skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "D2", "ColorBrown"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 2 Fireteam Leader [JIP]@Delta 2isPlayabledataTypeObjectPositionInfosideEastflagsAttributesFidtypeO_Soldier_AR_FpositionrEdC82Fangles#;G@=Fskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 2 Automatic Rifleman [JIP]@Delta 2isPlayabledataTypeObjectPositionInfosideEastflagsAttributesÔidtypeO_Soldier_A_FpositionEvC2FanglesnZ<G@?k<Ôskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 2 Assistant Automatic Rifleman [JIP]@Delta 2isPlayabledataTypeObjectPositionInfosideEastflagsAttributes=idtypeO_Soldier_LAT_FpositionEiCg2FanglesnZ<G@?k<=skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Ground Forces - Delta 2 Rifleman (AT) [JIP]@Delta 2isPlayableformationDIAMONDdataTypeGroupsideEastEntitiesaAttributesiditemsItem0Item1dataTypeObjectPositionInfosideEastflagsAttributesIidtypeO_soldier_exp_FCustomAttributesLpositionEdC2Fangles<sG@?k2Attribute0jAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedatatypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueadataqtypevaluetypeBOOL dataTypeLogicPositionInfoVareaSize@@areaIsRectangleflagsidtypeModuleHideTerrainObjects_FatlOffsetACustomAttributesposition-;;FCFFanglesy@Attribute0Attribute1]nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value]data,]typeHvaluepA]typeSCALAR]property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatatypevaluetypeBOOLdataTypeLogicPositionInfoSid1typeARK_ACE_RearmatlOffset(FspositionE".F 2FsdataTypeLogicPositionInfoid/typeARK_Clear_VehicleatlOffsetZAposition8FCC`DFangles@@dataTypeLogicPositionInfoeid0typeARK_Make_SentryCustomAttributesposition8F C DFangles-;Attribute0nAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValueIdataYtypeuvaluetypeBOOLdataTypeLogicPositionInfo.areaSize@= @areaIsRectangleflagsidtypeModuleHideTerrainObjects_FCustomAttributesfpositionEH5C1Fangles+@ @EAZ=fAttribute0Attribute15nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value5data5type value@5typeSCALAR5property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatatypevaluetypeBOOLdataTypeLayernameGvozdnoEntities!id!atlOffset>WitemsItem0TItem1`5Item2?WdataTypeLayernameAdmiralEntitiesid%atlOffset@`5itemsItem0Item1Item2V`5dataTypeLayernamePatrolEntities id1atlOffset¿ items Item0Item1OItem2 Item3Item4Item5Item6Item75Item8Item9dataTypeTriggerpositionEBC5FAttributesid6typeEmptyDetectorAreaR250atlOffset2ھOconditioncall{true;}sizeACsizeBzCOdataTypeTriggerpositionRF޸4C:Fangle@Attributesid8typeEmptyDetectorAreaR250atlOffsetvZ conditioncall{true;}sizeACsizeBzC dataTypeTriggerposition FVC)6Fangle x?Attributesid9typeEmptyDetectorAreaR250atlOffsetʁconditioncall{true;}sizeACsizeBzCdataTypeLogicPositionInfo7id7typeAdmiral_PatrolZoneatlOffsetھCustomAttributesWposition%qF]8C 5FW Attribute0Attribute1Attribute2Attribute3FAttribute4Attribute5Attribute6Attribute7fAttribute8<Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueIdataYtypeuvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueFdataFtype1valueBFtypeSCALARFpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value}datatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueMdata]typeyvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value%fdata5ftypeQvalueftypeSCALARfpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value<data <type'value@<typeSCALAR<propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfo<id:typeAdmiral_PatrolZoneatlOffset^CustomAttributes\position FAttributesidtypeEmptyDetectorAreaR2505conditioncall{true;}sizeACsizeBzC5dataTypeTriggerpositionAttributesidtypeEmptyDetectorAreaR250conditioncall{true;}sizeACsizeBzCdataTypeTriggerpositionEC5Fangle&>AttributesUidtypeEmptyDetectorAreaR250conditioncall{true;}sizeACsizeBzCdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetھCustomAttributespositionEtC2F Attribute0Attribute1Attribute2PAttribute3 Attribute4Attribute5Attribute6TAttribute7,Attribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueVdataftypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuePdataPtype;valuePtypeSCALARPpropertyAdmiral_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];ValueCdataStypeovaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueTdata#Ttype?valueTtypeSCALARTpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value,data,typevalue,typeSCALAR,propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueRdatabtype{valuetypeSTRINGdataTypeLayernameCQCEntitiesid2atlOffset3VitemsItem0Item1Item2Item3VdataTypeTriggerposition E"typeEmptyDetectorAreaR50atlOffset$conditioncall{true;}sizeAM6AsizeB AisRectangledataTypeTriggerpositionEIAC?3FangleGӥAttributesid=typeEmptyDetectorAreaR50atlOffset4Vconditioncall{true;}sizeA AsizeB AisRectangleVdataTypeLayernameCounterEntitiesid3atlOffset>`5itemsItem0Item1FItem2Item3Item4Item5 Item6?Item7qItem8Item9Item10!Item119#Item12#Item13$Item14%Item15E&Item162Item173`5dataTypeTriggerposition\F&.uC'=FAttributesidAtypeEmptyDetectorAreaR50atlOffsetFconditioncall{triggeractivated tgr_grad;}sizeAAsizeBAFdataTypeLogicPositionInfoiditypeAdmiral_OndemandCampZoneatlOffsetoCustomAttributesposition_F{C7=FAttribute0Attribute1Attribute2iAttribute3+Attribute4Attribute5Attribute6w Attribute7Q Attribute8 Attribute9 Attribute10 Attribute11 Attribute12\Attribute130nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueidataytypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value(idata8itypeTvalueitypeSCALARipropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value+data+typevalueB+typeSCALAR+propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuevdatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value8 w dataH w typed valuew typeBOOLw propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value Q data Q type< value@Q typeSCALARQ 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];Value  data  type value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value  data  type value? typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueO  data_  type{ value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value\data+\typeGvalue\typeSCALAR\propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value0data0typevalue0typeSCALAR0propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntities[Attributesid^atlOffsetؽitemsItem0Item1(dataTypeObjectPositionInfosideCivilianflagsAttributes"id_typeC_Bob_VRatlOffsetؽ(position8SFuC=F"(dataTypeWaypointposition6 FVC5FEffectsshowWPNEVERid`typeMoveatlOffset8wdataTypeGroupsideCivilianEntitiesAttributesidFatlOffsetLitemsItem0:Item1Item2ZdataTypeObjectPositionInfosideCivilianflagsAttributesidGtypeC_Bob_VRatlOffsetLpositionƞF#iCj-FdataTypeWaypointpositionTF9sC0FEffectsTshowWPNEVERidLtypeMoveatlOffset\VZZdataTypeWaypointpositionm FUC(6FEffectsshowWPNEVERidMtypeMoveatlOffsetRdataTypeGroupsideCivilianEntities9AttributesidHatlOffset8 itemsItem0lItem1Item2dataTypeObjectPositionInfosideCivilianflagsAttributes idItypeC_Bob_VRatlOffset8positionFVhC}\-F dataTypeWaypointpositionFiC3FEffectsshowWPNEVERidJtypeMoveatlOffsetdataTypeWaypointposition.l FUCD(6FEffectsshowWPNEVERidKtypeMoveatlOffset6 dataTypeGroupsideCivilianEntitieskAttributes9idNatlOffseti>?itemsItem0Item1CItem29dataTypeObjectPositionInfosideCivilianflagsAttributes=idOtypeC_Bob_VRatlOffseti>CpositionRF»fC0F=CdataTypeWaypointposition~FiCI3FEffectsshowWPNEVERidPtypeMoveatlOffsetdataTypeWaypointposition\n FUCf(6FEffects3showWPNEVERidQtypeMoveatlOffset<99?dataTypeGroupsideCivilianEntitiesAttributeskidRatlOffsetn>qitemsItem0Item1uItem2kdataTypeObjectPositionInfoOsideCivilianflagsAttributesoidStypeC_Bob_VRatlOffsetn>upositionFjiCV1FoudataTypeWaypointpositionȹF8GjC5FEffectsshowWPNEVERidTtypeMoveatlOffset`ؼdataTypeWaypointpositionl FUC(6FEffectseshowWPNEVERidUtypeMoveatlOffsetFkkqdataTypeGroupsideCivilianEntitiesAttributesidVatlOffset0itemsItem0Item1Item2"dataTypeObjectPositionInfosideCivilianflagsAttributesidWtypeC_Bob_VRatlOffset0position~F'C8FdataTypeWaypointpositionF#iC;5FEffectsshowWPNEVERidXtypeMoveatlOffsetI=""dataTypeWaypointpositionm FUC&+6FEffectsshowWPNEVERidYtypeMoveatlOffsetdataTypeGroupsideCivilianEntitiesAttributesidZatlOffset=itemsItem04Item1Item2TdataTypeObjectPositionInfosideCivilianflagsAttributesid[typeC_Bob_VRatlOffset=positionJKF吇CI9FdataTypeWaypointpositionqFcCcD8FEffectsNshowWPNEVERid\typeMoveatlOffset/TTdataTypeWaypointpositionsm FUCS*6FEffectsshowWPNEVERid]typeMoveatlOffsetdataTypeGroupsideCivilianEntities3Attributes!idaatlOffset!itemsItem0fItem1 Item2 !dataTypeObjectPositionInfosideCivilianflagsAttributes idbtypeC_Bob_VRatlOffset positionFG]C@F  dataTypeWaypointposition`F@C^|;FEffects showWPNEVERidctypeMoveatlOffsetR  dataTypeWaypointposition3m FUCt(6FEffects showWPNEVERiddtypeMoveatlOffset>!!!dataTypeGroupsideCivilianEntitiese!Attributes3#ideatlOffset`,9#itemsItem0!Item1="Item2"3#dataTypeObjectPositionInfo"sideCivilianflagsAttributes7"idftypeC_Bob_VRatlOffset`,="positionFAaC?F7"="dataTypeWaypointpositionFD\C~8FEffects"showWPNEVERidgtypeMoveatlOffset ׾""dataTypeWaypointposition0n FUC)6FEffects-#showWPNEVERidhtypeMoveatlOffsetV3#3#9#dataTypeTriggerpositionF gC-FAttributes#idBtypeEmptyDetectorAreaR50atlOffset##conditioncall{triggeractivated tgr_grad;}sizeAAsizeBA#dataTypeTriggerpositionwFfCv 1FAttributest$idCtypeEmptyDetectorAreaR50atlOffset>$conditioncall{triggeractivated tgr_grad;}sizeAAsizeBA$dataTypeTriggerposition8vFy?dataTypeGroupsideWestEntitiesc6Attributes67id+<7itemsItem0667dataTypeObjectPositionInfo6sideWestflagsAttributes07id,typeCUP_B_CDF_Soldier_MNT67positionEgFCf~3Fanglesսg@0767<7dataTypeGroupsideWestEntities7AttributesY8id)_8itemsItem07Y8dataTypeObjectPositionInfo8sideWestflagsAttributesS8id*typeCUP_B_CDF_Soldier_MNTY8positionzGEmFCp3Fangles@S8Y8_8dataTypeGroupsideWestEntities8Attributes|9idV9itemsItem08|9dataTypeObjectPositionInfo>9sideWestflagsAttributesv9idWtypeCUP_B_CDF_Officer_MNT|9position FЀVC6Fangles@v9|99dataTypeGroupsideWestEntities9Attributes:idXatlOffset7:itemsItem09:dataTypeObjectPositionInfo:sideWestflagsAttributes:idYtypeCUP_B_CDF_Soldier_MNTatlOffset7:position! F8VC6Fangles#@:::dataTypeGroupsideWestEntities;Attributes<idZatlOffset` <itemsItem0<;<dataTypeObjectPositionInfo;sideWestflagsAttributes;id[typeCUP_B_CDF_Soldier_TL_MNTatlOffset`<position,# F=VC 16Fangles@;< <dataTypeGroupsideWestEntitiese<AttributesH=id\atlOffsetbN=itemsItem0<H=dataTypeObjectPositionInfo =sideWestflagsAttributesB=id]typeCUP_B_CDF_Soldier_MNTatlOffsetbH=position27 F@VC6Fanglesl,m@B=H=N=dataTypeGroupsideWestEntities=AttributesS>idiY>itemsItem0=S>dataTypeObjectPositionInfo->sideWestflagsAttributesM>idjtypeCUP_B_CDF_Soldier_MNTS>positionT FMVCt5FM>S>Y>dataTypeGroupsideWestEntities>Attributes?idTatlOffset`?dataTypeObjectPositionInfo[?sideWestflagsAttributes?idUtypeCUP_B_CDF_Soldier_AR_MNTatlOffset`@BdisableSimulationBdataTypeObjectPositionInfocCsideEmptyflagsAttributesCidFtypeLand_GuardBox_01_brown_FatlOffset>CpositionAE>GCp3Fangleszm@CdisableSimulationCdataTypeObjectPositionInfo!DsideEmptyflagsAttributesYDid>typeWirewDpositionDETFC;f3Fangles#=Z@@YDdisableSimulationwDdataTypeObjectPositionInfoDsideEmptyflagsAttributes!EidCtypeLand_BarGate_F'Eposition%EJCA3FanglesX@!E'EdataTypeObjectPositionInfoEsideEmptyflagsAttributesEid-typeCUP_B_UAZ_Open_CDFEposition)"E GC4FanglesԌ@ _ @EEdataTypeObjectPositionInfoRFsideEmptyflagsAttributesFid.typeCUP_B_Ural_Open_CDFFposition&EDHCj4Fangles#;0i@FFdataTypeObjectPositionInfoGsideEmptyflagsAttributesMGidtypeLand_fort_rampartatlOffsetkGposition F#VC56FanglesP?MGdisableSimulationkGdataTypeObjectPositionInfoGsideEmptyflagsAttributes(HidtypeLand_fort_rampartatlOffset^FHposition F#VC8*6FanglesoE:N@@(HdisableSimulationFHdataTypeObjectPositionInfoHsideEmptyflagsAttributesIidtypeLand_fort_rampartatlOffset~!Iposition F#VCf6Fangles\)3>IdisableSimulation!IdataTypeObjectPositionInfoIsideEmptyflagsAttributesIidOtypeBMP2_HQ_CDF_unfoldedatlOffsetܻIposition Fo?VC"6FanglesS:P@IdisableSimulationIdataTypeObjectPositionInfoJsideEmptyflagsAttributesJidNtypeWarfareBAircraftFactory_CDFatlOffsetJpositionj- F \C36FanglesS:aa>JdisableSimulationJdataTypeObjectPositionInfoiKsideEmptyflagsAttributesKidtypeLand_fort_rampartatlOffsetKposition< F!VC6FanglesF@tH?KdisableSimulationKdataTypeObjectPositionInfoDLsideEmptyflagsAttributes|LidtypeLand_fort_rampartatlOffset<|LdisableSimulationLdataTypeObjectPositionInfoMsideEmptyflagsAttributesWMidtypeLand_fort_rampartatlOffsetuMpositionC FVC5Fangles:;p̞@@WMdisableSimulationuMdataTypeObjectPositionInfoNsideEmptyflagsAttributes;NidPtypeCDF_WarfareBArtilleryRadaratlOffsetYNpositionD FaC'6FanglesS:Se>;NdisableSimulationYNdataTypeObjectPositionInfoNsideEmptyflagsAttributesNidctypeWireOposition'L FVC6Fangles-;@rE/;NdisableSimulationOdataTypeObjectPositionInfoOsideEmptyflagsAttributesOidbtypeWireOpositionF FVC=5Fangles@OdisableSimulationOdataTypeObjectPositionInfoQPsideEmptyflagsAttributesPiddtypeLand_GuardBox_01_brown_FPpositionS FWC5Fangles6>PdisableSimulationPdataTypeObjectPositionInfo#QsideEmptyflagsAttributes[QidatypeFlagCarrierCDFEnsign_EP1aQpositionp[ F;ZC;5FanglesA@[QaQdataTypeObjectPositionInfoQsideEmptyflagsAttributes Rid^typeFlagCarrierCDFRpositiond F9ZC5 6Fangles? RRdataTypeObjectPositionInfoRsideEmptyflagsAttributesRidetypeLand_BarGate_FRposition"O F\KZC\5Fangles\?RRdataTypeObjectPositionInfo9SsideEmptyflagsAttributesqSidStypeCUP_B_Ural_Empty_CDFwSpositionQ FhXC5Fangles<n@@qSwSdataTypeObjectPositionInfoSsideEmptyflagsAttributes!TidtypeCUP_B_BM21_CDF'Tposition= FhBXC5Fangles<X W@#;!T'TdataTypeObjectPositionInfoTsideEmptyflagsAttributesTid typeCUP_B_BM21_CDFTposition F9XC26FanglesV@TTdataTypeObjectPositionInfoMUsideEmptyflagsAttributesUidQtypeCUP_B_UAZ_Open_CDFUposition FVC5FanglesAfb?-;UUdataTypeObjectPositionInfoVsideEmptyflagsAttributesdddataTypeWaypointposition6o F{C<;FEffectsHeshowWPNEVERidttypeMoveatlOffset8>NeNeTedataTypeGroupsideCivilianEntitieseAttributesgiduatlOffsetffNBgitemsItem0eItem1fItem2ggdataTypeObjectPositionInfodfsideCivilianflagsAttributesfidvtypeC_Bob_VRatlOffsetfposition'FtCw4FffdataTypeWaypointposition%FC9FEffectsfshowWPNEVERidwtypeMoveatlOffsetggdataTypeWaypointpositiono F{C٦;FEffectszgshowWPNEVERidxtypeMoveatlOffsetw>gggdataTypeGroupsideCivilianEntitiesgAttributesiidyatlOffsetffNBiitemsItem0hItem1hItem27iidataTypeObjectPositionInfohsideCivilianflagsAttributeshidztypeC_Bob_VRatlOffsetvپhpositionDo)FjCv;FhhdataTypeWaypointposition%FX"Cʘ9FEffects1ishowWPNEVERid{typeMoveatlOffset$/7i7idataTypeWaypointposition

iiidataTypeGroupsideCivilianEntitiesjAttributeskid}atlOffsetffNBkitemsItem0IjItem1jItem2ikkdataTypeObjectPositionInfojsideCivilianflagsAttributesjid~typeC_Bob_VRatlOffset0|jpositiong)F]kCkkkdataTypeGroupsideCivilianEntitiesHlAttributesnidatlOffsetffNBnitemsItem0{lItem1 mItem2mndataTypeObjectPositionInfolsideCivilianflagsAttributesmidtypeC_Bob_VRatlOffset(GA mposition%FuCCFm mdataTypeWaypointpositionY$FACc;>FEffectsmshowWPNEVERidtypeMoveatlOffsetcmmdataTypeWaypointpositionm FzC֣;FEffectsnshowWPNEVERidtypeMoveatlOffset<>nnndataTypeGroupsideCivilianEntitiesznAttributesHpidatlOffsetffNBNpitemsItem0nItem1RoItem2oHpdataTypeObjectPositionInfo,osideCivilianflagsAttributesLoidtypeC_Bob_VRatlOffset@Roposition"$FCDCFLoRodataTypeWaypointposition9!FC?FEffectsoshowWPNEVERidtypeMoveatlOffset9oodataTypeWaypointpositionm FwC;FEffectsBpshowWPNEVERidtypeMoveatlOffsetė>HpHpNpdataTypeTriggerposition$F값CMCFAttributespidntypeEmptyDetectorAreaR50atlOffset@Aqconditioncall{triggeractivated tgr_mountain;}sizeAAsizeBAqdataTypeTriggerposition'FqsCe74FAttributesqidotypeEmptyDetectorAreaR50atlOffsetEqconditioncall{triggeractivated tgr_mountain;}sizeAAsizeBAqdataTypeTriggerpositionA)Fj5jC$;FAttributesTridptypeEmptyDetectorAreaR50atlOffsetrconditioncall{triggeractivated tgr_mountain;}sizeAAsizeBArdataTypeLogicPositionInfosidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesSsrposition*F8_C%;Fangles@@SsAttribute0OtAttribute1uAttribute2uAttribute3vAttribute4bwAttribute5,xAttribute6xAttribute7yAttribute8zAttribute9c{Attribute105|Attribute11}Attribute12}Attribute13~nAttributesrpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuetudatatutypeuvalueutypeSTRINGupropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueuudatauutypeuvalueutypeSCALARupropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value_vvdataovvtypevvalueBvtypeSCALARvpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value!wbwdata1wbwtypeMwvalueBbwtypeSCALARbwpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuew,xdataw,xtypexvalue A,xtypeSCALAR,xpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuexxdataxxtypexvaluextypeBOOLxpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueyydatayytypeyvalueytypeSCALARypropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueMzzdata]zztypevzvalueztypeSTRINGzpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value"{c{data2{c{typeN{value@c{typeSCALARc{propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value{5|data|5|type |value5|typeSCALAR5|propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value|}data|}type|value@}typeSCALAR}propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value}}data}}type}value}typeSCALAR}propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valued~~datat~~type~value~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value4rdataDrtype]valuertypeSTRINGrdataTypeLayernameSentry AIEntitiesid)atlOffsetffNBitemsItem0Item1ہItem2MItem3Item4ՈItem5Item6cItem7Item8܍Item9Item10XItem11Item12ĒItem13 Item14MItem15Item16ƗdataTypeGroupsideWestEntitiesAttributesՁidatlOffsetffNBہitemsItem0 ՁdataTypeObjectPositionInfosideWestflagsAttributesρidtypeCUP_B_CDF_Soldier_MG_MNTatlOffset@_AՁpositionZ FxCR;Fangles@ρՁہdataTypeGroupsideWestEntities5AttributesGidatlOffsetffNBMitemsItem0RGdataTypeObjectPositionInfoڂsideWestflagsAttributesidtypeCUP_B_CDF_Officer_MNTatlOffset~PAGposition* FxC];Fangles}q@Inventory'G primaryWeaponhandgunTbinocularuniformӄvestmapItemMapcompassItemCompasswatchItemWatchradioItemRadiogpsItemGPSheadgearCUP_H_CDF_OfficerCap_MNTGnameCUP_arifle_AKS74UprimaryMuzzleMag"TnameCUP_30Rnd_545x39_AK_MammoLeftTnameCUP_hgun_MakarovprimaryMuzzleMagnameCUP_8Rnd_9x18_Makarov_MammoLeftnameBinocularӄtypeNameCUP_U_B_CDF_MNT_1isBackpackMagazineCargo)ItemCargoυitemsItem0QItem1υnameCUP_30Rnd_545x39_AK_McountammoLeftnameCUP_8Rnd_9x18_Makarov_McountammoLeftυitemsItem0nameFirstAidKitcounttypeNameCUP_V_CDF_6B3_5_MNTisBackpackGMdataTypeGroupsideWestEntitiesAttributesidatlOffsetffNBitemsItem0ĆdataTypeObjectPositionInfoKsideWestflagsAttributesidtypeCUP_B_CDF_Sniper_MNTatlOffset`YK?position( F$LC\;Fangles:e?dataTypeGroupsideWestEntitiesvAttributes]idatlOffsetffNBcitemsItem0]dataTypeObjectPositionInfosideWestflagsAttributesWidtypeCUP_B_CDF_Soldier_AMG_MNTatlOffset pPA]position)& FxCj;Fangles-@W]cdataTypeGroupsideWestEntitiesAttributesidatlOffsetffNBitemsItem0ڋdataTypeObjectPositionInfoesideWestflagsAttributesidtypeCUP_B_CDF_Soldier_AR_MNTatlOffsetFp?positionFaCsFposition 0 FEC[;Fangles@@FdataTypeObjectPositionInfoќsideEmptyflagsAttributesidtypeClutterCutter_small_EP1atlOffsets>position6 FKC6U;FdataTypeObjectPositionInfossideEmptyAttributesidtypeCUP_vojenska_palandaatlOffset>?ɝposition" FKCX;Fangles>disableSimulationɝdataTypeObjectPositionInfoEsideEmptyAttributes}idtypeCUP_vojenska_palandaatlOffset\?position& FKC-S;Fanglesp;@}disableSimulationdataTypeObjectPositionInfosideEmptyAttributesIidtypeLand_Canteen_FatlOffset@aAgpositionA% FC^;Fangles?IdisableSimulationgdataTypeObjectPositionInfo؟sideEmptyAttributesidtypeFoldTableatlOffsetQA.position' FC;a;Fangles9@disableSimulation.dataTypeObjectPositionInfosideEmptyAttributesidtypeCUP_item_Kostey_map_caseatlOffsetU_Aposition' F3C:_;Fangles1 @dataTypeObjectPositionInfojsideEmptyAttributesidtypeCUP_item_Kostey_photosatlOffset`^Aposition ( F3C_;Fangles@dataTypeObjectPositionInfosideEmptyAttributesQidtypeVysilackaatlOffsetZ\AWposition%) FVlC*d;Fangleshq@QWdataTypeObjectPositionInfoӢsideEmptyAttributes idtypeLand_Camping_Light_FatlOffset[ApositionN* FeCEc;Fangles@ dataTypeObjectPositionInfosideEmptyAttributesidtypeFoldChairatlOffset`MAposition+ FC]a;FdisableSimulationdataTypeObjectPositionInfoBsideEmptyflagsAttributeszid2typeCUP_B_Ural_CDFatlOffsetйpositionf FGC;Fangles@A:? >zdataTypeObjectPositionInfosideEmptyAttributes,id{typeLand_antennaatlOffsetAJposition- F CqX;Fanglesi@,disableSimulationJdataTypeLayernameKrasnostavstateEntitiesid#atlOffset6itemsItem0٥Item1MItem2dataTypeLayernameAdmiralEntities&id+atlOffsetffNBMitemsItem0YItem1CItem2MdataTypeLayernamePatrolEntitiesid7atlOffsetffNBCitemsItem0Item1Item2Item3eItem49Item5>CdataTypeTriggerposition0F'=CT>Fanglef?AttributesnidtypeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_mountain;}sizeACsizeBzCdataTypeTriggerpositionqa,FfCpVAFangleʷ@AttributesBidtypeEmptyDetectorAreaR250atlOffsetAconditioncall{triggeractivated tgr_mountain;}sizeACsizeBzCdataTypeTriggerpositiono+FeC=Fangle @AttributesidtypeEmptyDetectorAreaR250atlOffset.!Aeconditioncall{triggeractivated tgr_mountain;}sizeACsizeBzCedataTypeTriggerposition0F}JC6iBFangleC @AttributesidtypeEmptyDetectorAreaR250atlOffsetA9conditioncall{triggeractivated tgr_mountain;}sizeACsizeBzC9dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetЃCustomAttributes˪>position<3F%C>F˪ Attribute0Attribute1BAttribute2Attribute3Attribute4vAttribute50Attribute6Attribute7ڰAttribute8Attribute9wnAttributes >propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueBdataBtype-valueBtypeSTRINGBpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataͬtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueydatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value5vdataEvtypeavalueBvtypeSCALARvpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value0data0typevalue0typeBOOL0propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedataѯtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueڰdataڰtypeŰvalueڰtypeSCALARڰpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valueodatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value9wdataIwtypebvaluewtypeSTRINGwpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value>data>type)value>typeSTRING>dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetCustomAttributesгCposition1F7C9Fг Attribute0Attribute1GAttribute2Attribute3Attribute4{Attribute55Attribute6Attribute7߹Attribute8Attribute9|nAttributes CpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value GdataGtype2valueGtypeSTRINGGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueµdataҵtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value~datatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value:{dataJ{typefvalueB{typeSCALAR{propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value5data5type"value5typeBOOL5propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueƸdataָtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value߹data߹typeʹvalue?߹typeSCALAR߹propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuetdatatypevalue@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value>|dataN|typegvalue|typeSTRING|propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueCdataCtype.valueCtypeSTRINGCdataTypeLayernameCounterEntitiesid8atlOffsetffNB itemsItem0Item1Item2RItem3Item4Item5Item6GItem7dataTypeGroupsideCivilianEntitiesXAttributesidatlOffsetffNBitemsItem0Item1%dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset/A%position83F$ ?CKF%dataTypeWaypointpositionb/F =C L?FEffectsshowWPNEVERidtypeMoveatlOffsetD:dataTypeGroupsideCivilianEntitiesAttributesLidatlOffsetffNBRitemsItem0,Item1ѿLdataTypeObjectPositionInfosideCivilianflagsAttributes˿idtypeC_Bob_VRatlOffsetBѿpositionS:=FbB?F˿ѿdataTypeWaypointposition]/F==C,:?FEffectsFshowWPNEVERidtypeMoveatlOffset@sLLRdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffNBitemsItem0Item1}dataTypeObjectPositionInfoWsideCivilianflagsAttributeswidtypeC_Bob_VRatlOffset(LA}position]7F%CHFw}dataTypeWaypointposition/FI@=C-?FEffectsshowWPNEVERidtypeMoveatlOffsetp}dataTypeTriggerpositionq3F?C]KFAttributesvidtypeEmptyDetectorAreaR50atlOffset Aconditioncall{triggeractivated tgr_stav;}sizeAAsizeBAdataTypeTriggerpositionwo=FBj1?FAttributes9idtypeEmptyDetectorAreaR50atlOffsetOconditioncall{triggeractivated tgr_stav;}sizeAAsizeBAdataTypeTriggerpositionVj7Fz$C+>HFAttributesidtypeEmptyDetectorAreaR50atlOffsetAGconditioncall{triggeractivated tgr_stav;}sizeAAsizeBAGdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset@CustomAttributespositionz5F1CTPKFAttribute0Attribute1Attribute2jAttribute3,Attribute4Attribute5Attribute6xAttribute7RAttribute8Attribute9Attribute10Attribute11Attribute12]Attribute131nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuejdataztypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value)jdata9jtypeUvaluejtypeSCALARjpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value,data,typevalueB,typeSCALAR,propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuewdatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value9xdataIxtypeevaluextypeBOOLxpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueRdata!Rtype=value@@RtypeSCALARRpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuePdata`type|valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value]data,]typeHvalue]typeSCALAR]propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value1data1typevalue1typeSCALAR1propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfovidtypeAdmiral_OndemandCampZoneatlOffset(ACustomAttributesposition8FCHFAttribute0Attribute1_Attribute2!Attribute3Attribute4Attribute5oAttribute6/Attribute7 Attribute8Attribute9Attribute10xAttribute11HAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value!_data1_typeJvalue_typeSTRING_propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value!data!type value!typeSCALAR!propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueddatattypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value.odata>otypeZvalue AotypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value/data/typevalue/typeBOOL/propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value data typevalue typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueedatautypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value7xdataGxtypecvaluextypeSCALARxpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueHdataHtype3valueHtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuewdatatypevaluetypeSTRINGdataTypeLayernameCQCEntitiesid9atlOffsetffNBMitemsItem0<Item1Item2Item3rMdataTypeTriggerpositionA/F[d=Cs>FAttributesidtypeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_mountain;}isRectangledataTypeTriggerposition#r-FSCj@FAttributesgidtypeEmptyDetectorAreaR250atlOffset罰conditioncall{triggeractivated tgr_mountain;}isRectangledataTypeTriggerposition4:,F`C;BFAttributes)idtypeEmptyDetectorAreaR250atlOffsetc>rconditioncall{triggeractivated tgr_mountain;}isRectanglerdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset.CustomAttributesMpositionW0FDC BF Attribute0Attribute1eAttribute2&Attribute3Attribute4Attribute5QAttribute6Attribute7Attribute8nAttributes MpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value'edata7etypePvalueetypeSTRINGepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value&data&typevalue&typeSCALAR&propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueWdatagtypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueQdata Qtype<valueBQtypeSCALARQpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue@AtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueKdata[typetvaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueMdataMtype8valueMtypeSTRINGMdataTypeLayernameSentry AIid,atlOffsetffNBdataTypeLayernameSet Dressingid-atlOffsetffNBdataTypeLayernameAirfieldstateEntities,id$atlOffsetixÙitemsItem0_Item1M1Item2hdataTypeLayernameAdmiralEntitiesid.atlOffsetffNBM1itemsItem0Item1Item2P%M1dataTypeLayernamePatrolEntities+id:atlOffsetffNBitemsItem0tItem1yItem2=Item3Item4dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset@D7@CustomAttributesypositionL=FFB!>F Attribute0Attribute1}Attribute29Attribute3Attribute4Attribute5kAttribute6=Attribute7Attribute8Attribute9nAttributes ypropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value?}dataO}typehvalue}typeSTRING}propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value9data9type$value9typeSCALAR9propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuepdatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value,kdata<ktypeXvaluektypeBOOLkpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value=data =type(value=typeSCALAR=propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuetdatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value;ydataKytypedvalueytypeSTRINGydataTypeTriggerposition?FC1DFAttributesidtypeEmptyDetectorAreaR250atlOffsetDA=conditioncall{triggeractivated tgr_stav;}sizeAzCsizeBzC=dataTypeTriggerposition8F5CEFAttributesidtypeEmptyDetectorAreaR250atlOffsetAconditioncall{triggeractivated tgr_stav;}sizeAzCsizeBzCdataTypeLogicPositionInfosidtypeAdmiral_PatrolZoneatlOffset\CustomAttributespositionPGF)C|IF Attribute0KAttribute1 Attribute2Attribute3Attribute4>Attribute5Attribute6Attribute7Attribute8xAttribute9?nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value data typevalue typeSTRING propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueAdataQtypemvalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>data >type)valueB>typeSCALAR>propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueadataqtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value7xdataGxtypecvalue@xtypeSCALARxpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value?data?type*value?typeSTRING?propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositionPIFYVCwGFAttributesnidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_stav;}sizeACsizeBCdataTypeLayernameCounterEntitiesid;atlOffsetffNBP% items Item0Item1Item2Item3Item4Item5 Item6qItem7(#Item8#Item9$P%dataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffNBitemsItem0Item1Item27dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset@=positionfIFVCCFdataTypeWaypointposition AFCposition[XIFB?F dataTypeWaypointposition_BFfCDFEffectsshowWPNEVERidtypeMoveatlOffsetAdataTypeWaypointposition7FHCHFEffectsshowWPNEVERidtypeMoveatlOffset(AdataTypeGroupsideCivilianEntitieslAttributes idatlOffsetffNB itemsItem0Item19  dataTypeObjectPositionInfo sideCivilianflagsAttributes3 idtypeC_Bob_VRatlOffset9>9 positionJFhB(Attributes(idtypeEmptyDetectorAreaR50atlOffset:Ay(conditioncall{triggeractivated tgr_stav;}sizeAc4AsizeBYAisRectangley(dataTypeTriggerposition8FCBFanglet]?Attributes(idtypeEmptyDetectorAreaR50atlOffset}*AZ)conditioncall{triggeractivated tgr_stav;}sizeA~AsizeBĜAisRectangleZ)dataTypeLogicPositionInfo)idtypeAdmiral_CqcZoneatlOffsetښ@CustomAttributes*M1position\;F$CBFangles \@5@* Attribute0*Attribute1e+Attribute2&,Attribute3,Attribute4-Attribute5Q.Attribute6/Attribute7/Attribute80nAttributes M1propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value'+e+data7+e+typeP+valuee+typeSTRINGe+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];ValueW--datag--type-valueB-typeSCALAR-propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value.Q.data .Q.type<.valueBQ.typeSCALARQ.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];Value//data//type/valueA/typeSCALAR/propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueK00data[00typet0value0typeSTRING0propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value1M1data1M1type81valueM1typeSTRINGM1dataTypeLayernameSentry AIEntities1id/atlOffsetffNBh+items*Item03Item14Item26Item3T7Item48Item59Item6:Item7/<Item8a=Item9>Item10?Item11@Item12BItem138CItem14{DItem15EItem16HItem17KItem18LItem19EMItem20NItem21OItem22QItem234RItem24gSItem25TItem26UItem27VItem28$XItem29`YItem30ZItem31[Item32\Item33]Item34 _Item35S`Item36aItem37bItem38cItem39eItem40JfItem41eghdataTypeGroupsideWestEntities3Attributes4idatlOffsetffNB4itemsItem044dataTypeObjectPositionInfo4sideWestflagsAttributes4idtypeCUP_B_CDF_Medic_MNTatlOffset=4positionzCFanglesF{@#<)</<dataTypeGroupsideWestEntities<Attributes[=id atlOffsetffNBa=itemsItem0<[=dataTypeObjectPositionInfo=sideWestflagsAttributesU=id typeCUP_B_CDF_Sniper_MNT[=position9FCCFanglesL)[@U=[=a=dataTypeGroupsideWestEntities=Attributes>idatlOffsetffNB>itemsItem0=>dataTypeObjectPositionInfoS>sideWestflagsAttributes>idtypeCUP_B_CDF_Soldier_AR_MNT>positionh9FCCFanglesa@>>>dataTypeGroupsideWestEntities>Attributes?idatlOffsetffNB?itemsItem0??dataTypeObjectPositionInfo?sideWestflagsAttributes?idtypeCUP_B_CDF_Soldier_MG_MNT?position9FC[DF???dataTypeGroupsideWestEntities@Attributes@idatlOffsetffNB@itemsItem0,@@dataTypeObjectPositionInfo@sideWestflagsAttributes@idtypeCUP_B_CDF_Soldier_RPG18_MNT@position^ :FC-DFangles?@@@dataTypeGroupsideWestEntitiesHAAttributesBidatlOffsetffNBBitemsItem0eABdataTypeObjectPositionInfoAsideWestflagsAttributesBidtypeCUP_B_CDF_Pilot_MNTBpositionc9F^ CXDFanglesi?BBBdataTypeGroupsideWestEntitiesyBAttributes2CidatlOffsetffNB8CitemsItem0B2CdataTypeObjectPositionInfo CsideWestflagsAttributes,CidtypeCUP_B_CDF_Pilot_MNT2Cpositionk9F^ C{ODF,C2C8CdataTypeGroupsideWestEntitiesCAttributesuDid3atlOffsetffNB{DitemsItem0CuDdataTypeObjectPositionInfo7DsideWestflagsAttributesoDid4typeCUP_B_CDF_Soldier_MNTatlOffset?uDposition9F!8 C*BFanglesbC@oDuD{DdataTypeGroupsideWestEntitiesDAttributesEidatlOffsetffNBEitemsItem0DEdataTypeObjectPositionInfomEsideWestflagsAttributesEidtypeCUP_B_CDF_Soldier_MG_MNTEpositioneQ[SaSgSdataTypeGroupsideWestEntitiesSAttributesTidatlOffsetffNBTitemsItem0STdataTypeObjectPositionInfoYTsideWestflagsAttributesTidtypeCUP_B_CDF_Soldier_AR_MNTTposition=Fu\ CEFangleszR?TTTdataTypeGroupsideWestEntitiesTAttributesUidatlOffsetffNBUitemsItem0UUdataTypeObjectPositionInfoUsideWestflagsAttributesUidtypeCUP_B_CDF_Soldier_MG_MNTUpositionq=Fu\ C FFangles,ɗ@UUUdataTypeGroupsideWestEntities-VAttributesVidatlOffsetffNBVitemsItem0JVVdataTypeObjectPositionInfoVsideWestflagsAttributesVidtypeCUP_B_CDF_Soldier_MNTVpositionm=Fu\ CcEFVVVdataTypeGroupsideWestEntitiesHWAttributesXidatlOffsetffNB$XitemsItem0eWXdataTypeObjectPositionInfoWsideWestflagsAttributesXidtypeCUP_B_CDF_Soldier_MG_MNTXpositionQ=FCoEFanglesl@XX$XdataTypeGroupsideWestEntities~XAttributesZYidatlOffsetffNB`YitemsItem0XZYdataTypeObjectPositionInfoYsideWestflagsAttributesTYidtypeCUP_B_CDF_Soldier_Marksman_MNTZYposition=FCEFangleso`@@TYZY`YdataTypeGroupsideWestEntitiesYAttributes{ZidatlOffsetffNBZitemsItem0Y{ZdataTypeObjectPositionInfoUZsideWestflagsAttributesuZidtypeCUP_B_CDF_Soldier_RPG18_MNT{Zpositionlg=FC-FFuZ{ZZdataTypeGroupsideWestEntitiesZAttributes[idatlOffsetffNB[itemsItem0Z[dataTypeObjectPositionInfos[sideWestflagsAttributes[id typeCUP_B_CDF_Soldier_GL_MNT[position4=FCEFangles9?[[[dataTypeGroupsideWestEntities\Attributes\id atlOffsetffNB\itemsItem0.\\dataTypeObjectPositionInfo\sideWestflagsAttributes\id typeCUP_B_CDF_Soldier_MNT\position@F$CCF\\\dataTypeGroupsideWestEntities,]Attributes]id atlOffsetffNB]itemsItem0I]]dataTypeObjectPositionInfo]sideWestflagsAttributes]id typeCUP_B_CDF_Soldier_MNT]position@F$C CF]]]dataTypeGroupsideWestEntitiesG^Attributes_idatlOffsetffNB _itemsItem0d^_dataTypeObjectPositionInfo^sideWestflagsAttributes_idtypeCUP_B_CDF_Soldier_MNT_positionJFDWCgGFangles.-@__ _dataTypeGroupsideWestEntitiesz_AttributesM`idatlOffsetffNBS`itemsItem0_M`dataTypeObjectPositionInfo`sideWestflagsAttributesG`idtypeCUP_B_CDF_Soldier_MNTM`positionUJFX XCRGFangles @G`M`S`dataTypeGroupsideWestEntities`AttributesaidatlOffsetffNBaitemsItem0`adataTypeObjectPositionInfoBasideWestflagsAttributeszaidtypeCUP_B_CDF_Soldier_MNTapositionJF,VCGFangles,!@zaaadataTypeGroupsideWestEntitiesaAttributesbidatlOffsetffNBbitemsItem0abdataTypeObjectPositionInfoubsideWestflagsAttributesbidtypeCUP_B_CDF_Soldier_MNTbpositioncHFNCFFanglesR@bbbdataTypeGroupsideWestEntitiescAttributescidatlOffsetffNBcitemsItem00ccdataTypeObjectPositionInfocsideWestflagsAttributescidtypeCUP_B_CDF_Soldier_MNTcpositionMHFWUNCFFanglesĠ@cccdataTypeGroupsideWestEntitiesFdAttributeseidatlOffsetffNBeitemsItem0cdedataTypeObjectPositionInfodsideWestflagsAttributesdidtypeCUP_B_CDF_Soldier_MNTepositiontHFPCpGFdeedataTypeGroupsideWestEntitiesaeAttributesDfidatlOffsetffNBJfitemsItem0~eDfdataTypeObjectPositionInfofsideWestflagsAttributes>fidtypeCUP_B_CDF_Soldier_MNTatlOffset>Dfposition'HF,QC3jGFangles c@>fDfJfdataTypeGroupsideWestEntitiesfAttributes_gidatlOffsetffNBegitemsItem0f_gdataTypeObjectPositionInfo9gsideWestflagsAttributesYgidtypeCUP_B_CDF_Soldier_MNT_gposition HFgPCGFYg_gegdataTypeGroupsideWestEntitiesgAttributeshidatlOffsetffNBhitemsItem0ghdataTypeObjectPositionInfodhsideWestflagsAttributeshidtypeCUP_B_CDF_Soldier_MNTatlOffsetI|?hpositionHF;,QCGGFhhhdataTypeLayernameSet DressingEntitieshid0atlOffsetffNB*items)Item0jItem1kItem2clItem3'mItem4mItem5nItem6~oItem7EpItem8qItem9qItem10rItem11EsItem12sItem13wItem14wItem15zItem16{Item17g|Item18.}Item19PItem20Item21ځItem22Item23YItem24Item25҄Item26Item27;Item28Item29ӇItem30Item31YItem322Item33Item34Item35Item36]Item37$Item38Item39+Item40dataTypeObjectPositionInfobksideEmptyflagsAttributeskid#typeCUP_RUBasicAmmunitionBoxatlOffsetعkposition8F CyBFangles,@kkdataTypeObjectPositionInfo%lsideEmptyflagsAttributes]lid$typeCUP_RUOrdnanceBoxatlOffset clposition8F CBFangles!@+?@]lcldataTypeObjectPositionInfolsideEmptyflagsAttributes!mid%typeCUP_RULaunchersBoxatlOffset'mposition8F CBFangles@V@!m'mdataTypeObjectPositionInfomsideEmptyflagsAttributesmid"typeCUP_RUSpecialWeaponsBoxatlOffsetmpositionW8F CKBFangles,@mmdataTypeObjectPositionInfoynsideEmptyflagsAttributesnidtypeCUP_B_Ural_Reammo_CDFatlOffset=nposition8F CL CFangles?nndataTypeObjectPositionInfo@osideEmptyflagsAttributesxoidtypeCUP_B_Ural_Reammo_CDFatlOffset<~oposition\8F$CBFangles?xo~odataTypeObjectPositionInfopsideEmptyflagsAttributes?pid'typeCUP_B_Ural_Repair_CDFatlOffset\Epposition8F0C@BFangles?_@?pEpdataTypeObjectPositionInfopsideEmptyflagsAttributesqid typeCUP_RUVehicleBoxatlOffsetqposition8F@ C)BFanglesrE/;B`@_@qqdataTypeObjectPositionInfoqsideEmptyflagsAttributesqid!typeCUP_RUVehicleBoxatlOffsetqposition8F C=BFangles^b?V@qqdataTypeObjectPositionInfoPrsideEmptyflagsAttributesrid&typeCUP_B_Ural_Open_CDFatlOffset`rpositionpM9F4CCBFanglesrE/;'b>rrdataTypeObjectPositionInfossideEmptyflagsAttributes?sidtypeCUP_B_UAZ_Unarmed_CDFEsposition==F0 CEFanglesqĜ:C?:?sEsdataTypeObjectPositionInfossideEmptyflagsAttributessidtypeCUP_B_Ural_CDFspositionB=FlC̙EFangles: E?:ssdataTypeObjectPositionInfotsideEmptyflagsAttributestidtypeCUP_B_Su25_Dyn_CDFCustomAttributestwposition3 @tpylons;;;;;;;;;;tAttribute0 uAttribute1?vnAttributeswpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueeu?vdatauu?vtype*vvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]?vtypeSTRING?vpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValuevwdatavwtypevvaluewtypeBOOLwdataTypeObjectPositionInfowsideEmptyflagsAttributeswidtypeCUP_B_Pchela1T_CDFatlOffset:wpositionO6CustomAttributesxzposition =xpylons;;;;;;;;;;xAttribute0xAttribute1 znAttributeszpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value3y zdataCy ztypeyvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false] ztypeSTRING zpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValuezzdatazztypezvalueztypeBOOLzdataTypeObjectPositionInfo^{sideEmptyflagsAttributes{idtypeCUP_B_Ural_Refuel_CDFatlOffset9{position.}position;F{ C`BFangles^b@(}.} dataTypeObjectPositionInfo}sideEmptyflagsAttributes~idtypeCUP_B_Su25_Dyn_CDFatlOffset=CustomAttributes~Pposition;F CBFanglesI?~pylons;;;;;;;;;;~Attribute0T~Attribute1nAttributesPpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value~data~typesvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValuePdata!Ptype=valuePtypeBOOLPdataTypeObjectPositionInfoҀsideEmptyflagsAttributes idtypeCUP_B_Mi17_CDFatlOffsetposition/@>F.CEFangles.l> dataTypeObjectPositionInfosideEmptyflagsAttributesԁidtypeCUP_B_Mi24_D_Dynamic_CDFatlOffsetځposition_Z9F=C6DFangles{>ԁځdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypeCUP_B_MI6T_CDFatlOffsetH<position8F%C^vDFangles?dataTypeObjectPositionInfosideEmptyflagsAttributes;idtypeHeliHYpositionaZ9F C$=DFangles{>;disableSimulationYdataTypeObjectPositionInfoƒsideEmptyflagsAttributesidtypeHeliHposition8F CsrDFanglesf?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes̄idtypeFlagCarrierCDFEnsign_EP1҄position,'9FWCAFanglesT.f@̄҄dataTypeObjectPositionInfoDsideEmptyflagsAttributes|idtypeFlagCarrierCDFposition:^9F{mCAFangles&!@|dataTypeObjectPositionInfosideEmptyflagsAttributes5idtypeLand_Caravan_01_green_F;position 9Fw CBFangles?5;dataTypeObjectPositionInfoɆsideEmptyflagsAttributesidtypeLand_ClutterCutter_large_FatlOffset0>positiont]positionrHFPaCGFangles@W]dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_Ural_Reammo_CDFatlOffsetֻ$positionD:HF OC}FFangleš@O!?~4=$dataTypeObjectPositionInfosideEmptyflagsAttributesގidtypeCUP_C_SA330_Puma_HC1_ChernAviaposition=FCEFangles @%?t;ގdataTypeObjectPositionInfousideEmptyflagsAttributesidtypeCUP_C_DC3_ChernAvia_CIVCustomAttributesڏ+positionn>FCWEFangles/@c@@initcall{this setvelocity [0,0,1];}ڏAttribute0nAttributes+propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value\+datal+typevalue[[[["FirstAidKit","Medikit"],[10,1]],[["SmokeShell","SmokeShellOrange","Chemlight_red"],[2,2,2]],[["ToolKit"],[1]],[["B_Parachute"],[16]]],false]+typeSTRING+dataTypeObjectPositionInfosideEmptyflagsAttributesܑidtypeCUP_B_Ural_Reammo_CDFposition0=FSCEFangles{?ܑdataTypeObjectPositionInfo[sideEmptyflagsAttributesidtypeCUP_B_Ural_Refuel_CDFposition=FiSCmEFangles?dataTypeMarkerposition8FCBFnamemkr_ammotypeEmptyid(dataTypeMarkerpositionϣJF^RCGFnamemkr_aatypeEmptyid5atlOffset@&WdataTypeLayernameSpawning & CleanupEntitiesid<atlOffsetTitemsItem0Item1ДItem2 Item3Item4BItem5dataTypeTriggerposition f FacC6FAttributes|id;typeEmptyDetectorAreaR250atlOffset`?AДnametgr_gradsizeANtBsizeB;aBactivationByEASTisRectangleДdataTypeTriggerposition} FwCg;FAttributesIidmtypeEmptyDetectorAreaR250atlOffsetP= nametgr_mountainconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_1] call ark_fnc_cleanUpAI;};}sizeAMtBsizeBd;aBactivationByEASTisRectangle dataTypeTriggerposition..FR\C'AFangleK?AttributesidtypeEmptyDetectorAreaR250atlOffset)Anametgr_stavconditioncall{this}sizeA7DsizeB AactivationByEASTisRectangledataTypeTriggerposition=FZ&CGEFangle?AttributesidtypeEmptyDetectorAreaR250atlOffsetABnametgr_airfieldconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_2] call ark_fnc_cleanUpAI;};}sizeANbBsizeB\CactivationByEASTisRectangleBdataTypeTriggerposition\/FRClz5FAttributesidtypeEmptyDetectorAreaR250atlOffsetrnametgr_cleanup_1conditioncall{this}sizeAdަDsizeBp7NDisRectangledataTypeTriggerpositionP(F| CjItem54Item55رItem56%Item57rItem58Item59 Item60YItem61Item62Item63@Item64Item65ڴItem66'Item67tItem68Item69Item70[Item71Item72Item73BItem74Item75ܷItem76)Item77vItem78øItem79Item80]Item81Item82Item83DItem84Item85޺Item86+Item87xItem88ŻItem89Item90_Item91Item92Item93FItem94Item95Item96-Item97zItem98ǾItem99Item100aItem101Item102Item103HItem104Item105Item106/Item107|Item108Item109Item110cItem111Item112Item113JItem114Item115Item1161Item117~Item118Item119Item120eItem121Item122Item123LItem124Item125Item1263Item127Item128Item129Item130gItem131Item132Item133NItem134Item135Item1365Item137Item138Item139Item140iItem141Item142Item143PItem144Item145Item1467Item147linkIDitem0*item10CustomDatatypeSynclinkIDitem0,item10CustomDataաtypeSynclinkIDitem0-item1/CustomData"4typeSync4linkIDitem0.item1/CustomDataotypeSynclinkIDitem0|item11CustomData΢typeSync΢linkIDitem0item11CustomData typeSynclinkIDitem0item11CustomDataVhtypeSynchlinkIDitem0item11CustomDatatypeSynclinkIDitem0item11CustomDatatypeSynclinkID item0item11CustomData=OtypeSyncOlinkID item0item11CustomDatatypeSynclinkID item0item11CustomDataפtypeSynclinkID item0Sitem1/CustomData$6typeSync6linkID item0item1/CustomDataqtypeSynclinkIDitem0 item1/CustomDataХtypeSyncХlinkIDitem0Qitem1/CustomData typeSynclinkIDitem0Ritem1/CustomDataXjtypeSyncjlinkIDitem0Uitem10CustomDatatypeSynclinkIDitem0Witem10CustomDatatypeSynclinkIDitem0Yitem10CustomData?QtypeSyncQlinkIDitem0[item10CustomDatatypeSynclinkIDitem0]item10CustomData٧typeSynclinkIDitem0jitem10CustomData&8typeSync8linkIDitem0item10CustomDatastypeSynclinkIDitem0item10CustomDataҨtypeSyncҨlinkIDitem0item10CustomData typeSynclinkIDitem0item10CustomDataZltypeSyncllinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem02item1/CustomDataAStypeSyncSlinkIDitem0item1/CustomDatatypeSynclinkIDitem0item1/CustomData۪typeSynclinkID item0 item1/CustomData(:typeSync:linkID!item0!item1/CustomDatautypeSynclinkID"item0"item1/CustomData«ԫtypeSyncԫlinkID#item0#item1/CustomData!typeSync!linkID$item0$item1/CustomData\ntypeSyncnlinkID%item0%item1/CustomDatatypeSynclinkID&item0'item1/CustomDatatypeSynclinkID'item0&item1/CustomDataCUtypeSyncUlinkID(item0item1/CustomDatatypeSynclinkID)item0item1/CustomDataݭtypeSynclinkID*item0item1/CustomData*<typeSync<linkID+item0item1/CustomDatawtypeSynclinkID,item0item1/CustomDataĮ֮typeSync֮linkID-item0item1/CustomData#typeSync#linkID.item0item1/CustomData^ptypeSyncplinkID/item0item1/CustomDatatypeSynclinkID0item0item1/CustomData typeSync linkID1item0item1/CustomDataEWtypeSyncWlinkID2item0item1/CustomDatatypeSynclinkID3item0item1/CustomData߰typeSynclinkID4item0item10CustomData,>typeSync>linkID5item0item10CustomDataytypeSynclinkID6item0item10CustomDataƱرtypeSyncرlinkID7item0item10CustomData%typeSync%linkID8item0item10CustomData`rtypeSyncrlinkID9item0item10CustomDatatypeSynclinkID:item0item10CustomData typeSync linkID;item0 item10CustomDataGYtypeSyncYlinkID<item0 item10CustomDatatypeSynclinkID=item0item10CustomDatatypeSynclinkID>item0item10CustomData.@typeSync@linkID?item0item10CustomData{typeSynclinkID@item0item10CustomDataȴڴtypeSyncڴlinkIDAitem0item10CustomData'typeSync'linkIDBitem04item10CustomDatabttypeSynctlinkIDCitem0item1/CustomDatatypeSynclinkIDDitem0item1/CustomDatatypeSynclinkIDEitem0item1/CustomDataI[typeSync[linkIDFitem07item16CustomDatatypeSynclinkIDGitem08item1:CustomDatatypeSynclinkIDHitem09item1:CustomData0BtypeSyncBlinkIDIitem0?item1@CustomData}typeSynclinkIDJitem0>item1@CustomDataʷܷtypeSyncܷlinkIDKitem0=item1@CustomData)typeSync)linkIDLitem0iitem1ACustomDatadvtypeSyncvlinkIDMitem0Bitem1jCustomDataøtypeSyncølinkIDNitem0Citem1jCustomDatatypeSynclinkIDOitem0Ditem1jCustomDataK]typeSync]linkIDPitem0Eitem1jCustomDatatypeSynclinkIDQitem0litem1kCustomDatatypeSynclinkIDRitem0nitem1CustomData2DtypeSyncDlinkIDSitem0oitem1CustomDatatypeSynclinkIDTitem0pitem1CustomData̺޺typeSync޺linkIDUitem0item1CustomData+typeSync+linkIDVitem0item1CustomDatafxtypeSyncxlinkIDWitem0item1CustomDataŻtypeSyncŻlinkIDXitem0item1CustomDatatypeSynclinkIDYitem0item1CustomDataM_typeSync_linkIDZitem0item1CustomDatatypeSynclinkID[item0item1CustomDatatypeSynclinkID\item0item1CustomData4FtypeSyncFlinkID]item0item1CustomDatatypeSynclinkID^item0item1CustomDataνtypeSynclinkID_item0item1CustomData-typeSync-linkID`item0item1CustomDatahztypeSynczlinkIDaitem0item1CustomDataǾtypeSyncǾlinkIDbitem0item1CustomDatatypeSynclinkIDcitem0item1CustomDataOatypeSyncalinkIDditem0item1CustomDatatypeSynclinkIDeitem0item1CustomDatatypeSynclinkIDfitem0item1CustomData6HtypeSyncHlinkIDgitem0item1CustomDatatypeSynclinkIDhitem0item1CustomDatatypeSynclinkIDiitem0item17CustomData/typeSync/linkIDjitem0item17CustomDataj|typeSync|linkIDkitem0item1iCustomDatatypeSynclinkIDlitem0item1CustomDatatypeSynclinkIDmitem0item1CustomDataQctypeSyncclinkIDnitem0item10CustomDatatypeSynclinkIDoitem0item10CustomDatatypeSynclinkIDpitem0item10CustomData8JtypeSyncJlinkIDqitem0item10CustomDatatypeSynclinkIDritem0item10CustomDatatypeSynclinkIDsitem0item10CustomData1typeSync1linkIDtitem0item10CustomDatal~typeSync~linkIDuitem0item10CustomDatatypeSynclinkIDvitem0item10CustomDatatypeSynclinkIDwitem0item10CustomDataSetypeSyncelinkIDxitem0item10CustomDatatypeSynclinkIDyitem0item1/CustomDatatypeSynclinkIDzitem0item1/CustomData:LtypeSyncLlinkID{item0item1/CustomDatatypeSynclinkID|item0item1/CustomDatatypeSynclinkID}item0item10CustomData!3typeSync3linkID~item0item10CustomDatantypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDataUgtypeSyncglinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomData<NtypeSyncNlinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomData#5typeSync5linkIDitem0 item10CustomDataptypeSynclinkIDitem0 item10CustomDatatypeSynclinkIDitem0 item10CustomData typeSynclinkIDitem0item10CustomDataWitypeSyncilinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomData>PtypeSyncPlinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomData%7typeSync7linkIDitem0item10CustomDatartypeSynclinkIDitem0item10CustomDatatypeSync{#-'{/