admiral\admiral.h=̳f}description.extgͳf{hull3\briefing\blufor.sqfPѳfhull3\briefing\civilian.sqf9"ahull3\briefing\indfor.sqf9"ahull3\briefing\opfor.sqf9"a^hull3\hull3.h?ͳf$hull3\LICENSE9"a8hull3\NT_G.hf'hull3\NT_U.hufu init.sqf9"aOmission.sqm/fclass Admiral { isEnabled = 1; isBehaviorEnabled = 0; class Camp { defaultUnitTemplate = "GMX_CHDKZ"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "GMX_CHDKZ"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "GMX_CHDKZ"; 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 = "night terrors"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 58; }; 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","
We have infiltrated behind enemy lines to conduct a hit and run raid in the dead of night.

ENEMY FORCES
ChDKZ rebels armed with Soviet surplus equipment and vehicles.

FRIENDLY FORCES
We are the only CDF unit this far across the front line. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Clear Gvozdno of ChDKZ forces and capture the BM-21 battery located somewhere near the town, use the captured launchers to saturate ChDKZ held Elektrozavodsk power plant with missiles, 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 Krasnostav eliminating remaining ChDKZ forces and those that have responded to our incursion.

Destroy the nearby Munitions Dump.

Attack the Airstrip eliminating ChDKZ 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 Tigr-M can transport a nine troops.

FIRE SUPPORT PLAN
Marder 1A1 can provide fire support, additionally each squad has an attached recon element with a drone operator who can spot and engage light targets.

Additonal drones can be found in the crates positioned next to Alpha Bravo and Charlie Tigr-M and must be loaded into the vehicles cargo for transport.

SPECIAL TASKS
Destroy ChDKZ arms and equipment where possible. Explosives are loaded in our vehicles to achieve this. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]];// CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
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 GMX_CDF_NG { gear = "NT_G"; uniform = "NT_U"; }; }; class Gear { #include "NT_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "NT_U.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 NT_G { class Rifleman { primaryWeapon = "CUP_arifle_AK105_railed"; primaryWeaponItems[] = {"optic_r1_low_lxWS", "ACE_DBAL_A3_Red", "CUP_muzzle_PBS4"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"Chemlight_red", 2}, {"SmokeShell", 1}, {"SmokeShellRed", 2}, {"MiniGrenade", 2} }; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "ItemGPS", "CUP_NVG_1PN138"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Chemlight_Shield", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1}, {"ACE_IR_Strobe_Item"} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_AK74M_GL_railed"; handgunWeapon = "CUP_hgun_M17_Black"; handgunItems[] = {"muzzle_snds_L", "CUP_acc_MLPLS_Laser", "optic_MRD_black"}; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_1Rnd_SmokeRed_GP25_M", 2}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2}, {"CUP_21Rnd_9x19_M17_Black", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_1Rnd_SmokeRed_GP25_M", 2}, {"CUP_IlumFlareWhite_GP25_M", 2}, {"CUP_IlumFlareRed_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"; primaryWeaponItems[] = {"optic_r1_high_lxWS", "ACE_DBAL_A3_Red", "CUP_muzzle_PBS4"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_545x39_AK74M_M", 4}}; backpackMagazines[] = {}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = { {"CUP_1Rnd_SMOKE_GP25_M", 8}, {"CUP_1Rnd_SmokeRed_GP25_M", 8} }; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; primaryWeaponItems[] = {"optic_r1_high_lxWS", "ACE_DBAL_A3_Red", "CUP_muzzle_PBS4"}; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"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[] = {"optic_r1_low_lxWS", "ACE_DBAL_A3_Red", "CUP_muzzle_snds_KZRZP_PK"}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 1}}; backpackMagazines[] = {{"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 4}}; }; class AAR : Rifleman { vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 4} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; primaryWeaponItems[] = {"optic_r1_high_lxWS", "ACE_DBAL_A3_Red", "CUP_muzzle_PBS4"}; secondaryWeapon = "launch_MRAWS_green_F"; secondaryWeaponItems[] = {"MRAWS_HEAT_F"}; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2}, {"MRAWS_HEAT_F", 2}, {"MRAWS_HE_F", 1} }; }; class MATG : RAT { primaryWeapon = "CUP_arifle_AKS74U_railed"; primaryWeaponItems[] = {"optic_r1_high_lxWS", "ACE_DBAL_A3_Red", "CUP_muzzle_PBS4"}; secondaryWeapon = "CUP_launch_Metis"; secondaryWeaponItems[] = {"CUP_AT13_M"}; backpackMagazines[] = { {"CUP_AT13_M", 2} }; }; class MATAG : SL { backpackMagazines[] = { {"CUP_AT13_M", 2} }; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class MATAC : Rifleman { backpackMagazines[] = {{"CUP_AT13_M", 2}}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343"}; }; class ENG : Rifleman { primaryWeapon = "sgun_aa40_lxWS"; primaryWeaponItems[] = {"optic_r1_low_lxWS", "ACE_DBAL_A3_Red", "muzzle_snds_12Gauge_lxWS"}; handgunWeapon = "CUP_hgun_M17_Black"; handgunItems[] = {"muzzle_snds_L", "CUP_acc_MLPLS_Laser", "optic_MRD_black"}; vestMagazines[] = { {"8Rnd_12Gauge_AA40_Slug_lxWS", 4}, {"8Rnd_12Gauge_AA40_Pellets_lxWS", 4}, {"8Rnd_12Gauge_AA40_Smoke_lxWS", 2}, {"8Rnd_12Gauge_AA40_HE_lxWS", 2} }; backpackMagazines[] = { {"DemoCharge_Remote_Mag", 6}, {"ACE_Chemlight_IR", 6}, {"CUP_21Rnd_9x19_M17_Black", 3} }; vestItems[] = { {"ACE_DefusalKit", 1}, {"ACE_M26_Clacker", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class SN : Rifleman { primaryWeapon = "CUP_arifle_AS_VAL_VFG_top_rail"; primaryWeaponItems[] = {"optic_Nightstalker", "ACE_DBAL_A3_Red", "CUP_bipod_Harris_1A2_L_BLK"}; handgunWeapon = "CUP_hgun_M17_Black"; handgunItems[] = {"muzzle_snds_L", "CUP_acc_MLPLS_Laser", "optic_MRD_black"}; vestMagazines[] = { {"CUP_30Rnd_9x39_SP5_VIKHR_M", 8}, {"CUP_21Rnd_9x19_M17_Black", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_9x39_SP5_VIKHR_M", 3} }; backpackItems[] = {{"ACE_Tripod", 1}}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class SP : Rifleman { primaryWeapon = "CUP_arifle_SR3M_Vikhr_VFG_top_rail"; primaryWeaponItems[] = {"CUP_muzzle_snds_SR3M", "optic_r1_low_lxWS", "ACE_DBAL_A3_Red"}; handgunWeapon = "CUP_hgun_M17_Black"; handgunItems[] = {"muzzle_snds_L", "CUP_acc_MLPLS_Laser", "optic_MRD_black"}; vestMagazines[] = { {"CUP_30Rnd_9x39_SP5_VIKHR_M", 8}, {"CUP_21Rnd_9x19_M17_Black", 3} }; backpackMagazines[] = {}; uniformItems[] = { {"ACE_Chemlight_Shield", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1}, {"ACE_UAVBattery", 2}, {"ACE_IR_Strobe_Item"} }; AssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "B_G_FIA_UavTerminal_lxWS", "CUP_NVG_1PN138"}; binocular = "ACE_Vector"; }; class VC : Crew { binocular = "ACE_Vector"; }; class VG : Crew { }; class VD : Crew { }; class Vehicle { weapons[] = {{"CUP_launch_M136", 20}}; magazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 100}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 50}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 50}, {"CUP_1Rnd_HE_GP25_M", 20}, {"CUP_1Rnd_SMOKE_GP25_M", 20}, {"CUP_1Rnd_SmokeRed_GP25_M", 20}, {"CUP_IlumFlareWhite_GP25_M", 20}, {"CUP_IlumFlareRed_GP25_M", 20}, {"CUP_30Rnd_9x39_SP5_VIKHR_M", 50}, {"8Rnd_12Gauge_AA40_Slug_lxWS", 25}, {"8Rnd_12Gauge_AA40_Pellets_lxWS", 25}, {"8Rnd_12Gauge_AA40_Smoke_lxWS", 25}, {"8Rnd_12Gauge_AA40_HE_lxWS", 25}, {"CUP_21Rnd_9x19_M17_Black", 25}, {"MRAWS_HEAT_F", 20}, {"MRAWS_HE_F", 10}, {"CUP_AT13_M", 20}, {"MiniGrenade", 20}, {"HandGrenade", 20}, {"SmokeShell", 20}, {"SmokeShellRed", 20}, {"DemoCharge_Remote_Mag", 10}, {"SatchelCharge_Remote_Mag", 5}, {"ACE_Chemlight_IR", 15} }; items[] = {{"ACE_UAVBattery", 2}}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; };class NT_U { class Rifleman { headGear = "CUP_H_RUS_6B47"; goggles = ""; uniform = "CUP_U_O_RUS_Soldier_Gorka_Brown_1"; vest = "CUP_V_O_RUS_RPS_Smersh_AK_Brown_ARM"; backpack = "ark_backpack_med"; insignia = ""; }; class Leader : Rifleman { uniform = "CUP_U_O_RUS_Soldier_Gorka_Brown_3"; vest = "CUP_V_O_RUS_RPS_Smersh_VOG_Brown_ARM"; }; class Officer : Leader { headGear = "gmx_cdf2022_army_beret_grn"; }; class Crew : Rifleman { headGear = "gm_gc_army_headgear_crewhat_80_blk"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { vest = "CUP_V_O_RUS_RPS_Smersh_PKP_SPP_Brown_ARM"; backpack = "ark_backpack_large"; insignia = ""; }; class FTL : Leader { headGear = "CUP_H_RUS_6B47_headset"; goggles = "G_Balaclava_oli_lxWS"; vest = "CUP_V_O_RUS_RPS_Smersh_VOG_SPP_Brown_ARM"; }; class AR : Rifleman { goggles = "G_Balaclava_oli_lxWS"; uniform = "CUP_U_O_RUS_Soldier_Gorka_Brown_4"; vest = "CUP_V_O_RUS_RPS_Smersh_PKP_Light_Brown_ARM"; }; class AAR : Rifleman { goggles = "G_Balaclava_oli_lxWS"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { goggles = "G_Balaclava_oli_lxWS"; headGear = "CUP_H_RUS_6B47_headset_goggles"; }; class MATG : RAT { headGear = "CUP_H_RUS_6B47_headset_goggles"; backpack = "ark_backpack_large"; }; class MATAG : AAR { }; class MATAC : MATAG { }; class ENG : Rifleman { headGear = "CUP_H_RUS_6B47_headset_goggles"; vest = "CUP_V_O_RUS_RPS_Smersh_PKP_SPP_Brown_ARM"; backpack = "ark_backpack_large"; }; class ENGA : ENG { uniform = "CUP_U_O_RUS_Soldier_Gorka_Brown_4"; }; class SN : Rifleman { headGear = "CUP_H_RUS_6B47_headset"; goggles = "G_Balaclava_oli_lxWS"; uniform = "CUP_U_O_RUS_Soldier_Gorka_Brown_3"; vest = "CUP_V_O_RUS_RPS_Smersh_SVD_Brown_ARM"; backpack = "ark_backpack_small"; }; class SP : SN { headGear = "CUP_H_RUS_6B47_headset"; goggles = "G_Balaclava_oli_lxWS"; uniform = "CUP_U_O_RUS_Soldier_Gorka_Brown_3"; vest = "CUP_V_O_RUS_RPS_Smersh_SVD_Brown_ARM"; backpack = "B_G_UAV_02_IED_backpack_lxWS"; }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; };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 version6EditorDataJsourceNameark_co57_night_terrorsaddons+A3_Ui_Fgm_weapons_ammoboxesCUP_WheeledVehicles_GAZTigrCUP_WheeledVehicles_Kamazgmx_cdf2022_vehicles_land_tracked_marder1A3_Modules_Fark_ace_rearmark_clear_cargoark_ai_sentryadmiralgmx_chdkz_charactersCUP_CAMiscA3_Structures_F_Mil_BagBunkerA3_Structures_F_Enoch_Military_BarracksA3_Structures_F_WallsCUP_Misc3_ConfigCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_Factiongmx_chdkz_vehicles_land_tracked_ural375dgmx_chdkz_vehicles_land_tracked_ural4320gmx_chdkz_vehicles_land_tracked_uaz469A3_Structures_F_Ind_Transmitter_Towercba_xehA3_Structures_F_SystemCUP_Misc_e_ConfigCUP_Editor_Structures_ConfigA3_Structures_F_EPA_Items_FoodCUP_Weapons_ItemsOPXmiscA3_Props_F_Decade_Civilian_Campinggmx_chdkz_weapons_machineguns_dshkmgmx_chdkz_vehicles_land_tracked_ot64gmx_chdkz_vehicles_land_tracked_zsu234CUP_Weapons_AmmoBoxesCUP_AirVehicles_Su25CUP_AirVehicles_Pchela1TCUP_AirVehicles_MI6CUP_AirVehicles_DC3gmx_chdkz_vehicles_air_planes_l410gmx_chdkz_vehicles_air_helicopters_mi2ark_chase_aiA3_Characters_Face_explosivesAddonsMetaData{dlcsgmCUP_Vehiclesgmx_cdf2022Enochgmx_chdkzCUP_WeaponsrandomSeedScenarioData7CustomAttributesMission- moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProvider$Camera7{nextIDnextID$nextID7pos$FB]Edir55?up5?5?{List7*items)Item0Item1Item2o Item3 Item4 Item5 Item6 Item7 Item8 Item9a Item10 Item11 Item12 Item13 Item14HItem15Item16Item17JItem18Item199Item20Item21QItem22Item23_Item24Item25Item26Item27Item28Item29nItem30Item31xItem32Item33GItem34Item35Item36Item37WItem38Item39cItem407classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.como classNameCUP_WheeledVehicles_GAZTigrnameCUP_WheeledVehicles_GAZTigr classNameCUP_WheeledVehicles_KamaznameCUP_WheeledVehicles_Kamaz classNamegmx_cdf2022_vehicles_land_tracked_marder1namegmx_cdf2022_vehicles_land_tracked_marder1authorGlobal Mobilization Extra 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.orga classNameAdmiralnameadmiralauthorKami classNamegmx_chdkz_charactersnamegmx_chdkz_characters classNameCUP_CAMiscnameCUP_CAMisc classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comHclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameCUP_WarfareBuildingsnameCUP_WarfareBuildingsJclassNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_FactionclassNamegmx_chdkz_vehicles_land_tracked_ural375dnamegmx_chdkz_vehicles_land_tracked_ural375dauthorGlobal Mobilization Extra9classNamegmx_chdkz_vehicles_land_tracked_ural4320namegmx_chdkz_vehicles_land_tracked_ural4320authorGlobal Mobilization ExtraclassNamegmx_chdkz_vehicles_land_tracked_uaz469namegmx_chdkz_vehicles_land_tracked_uaz469authorGlobal Mobilization ExtraQclassNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com_classNameCUP_Misc_e_ConfignameCUP_Misc_e_ConfigclassNameCUP_Editor_Structures_ConfignameCUP_Editor_Structures_ConfigclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Weapons_ItemsnameCUP_Weapons_ItemsclassNameOPXmiscnameOPXmiscclassNameA3_Props_F_DecadenameCFGPATCHES_A3_Props_F_DecadeauthorBohemia Interactiveurlhttps://www.arma3.comnclassNamegmx_chdkz_weapons_machineguns_dshkmnamegmx_chdkz_weapons_machineguns_dshkmauthorGlobal Mobilization ExtraclassNamegmx_chdkz_vehicles_land_tracked_ot64namegmx_chdkz_vehicles_land_tracked_ot64authorGlobal Mobilization ExtraxclassNamegmx_chdkz_vehicles_land_tracked_zsu234namegmx_chdkz_vehicles_land_tracked_zsu234authorGlobal Mobilization ExtraclassNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesGclassNameCUP_AirVehicles_Su25nameCUP_AirVehicles_Su25classNameCUP_AirVehicles_Pchela1TnameCUP_AirVehicles_Pchela1TclassNameCUP_AirVehicles_MI6nameCUP_AirVehicles_MI6classNameCUP_AirVehicles_DC3nameCUP_AirVehicles_DC3WclassNamegmx_chdkz_vehicles_air_planes_l410namegmx_chdkz_vehicles_air_planes_l410authorGlobal Mobilization ExtraclassNamegmx_chdkz_vehicles_air_helicopters_mi2namegmx_chdkz_vehicles_air_helicopters_mi2authorGlobal Mobilization ExtracclassNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgclassNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttps://ace3.acemod.org/7authordancemooxHeader\gameTypeCoopminPlayersmaxPlayersLCategory0-nameMultiplayerAttribute0Attribute1nAttributes-propertyRespawnTemplatesexpressiontrueValue3dataCsingleTypeARRAYvaluegitemsItem0datasingleTypeSTRINGvalueNonepropertyRespawnButtonexpressiontrueValue-data-singleTypeSCALARvalue?-Intel]EntitiesConnectionsg%briefingNameark_co57_night_terrorsoverviewTextCDF Rangers cross into ChDKZ held territorytimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<"items!Item0}Item1Item2fItem3Item4@ Item5&Item6Item7~Item8Item97Item10'Item11Item12Item13Item14rItem152Item16Item17Item18Item19*Item20Item21Item22Item23Item24Item25Item26Item27u Item28Item29?Item30Item319$Item32$g%dataTypeMarkerpositionF@C69Fnamemkr_gvozdnotypeEmptyidatlOffsetdataTypeMarkerposition# FuCw %%Attribute0&nAttributes&propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuet&&data&&singleTypeSTRINGvalue[[[[],[]],[[],[]],[[],[]],[["B_G_UAV_02_IED_backpack_lxWS"],[2]]],false]& dataTypeObjectPositionInfo'sideEmptyflagsAttributes'idtypeCUP_O_Tigr_M_233114_RUatlOffsetCustomAttributesQ(r5position-EnCt_3Fanglesz=K@@'skill?%?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_NG"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesCDFQ(Attribute0(Attribute1 3Attribute23nAttributesr5propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueA) 3dataQ) 3singleTypeARRAYvalueu) 3itemsItem0)Item1e* 3data)e*singleTypeARRAYvalue)e*itemsItem0)Item1/*e*data */*singleTypeSTRINGvalueCDF/*data?*e*singleTypeSCALARvalue?e*datau* 3singleTypeARRAYvalue* 3itemsItem0 ,Item1I,Item2,Item3,Item4,Item5?-Item6u-Item7-Item8-Item9%.Item10[.Item11.Item12.Item13/Item14I/Item15/Item16/Item17 0Item18C0Item190Item200Item211Item2261Item23t1Item241Item251Item262Item27\2Item282Item292 3data,I,singleTypeSTRINGvaluehide_tow_ropeI,dataY,,singleTypeSCALARvalue,data,,singleTypeSTRINGvaluehide_antenna_group,data,,singleTypeSCALARvalue?,data -?-singleTypeSTRINGvaluehide_antenna_large?-dataO-u-singleTypeSCALARvalueu-data--singleTypeSTRINGvaluehide_tools-data--singleTypeSCALARvalue-data-%.singleTypeSTRINGvaluehide_Hoist%.data5.[.singleTypeSCALARvalue[.datak..singleTypeSTRINGvaluehide_roof_rung.data..singleTypeSCALARvalue?.data./singleTypeSTRINGvaluehide_fueltanks/data#/I/singleTypeSCALARvalueI/dataY//singleTypeSTRINGvaluehide_reseve_wheel_mount/data//singleTypeSCALARvalue/data/ 0singleTypeSTRINGvaluehide_ReserveWheel 0data0C0singleTypeSCALARvalueC0dataS00singleTypeSTRINGvaluehide_Front_Bumper0data00singleTypeSCALARvalue0data01singleTypeSTRINGvaluehide_RoofCarrier1data161singleTypeSCALARvalue?61dataF1t1singleTypeSTRINGvaluehide_Gear_1t1data11singleTypeSCALARvalue?1data11singleTypeSTRINGvaluehide_Gear_21data12singleTypeSCALARvalue?2data.2\2singleTypeSTRINGvaluehide_Gear_3\2datal22singleTypeSCALARvalue?2data22singleTypeSTRINGvaluehide_turret_shield2data2 3singleTypeSCALARvalue? 3propertyCUP_Tigr_VehicleNumberexpression_this setVariable ['CUP_Tigr_VehicleNumber', _value, true]; _this call CUP_fnc_TigrDecals;Value33data33singleTypeSCALARvalue3propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value84r5dataH4r5singleTypeSTRINGvalue[[[["CUP_arifle_AK12_black_flash_1P87","CUP_launch_RPG26","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK12_M","CUP_RPG26_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_RUS_Patrol_bag_Summer"],[4]]],false]r5 dataTypeObjectPositionInfo6sideEmptyflagsAttributesJ6idtypeCUP_O_Tigr_M_233114_RUatlOffsetCustomAttributes6CpositionE~C]s3Fanglesp=M@ځ@J6skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_NG"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesCDF6Attribute07Attribute1AAttribute2aBnAttributesCpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value7Adata7AsingleTypeARRAYvalue7AitemsItem0 8Item18Adata088singleTypeARRAYvalueT88itemsItem0|8Item188data88singleTypeSTRINGvalueCDF8data88singleTypeSCALARvalue?8data8AsingleTypeARRAYvalue9AitemsItem0:Item1:Item2;Item3G;Item4};Item5;Item6;Item75<Item8k<Item9<Item10<Item11=Item12U=Item13=Item14=Item15>Item16L>Item17>Item18>Item19 ?Item20@?Item21?Item22?Item23?Item24-@Item25k@Item26@Item27@Item28AItem29ZAAdata::singleTypeSTRINGvaluehide_tow_rope:data:;singleTypeSCALARvalue;data;G;singleTypeSTRINGvaluehide_antenna_groupG;dataW;};singleTypeSCALARvalue?};data;;singleTypeSTRINGvaluehide_antenna_large;data;;singleTypeSCALARvalue;data<5<singleTypeSTRINGvaluehide_tools5<dataE<k<singleTypeSCALARvaluek<data{<<singleTypeSTRINGvaluehide_Hoist<data<<singleTypeSCALARvalue<data<=singleTypeSTRINGvaluehide_roof_rung=data/=U=singleTypeSCALARvalue?U=datae==singleTypeSTRINGvaluehide_fueltanks=data==singleTypeSCALARvalue=data=>singleTypeSTRINGvaluehide_reseve_wheel_mount>data&>L>singleTypeSCALARvalueL>data\>>singleTypeSTRINGvaluehide_ReserveWheel>data>>singleTypeSCALARvalue>data> ?singleTypeSTRINGvaluehide_Front_Bumper ?data?@?singleTypeSCALARvalue@?dataP??singleTypeSTRINGvaluehide_RoofCarrier?data??singleTypeSCALARvalue??data??singleTypeSTRINGvaluehide_Gear_1?data@-@singleTypeSCALARvalue?-@data=@k@singleTypeSTRINGvaluehide_Gear_2k@data{@@singleTypeSCALARvalue?@data@@singleTypeSTRINGvaluehide_Gear_3@data@AsingleTypeSCALARvalue?Adata%AZAsingleTypeSTRINGvaluehide_turret_shieldZAdatajAAsingleTypeSCALARvalue?ApropertyCUP_Tigr_VehicleNumberexpression_this setVariable ['CUP_Tigr_VehicleNumber', _value, true]; _this call CUP_fnc_TigrDecals;Value+BaBdata;BaBsingleTypeSCALARvalueaBpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueBCdataBCsingleTypeSTRINGvalue[[[["CUP_arifle_AK12_black_flash_1P87","CUP_launch_RPG26","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK12_M","CUP_RPG26_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_RUS_Patrol_bag_Summer"],[4]]],false]C dataTypeObjectPositionInfoDsideEmptyflagsAttributesDidtypeCUP_O_Tigr_M_233114_RUatlOffsetCustomAttributesWExRpositionECD2Fangles@hڑ@G>Dskill?%?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_NG"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesCDFWEAttribute0EAttribute1PAttribute2PnAttributesxRpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueGFPdataWFPsingleTypeARRAYvalue{FPitemsItem0FItem1kGPdataFkGsingleTypeARRAYvalueFkGitemsItem0FItem15GkGdataG5GsingleTypeSTRINGvalueCDF5GdataEGkGsingleTypeSCALARvalue?kGdata{GPsingleTypeARRAYvalueGPitemsItem0IItem1OIItem2IItem3IItem4JItem5EJItem6{JItem7JItem8JItem9+KItem10aKItem11KItem12KItem13LItem14OLItem15LItem16LItem17MItem18IMItem19MItem20MItem21NItem22QxRdataNQxRsingleTypeSTRINGvalue[[[["CUP_arifle_AK12_black_flash_1P87","CUP_launch_RPG26","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK12_M","CUP_RPG26_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_RUS_Patrol_bag_Summer"],[4]]],false]xR dataTypeObjectPositionInfoSsideEmptyflagsAttributesPSidtypeCUP_O_Tigr_M_233114_RUatlOffsetCustomAttributesS`positioniEXCH2Fangles!@ޑ@ݧ.=PSskill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_NG"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesCDFSAttribute0"TAttribute1^Attribute2g_nAttributes`propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueT^dataT^singleTypeARRAYvalueT^itemsItem0&UItem1U^data6UUsingleTypeARRAYvalueZUUitemsItem0UItem1UUdataUUsingleTypeSTRINGvalueCDFUdataUUsingleTypeSCALARvalue?UdataU^singleTypeARRAYvalue"V^itemsItem0WItem1WItem2XItem3MXItem4XItem5XItem6XItem7;YItem8qYItem9YItem10YItem11%ZItem12[ZItem13ZItem14ZItem15[Item16R[Item17[Item18[Item19\Item20F\Item21\Item22\Item23\Item243]Item25q]Item26]Item27]Item28^Item29`^^dataWWsingleTypeSTRINGvaluehide_tow_ropeWdataWXsingleTypeSCALARvalueXdataXMXsingleTypeSTRINGvaluehide_antenna_groupMXdata]XXsingleTypeSCALARvalue?XdataXXsingleTypeSTRINGvaluehide_antenna_largeXdataXXsingleTypeSCALARvalueXdataY;YsingleTypeSTRINGvaluehide_tools;YdataKYqYsingleTypeSCALARvalueqYdataYYsingleTypeSTRINGvaluehide_HoistYdataYYsingleTypeSCALARvalueYdataY%ZsingleTypeSTRINGvaluehide_roof_rung%Zdata5Z[ZsingleTypeSCALARvalue?[ZdatakZZsingleTypeSTRINGvaluehide_fueltanksZdataZZsingleTypeSCALARvalueZdataZ[singleTypeSTRINGvaluehide_reseve_wheel_mount[data,[R[singleTypeSCALARvalueR[datab[[singleTypeSTRINGvaluehide_ReserveWheel[data[[singleTypeSCALARvalue[data[\singleTypeSTRINGvaluehide_Front_Bumper\data \F\singleTypeSCALARvalueF\dataV\\singleTypeSTRINGvaluehide_RoofCarrier\data\\singleTypeSCALARvalue?\data\\singleTypeSTRINGvaluehide_Gear_1\data ]3]singleTypeSCALARvalue?3]dataC]q]singleTypeSTRINGvaluehide_Gear_2q]data]]singleTypeSCALARvalue?]data]]singleTypeSTRINGvaluehide_Gear_3]data]^singleTypeSCALARvalue?^data+^`^singleTypeSTRINGvaluehide_turret_shield`^datap^^singleTypeSCALARvalue?^propertyCUP_Tigr_VehicleNumberexpression_this setVariable ['CUP_Tigr_VehicleNumber', _value, true]; _this call CUP_fnc_TigrDecals;Value1_g_dataA_g_singleTypeSCALARvalueg_propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value_`data_`singleTypeSTRINGvalue[[[["CUP_arifle_AK12_black_flash_1P87","CUP_launch_RPG26","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK12_M","CUP_RPG26_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_RUS_Patrol_bag_Summer"],[4]]],false]` dataTypeObjectPositionInfoasideEmptyflagsAttributesaidtypeCUP_O_Tigr_M_233114_RUatlOffsetCustomAttributes]b~opositionЋE_C81Fangles @xK@=askill?%?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_NG"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesCDF]bAttribute0bAttribute1mAttribute2mnAttributes~opropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueMcmdata]cmsingleTypeARRAYvaluecmitemsItem0cItem1qdmdatacqdsingleTypeARRAYvaluecqditemsItem0dItem1;dqddatad;dsingleTypeSTRINGvalueCDF;ddataKdqdsingleTypeSCALARvalue?qddatadmsingleTypeARRAYvaluedmitemsItem0fItem1UfItem2fItem3fItem4gItem5KgItem6gItem7gItem8gItem91hItem10ghItem11hItem12hItem13iItem14UiItem15iItem16iItem17jItem18OjItem19jItem20jItem21 kItem22BkItem23kItem24kItem25kItem26*lItem27hlItem28lItem29lmdata%fUfsingleTypeSTRINGvaluehide_tow_ropeUfdataeffsingleTypeSCALARvaluefdataffsingleTypeSTRINGvaluehide_antenna_groupfdatafgsingleTypeSCALARvalue?gdatagKgsingleTypeSTRINGvaluehide_antenna_largeKgdata[ggsingleTypeSCALARvaluegdataggsingleTypeSTRINGvaluehide_toolsgdataggsingleTypeSCALARvaluegdatah1hsingleTypeSTRINGvaluehide_Hoist1hdataAhghsingleTypeSCALARvalueghdatawhhsingleTypeSTRINGvaluehide_roof_runghdatahhsingleTypeSCALARvalue?hdatahisingleTypeSTRINGvaluehide_fueltanksidata/iUisingleTypeSCALARvalueUidataeiisingleTypeSTRINGvaluehide_reseve_wheel_mountidataiisingleTypeSCALARvalueidataijsingleTypeSTRINGvaluehide_ReserveWheeljdata)jOjsingleTypeSCALARvalueOjdata_jjsingleTypeSTRINGvaluehide_Front_BumperjdatajjsingleTypeSCALARvaluejdataj ksingleTypeSTRINGvaluehide_RoofCarrier kdatakBksingleTypeSCALARvalue?BkdataRkksingleTypeSTRINGvaluehide_Gear_1kdatakksingleTypeSCALARvalue?kdatakksingleTypeSTRINGvaluehide_Gear_2kdatal*lsingleTypeSCALARvalue?*ldata:lhlsingleTypeSTRINGvaluehide_Gear_3hldataxllsingleTypeSCALARvalue?ldatallsingleTypeSTRINGvaluehide_turret_shieldldatalmsingleTypeSCALARvalue?mpropertyCUP_Tigr_VehicleNumberexpression_this setVariable ['CUP_Tigr_VehicleNumber', _value, true]; _this call CUP_fnc_TigrDecals;ValuemmdatammsingleTypeSCALARvaluempropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueDn~odataTn~osingleTypeSTRINGvalue[[[["CUP_arifle_AK12_black_flash_1P87","CUP_launch_RPG26","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK12_M","CUP_RPG26_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_RUS_Patrol_bag_Summer"],[4]]],false]~o dataTypeObjectPositionInfopsideEmptyflagsAttributesVpidtypeCUP_O_Tigr_M_233114_RUatlOffsetCustomAttributesp~position E CÈ2Fangles@@@[O=Vpskill?%?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_NG"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesCDFpAttribute0(qAttribute1{Attribute2m|nAttributes~propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valueq{dataq{singleTypeARRAYvaluer{itemsItem0,rItem1r{dataAttribute0Attribute1znAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueDzdataTzsingleTypeSCALARvaluepAzproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatasingleTypeBOOLvaluedataTypeLogicPositionInfoeid1typeARK_ACE_RearmatlOffsetj'FpositionwE".F8q2FdataTypeLogicPositionInfoid/typeARK_Clear_VehicleatlOffsetZAposition8FCC`DFangles@@dataTypeLogicPositionInfoid0typeARK_Make_SentryatlOffset0dCustomAttributesposition8F C DFangles-;Attribute0nAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];Valuekdata{singleTypeBOOLvalue dataTypeLogicPositionInfoUareaSizeQATAareaIsRectangleflagsidtypeModuleHideTerrainObjects_FatlOffset:a?CustomAttributespositionƿE7C1Fangles/@ @A:Z=Attribute0Attribute1QnAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueQdata+QsingleTypeSCALARvalue@Qproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatasingleTypeBOOLvaluedataTypeLayernameGvozdnostateEntities>id!atlOffsetrU/Ñ~itemsItem0qItem1?Item2S~dataTypeLayernameAdmiralEntitiesid%atlOffsetffNB?itemsItem0Item1cItem2 ?dataTypeLayernamePatrolEntities=id1atlOffsetffNBc items Item0Item1lItem2'Item3Item4yItem5Item6Item7vItem8!Item9cdataTypeTriggerpositionEBC5FAttributes6id6typeEmptyDetectorAreaR250atlOffset2ھlconditioncall{true;}sizeACsizeBzCldataTypeTriggerpositionRF޸4C:Fangle@Attributesid8typeEmptyDetectorAreaR250atlOffsetvZ'conditioncall{true;}sizeACsizeBzC'dataTypeTriggerposition FVC)6Fanglex?Attributesid9typeEmptyDetectorAreaR250atlOffsetʁconditioncall{true;}sizeACsizeBzCdataTypeLogicPositionInfoTid7typeAdmiral_PatrolZoneatlOffsetھCustomAttributestyposition%qF]8C 5Ft Attribute0,Attribute1Attribute2Attribute3BAttribute4Attribute5Attribute6iAttribute76Attribute8Attribute9nAttributes ypropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value[dataksingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value BdataBsingleTypeSCALARvalueBBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuendata~singleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value3idataCisingleTypeSCALARvalueipropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value6data6singleTypeSCALARvalue6propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueFydataVysingleTypeSTRINGvalueydataTypeLogicPositionInfoid:typeAdmiral_PatrolZoneatlOffset^CustomAttributes position FAttributes@idtypeEmptyDetectorAreaR250vconditioncall{true;}sizeACsizeBzCvdataTypeTriggerpositionAttributesidtypeEmptyDetectorAreaR250!conditioncall{true;}sizeACsizeBzC!dataTypeTriggerpositionEC5Fangle&>AttributesidtypeEmptyDetectorAreaR250conditioncall{true;}sizeACsizeBzCdataTypeLogicPositionInfo>idtypeAdmiral_PatrolZoneatlOffsetھCustomAttributes^cpositionEtC2F^ Attribute0Attribute1Attribute2{Attribute3,Attribute4Attribute5Attribute6SAttribute7 Attribute8Attribute9nAttributes cpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueE{dataU{singleTypeSCALARvalue{propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value,data,singleTypeSCALARvalueB,propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueXdatahsingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueSdata-SsingleTypeSCALARvalueSpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuetdatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value0cdata@csingleTypeSTRINGvaluecdataTypeLayernameCQCEntitiesid2atlOffsetffNB itemsItem0Item1Item2. Item3  dataTypeTriggerposition E"typeEmptyDetectorAreaR50atlOffset$ conditioncall{true;}sizeAM6AsizeB AisRectangle dataTypeTriggerpositionEIAC?3FangleGӥAttributes~ id=typeEmptyDetectorAreaR50atlOffset4 conditioncall{true;}sizeA AsizeB AisRectangle dataTypeLayernameCounterEntities id3atlOffsetffNB?itemsItem0 Item1Item2Item3Item4Item5 Item6#Item7G%Item8y'Item9)Item10+Item11.Item12.Item13/Item14X0Item151Item168=Item17=?dataTypeTriggerposition\F&.uC'=FAttributeskidAtypeEmptyDetectorAreaR50atlOffsetconditioncall{triggeractivated tgr_grad;}sizeAAsizeBAdataTypeLogicPositionInfo.iditypeAdmiral_OndemandCampZoneatlOffsetoCustomAttributesNposition_F{C7=FNAttribute0JAttribute1 Attribute2Attribute3zAttribute41Attribute5Attribute6Attribute7tAttribute8.Attribute9Attribute10Attribute11Attribute12HAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDzdataTzsingleTypeSCALARvalueBzpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value1data 1singleTypeSCALARvalueB1propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueqdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value>tdataNtsingleTypeSCALARvalue@tpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value.data .singleTypeSTRINGvalue.propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueQdataasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueHdata"HsingleTypeSCALARvalueHpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities1Attributesyid^atlOffsetffNBitemsItem0YItem1ydataTypeObjectPositionInfosideCivilianflagsAttributesid_typeC_Bob_VRatlOffsetؽposition8SFuC=FdataTypeWaypointposition6 FVC5FEffectssshowWPNEVERid`typeMoveatlOffset8wyydataTypeGroupsideCivilianEntitiesAttributesidFatlOffsetffNBitemsItem0Item1Item20dataTypeObjectPositionInfosideCivilianflagsAttributesidGtypeC_Bob_VRatlOffsetLpositionƞF#iCj-FdataTypeWaypointpositionTF9sC0FEffects*showWPNEVERidLtypeMoveatlOffset\V00dataTypeWaypointpositionm FUC(6FEffectsshowWPNEVERidMtypeMoveatlOffsetRdataTypeGroupsideCivilianEntitiesAttributes idHatlOffsetffNB itemsItem0BItem1Item2b  dataTypeObjectPositionInfosideCivilianflagsAttributesidItypeC_Bob_VRatlOffset8positionFVhC}\-FdataTypeWaypointpositionFiC3FEffects\ showWPNEVERidJtypeMoveatlOffsetb b dataTypeWaypointposition.l FUCD(6FEffects showWPNEVERidKtypeMoveatlOffset6   dataTypeGroupsideCivilianEntitiesA!Attributes#idNatlOffsetffNB#itemsItem0t!Item1"Item2"#dataTypeObjectPositionInfo!sideCivilianflagsAttributes"idOtypeC_Bob_VRatlOffseti>"positionRF»fC0F""dataTypeWaypointposition~FiCI3FEffects"showWPNEVERidPtypeMoveatlOffset""dataTypeWaypointposition\n FUCf(6FEffects #showWPNEVERidQtypeMoveatlOffset<###dataTypeGroupsideCivilianEntitiess#AttributesA%idRatlOffsetffNBG%itemsItem0#Item1K$Item2$A%dataTypeObjectPositionInfo%$sideCivilianflagsAttributesE$idStypeC_Bob_VRatlOffsetn>K$positionFjiCV1FE$K$dataTypeWaypointpositionȹF8GjC5FEffects$showWPNEVERidTtypeMoveatlOffset`ؼ$$dataTypeWaypointpositionl FUC(6FEffects;%showWPNEVERidUtypeMoveatlOffsetFA%A%G%dataTypeGroupsideCivilianEntities%Attributess'idVatlOffsetffNBy'itemsItem0%Item1}&Item2&s'dataTypeObjectPositionInfoW&sideCivilianflagsAttributesw&idWtypeC_Bob_VRatlOffset0}&position~F'C8Fw&}&dataTypeWaypointpositionF#iC;5FEffects&showWPNEVERidXtypeMoveatlOffsetI=&&dataTypeWaypointpositionm FUC&+6FEffectsm'showWPNEVERidYtypeMoveatlOffsets's'y'dataTypeGroupsideCivilianEntities'Attributes)idZatlOffsetffNB)itemsItem0 (Item1(Item2*))dataTypeObjectPositionInfo(sideCivilianflagsAttributes(id[typeC_Bob_VRatlOffset=(positionJKF吇CI9F((dataTypeWaypointpositionqFcCcD8FEffects$)showWPNEVERid\typeMoveatlOffset/*)*)dataTypeWaypointpositionsm FUCS*6FEffects)showWPNEVERid]typeMoveatlOffset)))dataTypeGroupsideCivilianEntities *Attributes+idaatlOffsetffNB+itemsItem0<*Item1*Item2\++dataTypeObjectPositionInfo*sideCivilianflagsAttributes*idbtypeC_Bob_VRatlOffset*positionFG]C@F**dataTypeWaypointposition`F@C^|;FEffectsV+showWPNEVERidctypeMoveatlOffsetR\+\+dataTypeWaypointposition3m FUCt(6FEffects+showWPNEVERiddtypeMoveatlOffset>+++dataTypeGroupsideCivilianEntities;,Attributes .ideatlOffsetffNB.itemsItem0n,Item1-Item2- .dataTypeObjectPositionInfo,sideCivilianflagsAttributes -idftypeC_Bob_VRatlOffset`,-positionFAaC?F --dataTypeWaypointpositionFD\C~8FEffects-showWPNEVERidgtypeMoveatlOffset ׾--dataTypeWaypointposition0n FUC)6FEffects.showWPNEVERidhtypeMoveatlOffsetV . ..dataTypeTriggerpositionF gC-FAttributes.idBtypeEmptyDetectorAreaR50atlOffset#.conditioncall{triggeractivated tgr_grad;}sizeAAsizeBA.dataTypeTriggerpositionwFfCv 1FAttributesJ/idCtypeEmptyDetectorAreaR50atlOffset>/conditioncall{triggeractivated tgr_grad;}sizeAAsizeBA/dataTypeTriggerposition8vFy3q3dataN3q3singleTypeSTRINGvalueq3propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value3(4data4(4singleTypeSCALARvalue(4propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value44data44singleTypeSCALARvalueB4propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value`55datap55singleTypeSCALARvalueB5propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value6U6data/6U6singleTypeSCALARvalue AU6propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value6 7data6 7singleTypeBOOLvalue 7propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value77data77singleTypeSCALARvalue7propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value`88datap88singleTypeSTRINGvalue8propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value*9`9data:9`9singleTypeSCALARvalue@`9propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value9':data:':singleTypeSCALARvalue':propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value::data::singleTypeSCALARvalue@:propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuew;;data;;singleTypeSCALARvalue;propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value@<v<dataP<v<singleTypeSCALARvaluev<propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value=8=data=8=singleTypeSTRINGvalue8=dataTypeTriggerposition FC)FAttributes=idtypeEmptyDetectorAreaR50=conditioncall{triggeractivated tgr_grad;}sizeAAsizeBA=dataTypeGroupsideCivilianEntitiesI>Attributes?idatlOffsetffNB?itemsItem0q>Item1??dataTypeObjectPositionInfo>sideCivilianflagsAttributes?idtypeC_Bob_VRatlOffset<?positionM FyC)F??dataTypeWaypointloiterAltitudepositionFd;VC5FEffects?showWPNEVERidtypeMove???dataTypeLayernameSentry AIEntities?id&atlOffsetffNBSitemsItem0@Item1AItem2ICItem3DItem4EItem5'GItem6iHItem7IItem8JItem9LItem10LMItem11NItem12OItem13QItem14pRSdataTypeGroupsideEastEntitiesAAttributesAidatlOffsetffNBAitemsItem0AAdataTypeObjectPositionInfoAsideEastflagsAttributesAidtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset8ApositionIEatFC"3FanglesR@AAAdataTypeGroupsideEastEntitiesSBAttributesCCidatlOffsetffNBICitemsItem0pBCCdataTypeObjectPositionInfoCsideEastflagsAttributes=Cidtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mixCCpositionE>eFC3Fangles?=CCCICdataTypeGroupsideEastEntitiesCAttributesDidatlOffsetffNBDitemsItem0CDdataTypeObjectPositionInfoRDsideEastflagsAttributesDidtypegmx_chdkz_army_radioman_akm_mixatlOffset^>DpositionnHEmFCmp3Fangles@@DDDdataTypeGroupsideEastEntitiesDAttributesEidatlOffsetffNBEitemsItem0 EEdataTypeObjectPositionInfoEsideEastflagsAttributesEidtypegmx_chdkz_army_machinegunner_pk_mixEposition# FBVC_06Fanglest@EEEdataTypeGroupsideEastEntities1FAttributes!GidatlOffsetffNB'GitemsItem0NF!GdataTypeObjectPositionInfoFsideEastflagsAttributesGidtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mix!Gposition6 F@VC6Fangles.~@G!G'GdataTypeGroupsideEastEntitiesGAttributescHidatlOffsetffNBiHitemsItem0GcHdataTypeObjectPositionInfo%HsideEastflagsAttributes]Hidtypegmx_chdkz_army_antitank_akm_rpg7_mixcHpositionR F8VC5Fanglese@]HcHiHdataTypeGroupsideEastEntitiesHAttributesIidatlOffsetffNBIitemsItem0HIdataTypeObjectPositionInfoqIsideEastflagsAttributesIidtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixIposition^ FBVC 6Fangles7@IIIdataTypeGroupsideEastEntitiesJAttributesJidatlOffsetffNBJitemsItem0,JJdataTypeObjectPositionInfoJsideEastflagsAttributesJidtypegmx_chdkz_army_rifleman_akm_mixJposition FBVC5FJJJdataTypeGroupsideEastEntities4KAttributesLidatlOffsetffNBLitemsItem0QKLdataTypeObjectPositionInfoKsideEastflagsAttributes Lidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffsetI=LpositionU FNVC5F LLLdataTypeGroupsideEastEntitiesqLAttributesFMidatlOffsetffNBLMitemsItem0LFMdataTypeObjectPositionInfo MsideEastflagsAttributes@Mid typegmx_chdkz_army_rifleman_akm_mixatlOffset>FMposition) FVCi6F@MFMLMdataTypeGroupsideEastEntitiesMAttributesNid atlOffsetffNBNitemsItem0MNdataTypeObjectPositionInfoXNsideEastflagsAttributesNid typegmx_chdkz_army_squadleader_akm_winatlOffset|>Npositiona FVC6FanglesJ@NNNdataTypeGroupsideEastEntitiesNAttributesOid atlOffsetffNBOitemsItem0OOdataTypeObjectPositionInfoOsideEastflagsAttributesOid typegmx_chdkz_army_radioman_akm_mixatlOffset>Oposition! F1hVC-6FOOOdataTypeGroupsideEastEntities+PAttributesQidatlOffsetffNBQitemsItem0HPQdataTypeObjectPositionInfoPsideEastflagsAttributesQidtypegmx_chdkz_army_rifleman_akm_mixatlOffset7Qpositiontg FjVC% 6FanglesK@QQQdataTypeGroupsideEastEntitiesxQAttributesjRidatlOffsetffNBpRitemsItem0QjRdataTypeObjectPositionInfo,RsideEastflagsAttributesdRidtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset7jRposition{ FTVCj5Fangles~~@dRjRpRdataTypeGroupsideEastEntitiesRAttributesSidatlOffsetffNBSitemsItem0RSdataTypeObjectPositionInfoSsideEastflagsAttributesSidtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mixatlOffset7Sposition FqVC5FanglesQ=@SSSdataTypeLayernameSet DressingEntities"Tid'atlOffsetffNB~itemsItem0nUItem1,VItem2VItem3WItem4XItem5LYItem6'ZItem7[Item8[Item9\Item10]Item11n^Item12,_Item13_Item14`Item15laItem16:bItem17bItem18cItem19dItem20eItem21hItem22~jItem23mItem24zoItem25qItem26{~dataTypeObjectPositionInfoUsideEmptyflagsAttributesVid=typeWire,VpositionEgGCq3Fanglesz=WX@@VdisableSimulation,VdataTypeObjectPositionInfoVsideEmptyflagsAttributesVid@typeLand_BagBunker_Small_FVpositionAE]GCl3Fangles#=h>@VdisableSimulationVdataTypeObjectPositionInfoWsideEmptyflagsAttributesWidFtypeLand_GuardBox_01_brown_FatlOffset>WpositionAE>GCp3Fangleszm@WdisableSimulationWdataTypeObjectPositionInfoFXsideEmptyflagsAttributes~Xid>typeWireXpositionDETFC;f3Fangles#=Z@@~XdisableSimulationXdataTypeObjectPositionInfoYsideEmptyflagsAttributesFYidCtypeLand_BarGate_FLYposition%EJCA3FanglesX@FYLYdataTypeObjectPositionInfoYsideEmptyflagsAttributes ZidtypeLand_fort_rampartatlOffset'Zposition F#VC56FanglesP? ZdisableSimulation'ZdataTypeObjectPositionInfoZsideEmptyflagsAttributesZidtypeLand_fort_rampartatlOffset^[position F#VC8*6FanglesoE:N@@ZdisableSimulation[dataTypeObjectPositionInfo[sideEmptyflagsAttributes[idtypeLand_fort_rampartatlOffset~[position F#VCf6Fangles\)3>[disableSimulation[dataTypeObjectPositionInfob\sideEmptyflagsAttributes\idtypeLand_fort_rampartatlOffset\position< F!VC6FanglesF@tH?\disableSimulation\dataTypeObjectPositionInfo=]sideEmptyflagsAttributesu]idtypeLand_fort_rampartatlOffset`disableSimulation`dataTypeObjectPositionInfo.asideEmptyflagsAttributesfaidetypeLand_BarGate_Flaposition"O F\KZC\5Fangles\?faladataTypeObjectPositionInfoasideEmptyflagsAttributesbidftypeWireatlOffset:bpositionlW FȽVC5(6Fangles@fT@bdisableSimulation:bdataTypeObjectPositionInfobsideEmptyflagsAttributesbidtypeFlagCarrierINSbpositionp[ F;ZC;5FanglesA@bbdataTypeObjectPositionInfoscsideEmptyflagsAttributescidtypeBRDM2_HQ_Gue_unfoldedatlOffsetcposition F^?VC"6FanglesI:P@cdisableSimulationcdataTypeObjectPositionInfoWdsideEmptyflagsAttributesdidtypeGue_WarfareBArtilleryRadaratlOffset"dpositionD FaC'6FanglesI:Ue>ddisableSimulationddataTypeObjectPositionInfotedisableSimulationedataTypeObjectPositionInfo'fsideEmptyflagsAttributes_fidtypegmx_chdkz_ural375d_mlrs_wdrCustomAttributesefhposition FXC26FanglesV@_fefAttribute0fnAttributeshpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuefhdatafhsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]hdataTypeObjectPositionInfohsideEmptyflagsAttributeshidtypegmx_chdkz_ural375d_mlrs_wdrCustomAttributesh~jposition; FsXC5Fangles<p W@n;hhAttribute0inAttributes~jpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value]i~jdatami~jsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]~j dataTypeObjectPositionInfo$ksideEmptyflagsAttributes\kidtypegmx_chdkz_ural4320_cargo_wdratlOffset7CustomAttributesbkmpositionR FXC5Fangles<n@@\kbkAttribute0knAttributesmpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuekmdatakmsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]mdataTypeObjectPositionInfomsideEmptyflagsAttributesmidtypegmx_chdkz_uaz469_cargo_wdrCustomAttributesmzoposition FqXC5Fanglestfb?H-;mmAttribute0mnAttributeszopropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueYnzodatainzosingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]zodataTypeObjectPositionInfopsideEmptyflagsAttributesIpidtypegmx_chdkz_ural4320_reammo_wdrCustomAttributesOpqposition| FXC$6FanglesDz@IpOpAttribute0wpnAttributesqpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuepqdatapqsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]qdataTypeObjectPositionInforsideEmptyflagsAttributesridtypegmx_chdkz_uaz469_cargo_wdrCustomAttributesr{position)"EHC4Fangles@_ @rtexturesgmx_chdkz_wdrrAttribute0sAttribute1tnAttributes{propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueostdatastsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]tpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value8u{dataHu{singleTypeARRAYvaluelu{itemsItem0uItem1fv{dataufvsingleTypeARRAYvalueufvitemsItem0uItem10vfvdatav0vsingleTypeSTRINGvaluegmx_chdkz_wdr0vdata@vfvsingleTypeSCALARvalue?fvdatavv{singleTypeARRAYvaluev{itemsItem0zwItem1wItem2wItem3.xItem4dxItem5xItem6xItem7$yItem8ZyItem9yItem10yItem11zItem12NzItem13zItem14zItem15{Item16D{Item17{{datawwsingleTypeSTRINGvaluewindshieldwdatawwsingleTypeSCALARvaluewdataw.xsingleTypeSTRINGvaluewindows_unhide.xdata>xdxsingleTypeSCALARvaluedxdatatxxsingleTypeSTRINGvaluecover_hoops_unhidexdataxxsingleTypeSCALARvaluexdatax$ysingleTypeSTRINGvaluespare_wheel_unhide$ydata4yZysingleTypeSCALARvalue?ZydatajyysingleTypeSTRINGvalueantenna_01_unhideydatayysingleTypeSCALARvalueydatayzsingleTypeSTRINGvalueantenna_02_unhidezdata(zNzsingleTypeSCALARvalueNzdata^zzsingleTypeSTRINGvalueFogLights_01_unhidezdatazzsingleTypeSCALARvaluezdataz{singleTypeSTRINGvaluemirrors_01_unhide{data{D{singleTypeSCALARvalueD{dataT{{singleTypeSTRINGvaluedoors_unhide{data{{singleTypeSCALARvalue?{dataTypeObjectPositionInfoO|sideEmptyflagsAttributes|idtypegmx_chdkz_ural4320_cargo_wdrCustomAttributes|~position#EHC 4Fangles#;:i@||Attribute0|nAttributes~propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value}~data}~singleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]~dataTypeLayernameBlack MountainstateEntities~id"atlOffset$ itemsItem0$Item1Item2dataTypeLayernameAdmiralstateEntities}id(atlOffsetffNBitemsItem0Item1tdataTypeLayernamePatrolEntitiesid4atlOffsetffNBtitemsItem0Item1tdataTypeLogicPositionInfoidltypeAdmiral_PatrolZoneatlOffset詾CustomAttributesposition'F*xCx&;F Attribute0cAttribute1Attribute2ȂAttribute3yAttribute4*Attribute5لAttribute6Attribute7mAttribute88Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueȂdataȂsingleTypeSCALARvalueȂpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueCydataSysingleTypeSCALARvalueBypropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value*data*singleTypeSCALARvalueB*propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueلdataلsingleTypeBOOLvalueلpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuejdatazsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value7mdataGmsingleTypeSCALARvaluempropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value8data8singleTypeSCALARvalue@8propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataчsingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value}datasingleTypeSTRINGvaluedataTypeTriggerpositionw FZC;FAttributes)idktypeEmptyDetectorAreaR250atlOffsetp;tconditioncall{triggeractivated tgr_grad;}sizeACsizeBCtdataTypeLayernameCounterEntitiesid5atlOffsetffNB items Item0AItem1sItem2Item3אItem4 Item5;Item6mItem74Item8Item9™dataTypeGroupsideCivilianEntitiesAttributesmidqatlOffsetffNBsitemsItem0ҊItem1wItem2mdataTypeObjectPositionInfoQsideCivilianflagsAttributesqidrtypeC_Bob_VRatlOffset"=wposition`'F tCs,4FqwdataTypeWaypointpositionc!F!̐C;6FEffectsshowWPNEVERidstypeMoveatlOffsetl>dataTypeWaypointposition6o F{C<;FEffectsgshowWPNEVERidttypeMoveatlOffset8>mmsdataTypeGroupsideCivilianEntitiesьAttributesiduatlOffsetffNBitemsItem0Item1Item2$dataTypeObjectPositionInfosideCivilianflagsAttributesidvtypeC_Bob_VRatlOffsetposition'FtCw4FdataTypeWaypointposition%FC9FEffectsshowWPNEVERidwtypeMoveatlOffset$$dataTypeWaypointpositiono F{C٦;FEffectsshowWPNEVERidxtypeMoveatlOffsetw>dataTypeGroupsideCivilianEntitiesAttributesѐidyatlOffsetffNBאitemsItem06Item1ۏItem2VѐdataTypeObjectPositionInfosideCivilianflagsAttributesՏidztypeC_Bob_VRatlOffsetvپۏpositionDo)FjCv;FՏۏdataTypeWaypointposition%FX"Cʘ9FEffectsPshowWPNEVERid{typeMoveatlOffset$/VVdataTypeWaypointposition

ѐѐאdataTypeGroupsideCivilianEntities5Attributesid}atlOffsetffNB itemsItem0hItem1 Item2dataTypeObjectPositionInfosideCivilianflagsAttributesid~typeC_Bob_VRatlOffset0| positiong)F]kC dataTypeGroupsideCivilianEntitiesgAttributes5idatlOffsetffNB;itemsItem0Item1?Item25dataTypeObjectPositionInfosideCivilianflagsAttributes9idtypeC_Bob_VRatlOffset(GA?position%FuCCF9?dataTypeWaypointpositionY$FACc;>FEffectsshowWPNEVERidtypeMoveatlOffsetcdataTypeWaypointpositionm FzC֣;FEffects/showWPNEVERidtypeMoveatlOffset<>55;dataTypeGroupsideCivilianEntitiesAttributesgidatlOffsetffNBmitemsItem0̕Item1qItem2gdataTypeObjectPositionInfoKsideCivilianflagsAttributeskidtypeC_Bob_VRatlOffset@qposition"$FCDCFkqdataTypeWaypointposition9!FC?FEffectsshowWPNEVERidtypeMoveatlOffset9dataTypeWaypointpositionm FwC;FEffectsashowWPNEVERidtypeMoveatlOffsetė>ggmdataTypeTriggerposition$F값CMCFAttributesidntypeEmptyDetectorAreaR50atlOffset@A4conditioncall{triggeractivated tgr_mountain;}sizeAAsizeBA4dataTypeTriggerposition'FqsCe74FAttributesidotypeEmptyDetectorAreaR50atlOffsetEconditioncall{triggeractivated tgr_mountain;}sizeAAsizeBAdataTypeTriggerpositionA)Fj5jC$;FAttributessidptypeEmptyDetectorAreaR50atlOffset™conditioncall{triggeractivated tgr_mountain;}sizeAAsizeBA™dataTypeLogicPositionInfo:idtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesrposition*F8_C%;Fangles@@rAttribute0nAttribute10Attribute2Attribute3Attribute4UAttribute5Attribute6ɟAttribute7Attribute8RAttribute9Attribute10Attribute11Attribute12lAttribute135nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value0data 0singleTypeSTRINGvalue0propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuehdataxsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueUdata/UsingleTypeSCALARvalueBUpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueޞdatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueɟdataɟsingleTypeBOOLvalueɟpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuebdatarsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueRdata/RsingleTypeSTRINGvalueRpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueudatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value6ldataFlsingleTypeSCALARvaluelpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value5data5singleTypeSCALARvalue5propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueĥdataԥsingleTypeSTRINGvaluedataTypeLayernameSentry AIEntitiesFid)atlOffsetffNB3items2Item0Item1Item2-Item3Item4ӭItem5(Item6uItem7Item8 Item9XItem10Item11ܶItem12Item13NItem14Item15ݻItem16Item17RItem18Item19Item20/Item21~Item22Item23Item24PItem25Item26Item27;Item28Item29Item30HItem31Item32Item33Item34dItem35Item36Item37Item38XItem39Item40Item41Item42jItem43Item44Item45VItem46Item47Item48,Item49QdataTypeGroupsideEastEntitiesAttributesidatlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesܩidtypegmx_chdkz_army_antitank_akm_rpg7_mixpositiongFWC@}dataTypeGroupsideEastEntitiesAttributesͭidatlOffsetffNBӭitemsItem0ͭdataTypeObjectPositionInfosideEastflagsAttributesǭidtypegmx_chdkz_army_medic_akm_mixatlOffsetͭpositionqFC&W@dataTypeGroupsideEastEntitiesAttributesid"atlOffsetffNB itemsItem01dataTypeObjectPositionInfoDzsideEastflagsAttributesid#typegmx_chdkz_army_machinegunner_pk_mixatlOffset@positionq FC;FanglesfQ@ dataTypeGroupsideEastEntitieseAttributesRid$atlOffsetffNBXitemsItem0RdataTypeObjectPositionInfosideEastflagsAttributesLid%typegmx_chdkz_army_rifleman_akm_mixatlOffset8Rpositionv FukC;FanglesvAA@LRXdataTypeGroupsideEastEntitiesAttributesid&atlOffsetffNBitemsItem0ϴdataTypeObjectPositionInfossideEastflagsAttributesid'typegmx_chdkz_army_machinegunner_assistant_akm_pk_mixatlOffsetI@positionx FC^;Fangles?dataTypeGroupsideEastEntitiesAttributesֶid(atlOffsetffNBܶitemsItem0.ֶdataTypeObjectPositionInfosideEastflagsAttributesжid)typegmx_chdkz_army_rifleman_akm_mixֶpositionF% F>COtypegmx_chdkz_army_machinegunner_assistant_akm_pk_mixxpositionu FΚCposition 0 FEC[;Fangles@dataTypeObjectPositionInfofsideEmptyflagsAttributesidtypeClutterCutter_small_EP1atlOffsets>position6 FKC6U;FdataTypeObjectPositionInfosideEmptyAttributes@idtypeCUP_vojenska_palandaatlOffset>?^position" FKCX;Fangles>@disableSimulation^dataTypeObjectPositionInfosideEmptyAttributesidtypeCUP_vojenska_palandaatlOffset\?0position& FKC-S;Fanglesp;@disableSimulation0dataTypeObjectPositionInfosideEmptyAttributesidtypeLand_Canteen_FatlOffset@aApositionA% FC^;Fangles?disableSimulationdataTypeObjectPositionInfomsideEmptyAttributesidtypeFoldTableatlOffsetQAposition' FC;a;Fangles9@disableSimulationdataTypeObjectPositionInfoCsideEmptyAttributes{idtypeCUP_item_Kostey_map_caseatlOffsetU_Aposition' F3C:_;Fangles1 @{dataTypeObjectPositionInfosideEmptyAttributes7idtypeCUP_item_Kostey_photosatlOffset`^A=position ( F3C_;Fangles@7=dataTypeObjectPositionInfosideEmptyAttributesidtypeVysilackaatlOffsetZ\Aposition%) FVlC*d;Fangleshq@dataTypeObjectPositionInfo]sideEmptyAttributes}idtypeFoldChairatlOffset`MAposition+ FC]a;F}disableSimulationdataTypeObjectPositionInfosideEmptyAttributesGid{typeLand_antennaatlOffsetAeposition- F CqX;Fanglesi@GdisableSimulationedataTypeObjectPositionInfosideEmptyflagsAttributes3id0typegmx_chdkz_ural4320_cargo_wdrCustomAttributes9=positionuf FpWC;Fangles@w:?Z >39Attribute0anAttributes=propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value=data=singleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]=dataTypeObjectPositionInfosideEmptyAttributesidytypeLantern_01_red_FatlOffset B^Aposition' F Cb;FdataTypeLayernameKrasnostavstateEntities7id#atlOffset67itemsItem0jItem1k7Item277dataTypeLayernameAdmiralEntitiesid+atlOffsetffNBk7itemsItem0Item1 Item26-k7dataTypeLayernamePatrolEntities6id7atlOffsetffNB itemsItem0Item1NItem2"Item3Item4Item5a dataTypeTriggerposition0F'=CT>Fanglef?AttributesidtypeEmptyDetectorAreaR250Nconditioncall{triggeractivated tgr_mountain;}sizeACsizeBzCNdataTypeTriggerpositionqa,FfCpVAFangleʷ@AttributesidtypeEmptyDetectorAreaR250atlOffsetA"conditioncall{triggeractivated tgr_mountain;}sizeACsizeBzC"dataTypeTriggerpositiono+FeC=Fangle @AttributesidtypeEmptyDetectorAreaR250atlOffset.!Aconditioncall{triggeractivated tgr_mountain;}sizeACsizeBzCdataTypeTriggerposition0F}JC6iBFangleC @Attributes{idtypeEmptyDetectorAreaR250atlOffsetAconditioncall{triggeractivated tgr_mountain;}sizeACsizeBzCdataTypeLogicPositionInfo<idtypeAdmiral_PatrolZoneatlOffsetЃCustomAttributes\aposition<3F%C>F\ Attribute0Attribute1Attribute2yAttribute3*Attribute4Attribute5Attribute6QAttribute7Attribute8Attribute9nAttributes apropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueCydataSysingleTypeSCALARvalueypropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value*data*singleTypeSCALARvalueB*propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueVdatafsingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueQdata+QsingleTypeSCALARvalueQpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuerdatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value.adata>asingleTypeSTRINGvalueadataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetCustomAttributes position1F7C9F Attribute0Attribute1_Attribute2Attribute3Attribute4rAttribute5! Attribute6 Attribute7 Attribute8 Attribute9< nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value,_data<_singleTypeSTRINGvalue_propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value<rdataLrsingleTypeSCALARvalueBrpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value! data! singleTypeBOOLvalue! propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value  data  singleTypeSCALARvalue? propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueJ  dataZ  singleTypeSCALARvalue@@ propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value < data < singleTypeSTRINGvalue< propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value  data  singleTypeSTRINGvalue dataTypeLayernameCounterEntitiesE id8atlOffsetffNB6- itemsItem0 Item1[Item2Item3Item4vItem59Item6Item7!6-dataTypeGroupsideCivilianEntities AttributesUidatlOffsetffNB[itemsItem05Item1UdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset/Aposition83F$ ?CKFdataTypeWaypointpositionb/F =C L?FEffectsOshowWPNEVERidtypeMoveatlOffsetD:UU[dataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffNBitemsItem0Item1dataTypeObjectPositionInfo`sideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetBpositionS:=FbB?FdataTypeWaypointposition]/F==C,:?FEffectsshowWPNEVERidtypeMoveatlOffset@sdataTypeGroupsideCivilianEntitieseAttributesidatlOffsetffNBitemsItem0Item12dataTypeObjectPositionInfo sideCivilianflagsAttributes,idtypeC_Bob_VRatlOffset(LA2position]7F%CHF,2dataTypeWaypointposition/FI@=C-?FEffectsshowWPNEVERidtypeMoveatlOffsetp}dataTypeTriggerpositionq3F?C]KFAttributes+idtypeEmptyDetectorAreaR50atlOffset Avconditioncall{triggeractivated tgr_stav;}sizeAAsizeBAvdataTypeTriggerpositionwo=FBj1?FAttributesidtypeEmptyDetectorAreaR50atlOffsetO9conditioncall{triggeractivated tgr_stav;}sizeAAsizeBA9dataTypeTriggerpositionVj7Fz$C+>HFAttributesidtypeEmptyDetectorAreaR50atlOffsetAconditioncall{triggeractivated tgr_stav;}sizeAAsizeBAdataTypeLogicPositionInfotidtypeAdmiral_OndemandCampZoneatlOffset@CustomAttributes!positionz5F1CTPKFAttribute0Attribute1RAttribute2 Attribute3Attribute4wAttribute56Attribute6Attribute7Attribute8tAttribute9AAttribute10Attribute11Attribute12Attribute13W nAttributes!propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueRdata/RsingleTypeSTRINGvalueRpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueAwdataQwsingleTypeSCALARvalueBwpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value6data6singleTypeSCALARvalue A6propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue@@propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueAtdataQtsingleTypeSTRINGvaluetpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value AdataAsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueXdatahsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value! W data1 W singleTypeSCALARvalueW propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value !data !singleTypeSTRINGvalue!dataTypeLogicPositionInfo!idtypeAdmiral_OndemandCampZoneatlOffset(ACustomAttributes!6-position8FCHF!Attribute0"Attribute1o#Attribute2&$Attribute3$Attribute4%Attribute5S&Attribute6'Attribute7'Attribute8(Attribute9^)Attribute10%*Attribute11*Attribute12+Attribute13t,nAttributes6-propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value<#o#dataL#o#singleTypeSTRINGvalueo#propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value#&$data$&$singleTypeSCALARvalue&$propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value$$data$$singleTypeSCALARvalueB$propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value^%%datan%%singleTypeSCALARvalueB%propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value&S&data-&S&singleTypeSCALARvalue AS&propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value&'data&'singleTypeBOOLvalue'propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value''data''singleTypeSCALARvalue'propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value^((datan((singleTypeSTRINGvalue(propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value()^)data8)^)singleTypeSCALARvalue^)propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value)%*data)%*singleTypeSCALARvalue%*propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value**data**singleTypeSCALARvalue*propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valueu++data++singleTypeSCALARvalue?+propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value>,t,dataN,t,singleTypeSCALARvalue@t,propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value-6-data-6-singleTypeSTRINGvalue6-dataTypeLayernameCQCEntities-id9atlOffsetffNBk7itemsItem0-Item1o.Item21/Item3/k7dataTypeTriggerpositionA/F[d=Cs>FAttributes&.idtypeEmptyDetectorAreaR250o.conditioncall{triggeractivated tgr_mountain;}isRectangleo.dataTypeTriggerposition#r-FSCj@FAttributes.idtypeEmptyDetectorAreaR250atlOffset1/conditioncall{triggeractivated tgr_mountain;}isRectangle1/dataTypeTriggerposition4:,F`C;BFAttributes/idtypeEmptyDetectorAreaR250atlOffsetc>/conditioncall{triggeractivated tgr_mountain;}isRectangle/dataTypeLogicPositionInfob0idtypeAdmiral_CqcZoneatlOffset.CustomAttributes0k7positionW0FDC BF0 Attribute0*1Attribute11Attribute22Attribute3?3Attribute43Attribute54Attribute6G5Attribute75Attribute86nAttributes k7propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value11data11singleTypeSTRINGvalue1propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value[22datak22singleTypeSCALARvalue2propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value 3?3data3?3singleTypeSCALARvalue?3propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value33data33singleTypeSCALARvalueB3propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuee44datau44singleTypeSCALARvalueB4propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value5G5data#5G5singleTypeBOOLvalueG5propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value55data55singleTypeSCALARvalue@A5propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value66data66singleTypeSTRINGvalue6propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value87k7dataH7k7singleTypeSTRINGvaluek7dataTypeLayernameSentry AIid,atlOffsetffNB7dataTypeLayernameSet Dressingid-atlOffsetffNB7dataTypeLayernameAirfieldEntities>8id$atlOffset@A'itemsItem0q8Item1~Item2G'dataTypeLayernameAdmiralstateEntities8id.atlOffset LA~itemsItem08Item1LItem2~r~dataTypeLayernamePatrolEntitiesI9id:atlOffsetffNBLitemsItem09Item1)BItem2BItem3CItem4HLLdataTypeLogicPositionInfo:idtypeAdmiral_PatrolZoneatlOffset@D7@CustomAttributes$:)BpositionL=FFB!>F$: Attribute0:Attribute1;Attribute2A<Attribute3<Attribute4=Attribute5R>Attribute6?Attribute7?Attribute8@Attribute9mAnAttributes )BpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value];;datam;;singleTypeSTRINGvalue;propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value <A<data<A<singleTypeSCALARvalueA<propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value<<data<<singleTypeSCALARvalueB<propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuem==data}==singleTypeSCALARvalueB=propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value>R>data.>R>singleTypeBOOLvalueR>propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value>?data>?singleTypeSCALARvalue?propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value??data??singleTypeSCALARvalue@?propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value{@@data@@singleTypeSCALARvalue@@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value:AmAdataJAmAsingleTypeSTRINGvaluemApropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueA)BdataB)BsingleTypeSTRINGvalue)BdataTypeTriggerposition?FC1DFAttributesBidtypeEmptyDetectorAreaR250atlOffsetJABconditioncall{triggeractivated tgr_stav;}sizeAzCsizeBzCBdataTypeTriggerposition8F5CEFAttributesfCidtypeEmptyDetectorAreaR250atlOffsetACconditioncall{triggeractivated tgr_stav;}sizeAzCsizeBzCCdataTypeLogicPositionInfo#DidtypeAdmiral_PatrolZoneatlOffset\CustomAttributesCDHLpositionPGF)C|IFCD Attribute0DAttribute1EAttribute2`FAttribute3GAttribute4GAttribute5qHAttribute68IAttribute7JAttribute8JAttribute9KnAttributes HLpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value|EEdataEEsingleTypeSTRINGvalueEpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value*F`Fdata:F`FsingleTypeSCALARvalue`FpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueFGdataFGsingleTypeSCALARvalueBGpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueGGdataGGsingleTypeSCALARvalueBGpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value=HqHdataMHqHsingleTypeBOOLvalueqHpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueI8IdataI8IsingleTypeSCALARvalue8IpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueIJdataIJsingleTypeSCALARvalueJpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueJJdataJJsingleTypeSCALARvalue@JpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueYKKdataiKKsingleTypeSTRINGvalueKpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueLHLdata%LHLsingleTypeSTRINGvalueHLdataTypeTriggerpositionPIFYVCwGFAttributesLidtypeEmptyDetectorAreaR50Lconditioncall{triggeractivated tgr_stav;}sizeACsizeBCLdataTypeLayernameCounterEntitiesHMid;atlOffsetffNB~r items Item0MItem1OItem2 RItem3.TItem4`VItem5 XItem6)dItem7FpItem8pItem9q~rdataTypeGroupsideCivilianEntities&NAttributesOidatlOffsetffNBOitemsItem0YNItem1NItem2yOOdataTypeObjectPositionInfoNsideCivilianflagsAttributesNidtypeC_Bob_VRatlOffset=NpositionfIFVCCFNNdataTypeWaypointposition AFCUsideCivilianflagsAttributes^UidtypeC_Bob_VRatlOffset0`>dUposition[XIFB?F^UdUdataTypeWaypointposition_BFfCDFEffectsUshowWPNEVERidtypeMoveatlOffsetAUUdataTypeWaypointposition7FHCHFEffectsTVshowWPNEVERidtypeMoveatlOffset(AZVZV`VdataTypeGroupsideCivilianEntitiesVAttributesXidatlOffsetffNB XitemsItem0VItem1WXdataTypeObjectPositionInfoeWsideCivilianflagsAttributesWidtypeC_Bob_VRatlOffset9>WpositionJFhB(AttributesJuidtypeEmptyDetectorAreaR50atlOffset7Auconditioncall{triggeractivated tgr_stav;}sizeAc4AsizeBYAisRectangleudataTypeTriggerposition8FCBFanglet]?Attributes+vidtypeEmptyDetectorAreaR50atlOffset'Avconditioncall{triggeractivated tgr_stav;}sizeA~AsizeBĜAisRectanglevdataTypeLogicPositionInfovidtypeAdmiral_CqcZoneatlOffsetܗ@CustomAttributes/w~position\;F$CBFangles \@5@/w Attribute0wAttribute1xAttribute2>yAttribute3yAttribute4zAttribute5H{Attribute6{Attribute7|Attribute8_}nAttributes ~propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueUxxdataexxsingleTypeSTRINGvaluexpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Valuey>ydatay>ysingleTypeSCALARvalue>ypropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueyydatayysingleTypeSCALARvalueypropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedzzdatatzzsingleTypeSCALARvalueBzpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value{H{data"{H{singleTypeSCALARvalueBH{propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value{{data{{singleTypeBOOLvalue{propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuep||data||singleTypeSCALARvalueA|propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value,}_}data<}_}singleTypeSTRINGvalue_}propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value}~data}~singleTypeSTRINGvalue~dataTypeLayernameSentry AIEntitiesg~id/atlOffset?GitemsItem0Item18Item2lItem3Item4ЏItem5Item6jItem7Item8ĔItem9Item10>Item11kItem12Item13ŚItem14Item15Item16lItem17Item18Item19nItem20Item21פItem22 Item23IItem24~Item25Item26تItem27 Item28bItem29Item30Item31Item32Item33{Item344Item35Item36*Item37|Item38ܷItem39 Item406Item41cItem42Item43ڽItem44 Item450Item46TItem47iItem48~Item49Item50Item51Item52Item53#Item54PItem55}Item56Item57Item58Item591Item60^Item61Item62Item63Item64Item65?Item66lItem67Item68Item69Item70 Item71MItem72zItem73Item74Item75Item76Item77Item78Item797Item80iItem81Item82Item83Item84Item85/Item86SItem87mItem88Item89Item90Item91Item92Item93Item94 Item95GItem96tItem97Item98Item99Item100(Item101UItem102TItem103Item104Item105Item106 Item1075 Item108b Item109 Item110 Item111Item112Item113CItem114xItem115Item116Item117JItem118Item119Item120@Item121OItem122|Item123Item124Item125#!Item126P"Item127}#Item128$Item129%Item130&Item131(Item132F)Item133s*Item134'+Item135$9GdataTypeGroupsideEastEntities]AttributesCrewLinksidatlOffset 8itemsItem0Item1EdataTypeObjectPositionInfosideEastAttributes?idtypegmx_chdkz_army_crew_akm_mixatlOffset?EpositionMdGF$LCFFanglesx@(@³=?EdataTypeObjectPositionInfoӆsideEastflagsAttributes idtypegmx_chdkz_army_crew_akm_mixatlOffset?positionMdGF$LCFFanglesx@(@³= LinkIDProvider<LinksO8nextIDOitemsItem0wItem1Շ8linkIDitem0item1CustomDataՇroleturretPathՇlinkIDitem0item1CustomData8roleturretPath8dataTypeGroupsideEastEntitiesAttributesECrewLinksKidlitemsItem0Item1yEdataTypeObjectPositionInfo;sideEastAttributessidtypegmx_chdkz_army_crew_akm_mixatlOffset>>ypositionJFgXCGFangles @y$@!@sydataTypeObjectPositionInfosideEastflagsAttributes?idtypegmx_chdkz_army_crew_akm_mixatlOffset>>EpositionJFgXCGFangles @y$@!@?EKLinkIDProviderpLinkslnextIDitemsItem0Item1 llinkIDitem0item1CustomData roleturretPath linkIDitem0item1CustomDataDlroleturretPathldataTypeGroupsideEastEntitiesŋAttributesyCrewLinksiditemsItem0Item1ydataTypeObjectPositionInfoosideEastAttributesidtypegmx_chdkz_army_crew_akm_mixatlOffsetsG@positionN|9FOC\BFangles{<~@};dataTypeObjectPositionInfo;sideEastflagsAttributessidtypegmx_chdkz_army_crew_akm_mixatlOffsetsG@ypositionN|9FOC\BFangles{<~@};syLinkIDProviderLinksnextIDitemsItem0ߍItem1=linkIDitem0item1CustomData=roleturretPath=linkIDitem0item1CustomDataxroleturretPathdataTypeGroupsideEastEntitiesAttributesʏidЏitemsItem0ʏdataTypeObjectPositionInfosideEastflagsAttributesďidtypegmx_chdkz_army_grenadier_akm_pallad_mixʏposition\8F ChDFangles@@-@ďʏЏdataTypeGroupsideEastEntities*AttributesidatlOffset>itemsItem0GdataTypeObjectPositionInfoِsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffset>positionVX8FE CJrDFanglesk@dataTypeGroupsideEastEntitieswAttributesdidatlOffsetԎ>jitemsItem0ddataTypeObjectPositionInfo&sideEastflagsAttributes^idtypegmx_chdkz_army_rifleman_akm_mixatlOffsetԎ>dposition^8FE C`rDFangles%@^djdataTypeGroupsideEastEntitiesAttributesiditemsItem0ђdataTypeObjectPositionInfoSsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionq9F0 C%CFangles@dataTypeGroupsideEastEntitiesAttributesidĔitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositioni9F C^BFanglesŸ?ĔdataTypeGroupsideEastEntitiesAttributes idatlOffset>itemsItem0; dataTypeObjectPositionInfo͕sideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffset> positionR9F@ C CFangles@ dataTypeGroupsideEastEntities[Attributes8id>itemsItem0x8dataTypeObjectPositionInfosideEastflagsAttributes2idtypegmx_chdkz_army_rifleman_akm_mix8position9Fy CBFanglesk@28>dataTypeGroupsideEastEntitiesAttributeseidkitemsItem0edataTypeObjectPositionInfo'sideEastflagsAttributes_idtypegmx_chdkz_army_rifleman_akm_mixeposition9F˅ CkBFanglesk@_ekdataTypeGroupsideEastEntitiesAttributesiditemsItem0ҘdataTypeObjectPositionInfoTsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition9F˅ CKUBFanglesk@dataTypeGroupsideEastEntitiesAttributesidŚitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition9F˅ C2BFanglesk@ŚdataTypeGroupsideEastEntitiesAttributesiditemsItem0,dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionb9F˅ C!?BFanglesk@dataTypeGroupsideEastEntities<AttributesiditemsItem0YdataTypeObjectPositionInfoۜsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition͹9F˅ C$BFanglesk@dataTypeGroupsideEastEntitiesyAttributesfidatlOffseta;litemsItem0fdataTypeObjectPositionInfo(sideEastflagsAttributes`idtypegmx_chdkz_army_radioman_akm_mixatlOffseta;fpositionE/9Fk CAFangles 5?`fldataTypeGroupsideEastEntitiesƞAttributesidatlOffset7itemsItem0dataTypeObjectPositionInfoysideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_pk_mixatlOffset7positionW9Fq CAFangles~@dataTypeGroupsideEastEntitiesAttributesidatlOffset8itemsItem04dataTypeObjectPositionInfoؠsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_assistant_akm_pk_mixatlOffset8position3_9Fn CwAFanglesd@dataTypeGroupsideEastEntitiesvAttributeshidatlOffsetnitemsItem0hdataTypeObjectPositionInfo*sideEastflagsAttributesbidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsethpositionr9FYO CAFangles9U@bhndataTypeGroupsideEastEntitiesAttributesiditemsItem0բdataTypeObjectPositionInfofsideEastflagsAttributesidtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixpositionl9F CAFanglesYޚ@dataTypeGroupsideEastEntitiesAttributesѤidפitemsItem0ѤdataTypeObjectPositionInfosideEastflagsAttributesˤidtypegmx_chdkz_army_rifleman_akm_mixѤposition8F* CBFanglesH@ˤѤפdataTypeGroupsideEastEntities!Attributesid itemsItem0>dataTypeObjectPositionInfoťsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_rpk_mixpositionE8F* CBFanglesOk@ dataTypeGroupsideEastEntitiesSAttributesCidIitemsItem0pCdataTypeObjectPositionInfosideEastflagsAttributes=idtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mixCposition{8F* CBFanglesf@=CIdataTypeGroupsideEastEntitiesAttributesxid~itemsItem0xdataTypeObjectPositionInfo:sideEastflagsAttributesridtypegmx_chdkz_army_grenadier_akm_pallad_mixxposition9F8CsCFanglesњ@rx~dataTypeGroupsideEastEntitiesȨAttributesiditemsItem0dataTypeObjectPositionInfolsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_rpk_mixposition :FCBFdataTypeGroupsideEastEntitiesAttributesҪidتitemsItem0ҪdataTypeObjectPositionInfosideEastflagsAttributes̪idtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mixҪposition9F8 CBFangles@|@̪ҪتdataTypeGroupsideEastEntities2AttributesidatlOffsetpOA itemsItem0OdataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_marksman_svd_mixatlOffsetpOAposition:FC CF dataTypeGroupsideEastEntitiesgAttributes\idatlOffsetOAbitemsItem0\dataTypeObjectPositionInfosideEastflagsAttributesVidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffsetOA\positionx:FCBFanglese@V\bdataTypeGroupsideEastEntitiesAttributesiditemsItem0ɭdataTypeObjectPositionInfoKsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition8F CaDFanglesk@dataTypeGroupsideEastEntitiesٮAttributesiditemsItem0dataTypeObjectPositionInfoxsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition)8F CDFanglesk@dataTypeGroupsideEastEntitiesAttributesiditemsItem0#dataTypeObjectPositionInfosideEastflagsAttributesݰidtypegmx_chdkz_army_rifleman_akm_mixpositionw9F C8?DFanglesk@ݰdataTypeObjectPositionInfotsideEastflagsAttributesidtypegmx_chdkz_dshkm_aatripodatlOffset`}Aposition9FjCCFangles8<@zP=dataTypeObjectPositionInfo=sideEastflagsAttributesuidtypegmx_chdkz_dshkm_aatripodatlOffset;{position9F(CCFangles%@iX@@u{dataTypeObjectPositionInfosideEastflagsAttributes.iddtypegmx_chdkz_dshkm_aatripod4positionL@FhCJEFangles}<'Y@%@.4dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_dshkm_aatripodatlOffset @position=Q@FC7CFangles@dataTypeGroupsideEastEntitiesGAttributes$id*itemsItem0d$dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mix$position9Fn$ CmDFangles~7@$*dataTypeGroupsideEastEntitiesAttributesvidatlOffset8|itemsItem0vdataTypeObjectPositionInfo8sideEastflagsAttributespidtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset8vposition9F- C2CFangles@pv|dataTypeGroupsideEastEntitiesֶAttributesַidatlOffset7ܷitemsItem0ַdataTypeObjectPositionInfosideEastflagsAttributesзidtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mixatlOffset7ַposition9F. CCFanglesX׆@зַܷdataTypeGroupsideEastEntities&Attributesid itemsItem0CdataTypeObjectPositionInfoŸsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition9F CDFangles>Y@ dataTypeGroupsideEastEntitiesSAttributes0id6itemsItem0p0dataTypeObjectPositionInfosideEastflagsAttributes*idtypegmx_chdkz_army_rifleman_akm_mix0position9F[C DFanglesk@*06dataTypeGroupsideEastEntitiesAttributes]idcitemsItem0]dataTypeObjectPositionInfosideEastflagsAttributesWidtypegmx_chdkz_army_rifleman_akm_mix]position9Fz5CCFanglesWp@W]cdataTypeGroupsideEastEntitiesAttributesidatlOffsetp?AitemsItem0ڻdataTypeObjectPositionInfotsideEastflagsAttributesidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffsetp?Aposition :F}8CDFdataTypeGroupsideEastEntitiesAttributesԽidatlOffset`7@ڽitemsItem0ԽdataTypeObjectPositionInfosideEastflagsAttributesνidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset`7@Խposition9F}8CDFνԽڽdataTypeGroupsideEastEntities$Attributesid itemsItem0AdataTypeObjectPositionInfoȾsideEastflagsAttributesidtypegmx_chdkz_army_antitank_akm_rpg7_mixposition9F~8CCFanglesmy@ dataTypeGroupsideEastEntitiesVAttributes*id0itemsItem0s*dataTypeObjectPositionInfosideEastflagsAttributes$idtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mix*position9F~8CCF$*0dataTypeGroupsideEastEntitieszAttributesNidTitemsItem0NdataTypeObjectPositionInfo(sideEastflagsAttributesHidtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixNposition-9F~8CH DFHNTdataTypeGroupsideEastEntitiesAttributescidiitemsItem0cdataTypeObjectPositionInfo=sideEastflagsAttributes]idtypegmx_chdkz_army_radioman_akm_mixcposition9Fz5C$CF]cidataTypeGroupsideEastEntitiesAttributesxid~itemsItem0xdataTypeObjectPositionInfoRsideEastflagsAttributesridtypegmx_chdkz_army_marksman_svd_mixxposition9F~8C\CFrx~dataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffset`}AitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffset?positionR9FCWCFangles8<@zP=LinkIDProviderLinksnextIDitemsItem0/linkIDitem0item1CustomDatajroleturretPathdataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffset;itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffset?position9FCCFangles%@iX@@LinkIDProviderLinks!nextID!itemsItem0>linkIDitem0item1CustomDatayroleturretPathdataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositiono;F CDCFanglesk@dataTypeGroupsideEastEntitiesAttributesiditemsItem00dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionm;F_n C6CFanglesfi@dataTypeGroupsideEastEntities@Attributesid#itemsItem0]dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionv@;F_n CBFanglesk@#dataTypeGroupsideEastEntitiesmAttributesJidPitemsItem0JdataTypeObjectPositionInfo sideEastflagsAttributesDidtypegmx_chdkz_army_rifleman_akm_mixJposition9;F_n CBFanglesk@DJPdataTypeGroupsideEastEntitiesAttributeswid}itemsItem0wdataTypeObjectPositionInfo9sideEastflagsAttributesqidtypegmx_chdkz_army_rifleman_akm_mixwpositionG;F_n CDCFanglesk@qw}dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfofsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionV;F_n C1BFanglesg@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionv;F^n CBFanglesk@dataTypeGroupsideEastEntities!Attributesid itemsItem0>dataTypeObjectPositionInfosideEastflagsAttributesid typegmx_chdkz_army_rifleman_akm_mixposition;F^n CBFangleseY@dataTypeGroupsideEastEntitiesNAttributes+id 1itemsItem0k+dataTypeObjectPositionInfosideEastflagsAttributes%id typegmx_chdkz_army_rifleman_akm_mix+position;F_n CѡBFanglesk@%+1dataTypeGroupsideEastEntities{AttributesXid ^itemsItem0XdataTypeObjectPositionInfosideEastflagsAttributesRidtypegmx_chdkz_army_rifleman_akm_mixXposition;F^n C|BFanglesk@RX^dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfoGsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionA;Fc CBFanglesk@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfotsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition;Fc CjBFanglesk@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionH?dataTypeGroupsideEastEntitiesAttributesiditemsItem0-dataTypeObjectPositionInfosideEastflagsAttributesid typegmx_chdkz_army_rifleman_akm_mixposition  dataTypeGroupsideEastEntitiesjAttributesGid#MitemsItem0GdataTypeObjectPositionInfo sideEastflagsAttributesAid$typegmx_chdkz_army_rifleman_akm_mixGpositionڦFJ C|CFanglesϭ@hntdataTypeGroupsideEastEntitiesAttributesidYitemsItem0dataTypeObjectPositionInfo]sideEastflagsAttributesidZtypegmx_chdkz_army_rifleman_akm_mixposition8>Fe C'DFanglesϭ@dataTypeGroupsideEastEntitiesAttributesid[itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid\typegmx_chdkz_army_rifleman_akm_mixpositiona>FL CyDFanglesϭ@dataTypeGroupsideEastEntitiesAttributesid]itemsItem05dataTypeObjectPositionInfosideEastflagsAttributesid^typegmx_chdkz_army_rifleman_akm_mixposition=F C C}}EFangles?dataTypeGroupsideEastEntitiesEAttributes"id_(itemsItem0b"dataTypeObjectPositionInfosideEastflagsAttributesid`typegmx_chdkz_army_rifleman_akm_mix"position=F; CEFangles@"(dataTypeGroupsideEastEntitiesrAttributesOidaUitemsItem0OdataTypeObjectPositionInfosideEastflagsAttributesIidbtypegmx_chdkz_army_rifleman_akm_mixOposition>FxZ CEFanglesϭ@IOUdataTypeGroupsideEastEntitiesAttributesCrewLinksidcTitemsItem0dataTypeObjectPositionInfo]sideEastflagsAttributesidetypegmx_chdkz_army_rifleman_akm_mixatlOffsetg?positionL@FƮC}EFangles}<'Y@%@LinkIDProviderLinksTnextIDitemsItem0TlinkIDitem0eitem1dCustomData1TroleturretPathTdataTypeGroupsideEastEntitiesAttributes{idfitemsItem0{dataTypeObjectPositionInfo=sideEastflagsAttributesuidgtypegmx_chdkz_army_rifleman_akm_mix{position˲@FL CEFanglesϭ@u{dataTypeGroupsideEastEntitiesAttributesidhitemsItem0dataTypeObjectPositionInfojsideEastflagsAttributesiditypegmx_chdkz_army_rifleman_akm_mixposition8@F:kCEFanglesoP@dataTypeGroupsideEastEntitiesAttributesidjitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidktypegmx_chdkz_army_rifleman_akm_mixposition=FCEFangles X@dataTypeGroupsideEastEntities%Attributes idl itemsItem0B dataTypeObjectPositionInfosideEastflagsAttributesidmtypegmx_chdkz_army_rifleman_akm_mix positionS=FCEFanglesϭ@  dataTypeGroupsideEastEntitiesR Attributes/ idn5 itemsItem0o / dataTypeObjectPositionInfo sideEastflagsAttributes) idotypegmx_chdkz_army_rifleman_akm_mix/ positionh=FCFFangles@) / 5 dataTypeGroupsideEastEntities Attributes\ idpb itemsItem0 \ dataTypeObjectPositionInfo sideEastflagsAttributesV idqtypegmx_chdkz_army_rifleman_akm_mix\ positionJ=FCEFangles?V \ b dataTypeGroupsideEastEntities Attributes idr itemsItem0  dataTypeObjectPositionInfoK sideEastflagsAttributes idstypegmx_chdkz_army_rifleman_akm_mix position=Fu\ C:EFanglesϭ@   dataTypeGroupsideEastEntities Attributes idt itemsItem0  dataTypeObjectPositionInfox sideEastflagsAttributes idutypegmx_chdkz_army_rifleman_akm_mix positionE=Fu\ CEFanglesϭ@   dataTypeGroupsideEastEntitiesAttributesidvitemsItem0#dataTypeObjectPositionInfosideEastflagsAttributesidwtypegmx_chdkz_army_rifleman_akm_mixpositiongo=Fu\ CAEFanglesϭ@dataTypeGroupsideEastEntities3AttributesidxitemsItem0PdataTypeObjectPositionInfosideEastflagsAttributes idytypegmx_chdkz_army_rifleman_akm_mixpositionR\=Fu\ CEFanglesϭ@ dataTypeGroupsideEastEntities`Attributes=idzCitemsItem0}=dataTypeObjectPositionInfosideEastflagsAttributes7id{typegmx_chdkz_army_rifleman_akm_mix=positionk=Fu\ CEFanglesϭ@7=CdataTypeGroupsideEastEntitiesAttributesrid|atlOffset@@xitemsItem0rdataTypeObjectPositionInfoLsideEastflagsAttributeslid}typegmx_chdkz_army_radioman_akm_mixatlOffset@@rpositionϱ@F1C"CFlrxdataTypeGroupsideEastEntitiesAttributesid~atlOffset@itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_pk_mixatlOffset@position@F1CCFdataTypeGroupsideEastEntities Attributes idatlOffset@itemsItem0( dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_assistant_akm_pk_mixatlOffset@ position@F1CUCFangles@ dataTypeGroupsideEastEntitiesjAttributesDidatlOffset@@JitemsItem0DdataTypeObjectPositionInfosideEastflagsAttributes>idtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset@@Dposition@F1C܂CF>DJdataTypeGroupsideEastEntitiesAttributesidatlOffset@itemsItem0dataTypeObjectPositionInfofsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mixatlOffset@position@F1CjCFangles@dataTypeGroupsideEastEntitiesAttributesidatlOffset~@itemsItem0!dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset~@position@F1CCFanglesc@dataTypeGroupsideEastEntitiesVAttributes:idatlOffset@{@@itemsItem0s:dataTypeObjectPositionInfosideEastflagsAttributes4idtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffset@{@:position@F1C$CF4:@dataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffset @OitemsItem0dataTypeObjectPositionInfoXsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffset@positioncV@FCCFangles@LinkIDProviderLinksOnextIDitemsItem0OlinkIDitem0item1CustomData,OroleturretPathOdataTypeGroupsideEastEntitiesAttributesvid|itemsItem0vdataTypeObjectPositionInfo8sideEastflagsAttributespidtypegmx_chdkz_army_rifleman_akm_mixvposition;uBF C=CFanglesϭ@pv|dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfoesideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixposition5BFӽ CCFanglesϭ@dataTypeGroupsideEastEntitiesAttributesidatlOffset7itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffset7positionABF CCFanglesϭ@dataTypeGroupsideEastEntities@ Attributes!id#!itemsItem0] !dataTypeObjectPositionInfo sideEastflagsAttributes!idtypegmx_chdkz_army_rifleman_akm_mix!positionLHF{LNCDFFanglesϭ@!!#!dataTypeGroupsideEastEntitiesm!AttributesJ"idP"itemsItem0!J"dataTypeObjectPositionInfo "sideEastflagsAttributesD"idtypegmx_chdkz_army_rifleman_akm_mixJ"positionvHF(NCFFangles1~>D"J"P"dataTypeGroupsideEastEntities"Attributesw#id}#itemsItem0"w#dataTypeObjectPositionInfo9#sideEastflagsAttributesq#idtypegmx_chdkz_army_rifleman_akm_mixw#positioniHF8PCxGFanglesg@q#w#}#dataTypeGroupsideEastEntities#Attributes$id$itemsItem0#$dataTypeObjectPositionInfof$sideEastflagsAttributes$idtypegmx_chdkz_army_radioman_akm_mix$positionrHF ,QClGF$$$dataTypeGroupsideEastEntities$Attributes%id%itemsItem0$%dataTypeObjectPositionInfo{%sideEastflagsAttributes%idtypegmx_chdkz_army_rifleman_akm_mix%positionTHFe+QC"GFanglesϭ@%%%dataTypeGroupsideEastEntities &Attributes&id&itemsItem0&&&dataTypeObjectPositionInfo&sideEastflagsAttributes&idtypegmx_chdkz_army_rifleman_akm_mix&positionYJF& XCfyGFanglesϭ@&&&dataTypeGroupsideEastEntities6'Attributes(id(itemsItem0S'(dataTypeObjectPositionInfo'sideEastflagsAttributes (idtypegmx_chdkz_army_rifleman_akm_mix(positionSJFWC8dGFanglesϭ@ (((dataTypeGroupsideEastEntitiesc(Attributes@)idF)itemsItem0(@)dataTypeObjectPositionInfo)sideEastflagsAttributes:)idtypegmx_chdkz_army_rifleman_akm_mix@)positiongfJF/WCjGFangles.?:)@)F)dataTypeGroupsideEastEntities)Attributesm*ids*itemsItem0)m*dataTypeObjectPositionInfo/*sideEastflagsAttributesg*idtypegmx_chdkz_army_marksman_svd_mixm*positionJFvuCiGFangles @g*m*s*dataTypeObjectPositionInfo*sideEastflagsAttributes!+idtypegmx_chdkz_ot64a_wdr'+position|9F?NCBFangles{<~@};!+'+ dataTypeObjectPositionInfo+sideEastflagsAttributes+idtypegmx_chdkz_zsu234v1_wdratlOffset CustomAttributes,$9positioneGF0LCFFanglesx@(@³=+texturesgmx_chdkz_wdr,Attribute0E,nAttributes$9propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value,$9data,$9singleTypeARRAYvalue!-$9itemsItem0I-Item1.$9dataY-.singleTypeARRAYvalue}-.itemsItem0-Item1-.data--singleTypeSTRINGvaluegmx_chdkz_wdr-data-.singleTypeSCALARvalue?.data+.$9singleTypeARRAYvalueO.$9%items$Item00Item1M0Item20Item30Item41Item5T1Item61Item71Item82Item9^2Item102Item112Item12 3Item13Q3Item143Item153Item16 4Item17Y4Item184Item194Item205Item21]5Item225Item235Item246Item25[6Item266Item276Item287Item29c7Item307Item317Item328Item33]8Item348Item358$9data0M0singleTypeSTRINGvaluecamonet_hull_unhideM0data]00singleTypeSCALARvalue0data00singleTypeSTRINGvaluecamofoilage_hull_unhide0data01singleTypeSCALARvalue?1data1T1singleTypeSTRINGvaluecamonet_MainTurret_trav_unhideT1datad11singleTypeSCALARvalue1data11singleTypeSTRINGvaluecamofoilage_MainTurret_trav_unhide1data12singleTypeSCALARvalue?2data%2^2singleTypeSTRINGvalueluggageBoard_01_unhide^2datan22singleTypeSCALARvalue?2data22singleTypeSTRINGvalueBarrel_01_unhide2data2 3singleTypeSCALARvalue? 3data3Q3singleTypeSTRINGvalueCamoNet_01_unhideQ3dataa33singleTypeSCALARvalue3data33singleTypeSTRINGvaluefireExtinguisher_01_unhide3data3 4singleTypeSCALARvalue? 4data4Y4singleTypeSTRINGvalueFuelCanisterHolder_01_unhideY4datai44singleTypeSCALARvalue?4data44singleTypeSTRINGvalueFuelCanisterHolder_02_unhide4data45singleTypeSCALARvalue?5data$5]5singleTypeSTRINGvalueFuelCanister_01_unhide]5datam55singleTypeSCALARvalue?5data55singleTypeSTRINGvalueFuelCanister_02_unhide5data56singleTypeSCALARvalue?6data"6[6singleTypeSTRINGvalueFuelCanister_03_unhide[6datak66singleTypeSCALARvalue?6data66singleTypeSTRINGvaluemainTurret_SearchRadar_trav_unhide6data67singleTypeSCALARvalue?7data,7c7singleTypeSTRINGvaluewheelChock_01_unhidec7datas77singleTypeSCALARvalue?7data77singleTypeSTRINGvaluewheelChock_02_unhide7data78singleTypeSCALARvalue?8data&8]8singleTypeSTRINGvaluewoodenbeam_01_unhide]8datam88singleTypeSCALARvalue?8data88singleTypeSTRINGvalueCommanderTurret_SearchLight_cover_unhide8data8$9singleTypeSCALARvalue$9dataTypeObjectPositionInfo9sideEastflagsAttributes9idtypegmx_chdkz_zsu234v1_wdrCustomAttributes :GpositionJFXCGFangles @y$@!@9texturesgmx_chdkz_wdr :Attribute02:nAttributesGpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value:Gdata:GsingleTypeARRAYvalue;GitemsItem06;Item1<GdataF;<singleTypeARRAYvaluej;<itemsItem0;Item1;<data;;singleTypeSTRINGvaluegmx_chdkz_wdr;data;<singleTypeSCALARvalue?<data<GsingleTypeARRAYvalue<<G%items$Item0=Item1:>Item2p>Item3>Item4>Item5A?Item6w?Item7?Item8@Item9K@Item10@Item11@Item12@Item13>AItem14tAItem15AItem16AItem17FBItem18|BItem19BItem20CItem21JCItem22CItem23CItem24CItem25HDItem26~DItem27DItem28 EItem29PEItem30EItem31EItem32FItem33JFItem34FItem35FGdata>:>singleTypeSTRINGvaluecamonet_hull_unhide:>dataJ>p>singleTypeSCALARvaluep>data>>singleTypeSTRINGvaluecamofoilage_hull_unhide>data>>singleTypeSCALARvalue?>data?A?singleTypeSTRINGvaluecamonet_MainTurret_trav_unhideA?dataQ?w?singleTypeSCALARvaluew?data??singleTypeSTRINGvaluecamofoilage_MainTurret_trav_unhide?data?@singleTypeSCALARvalue?@data@K@singleTypeSTRINGvalueluggageBoard_01_unhideK@data[@@singleTypeSCALARvalue?@data@@singleTypeSTRINGvalueBarrel_01_unhide@data@@singleTypeSCALARvalue?@data A>AsingleTypeSTRINGvalueCamoNet_01_unhide>AdataNAtAsingleTypeSCALARvaluetAdataAAsingleTypeSTRINGvaluefireExtinguisher_01_unhideAdataAAsingleTypeSCALARvalue?AdataBFBsingleTypeSTRINGvalueFuelCanisterHolder_01_unhideFBdataVB|BsingleTypeSCALARvalue?|BdataBBsingleTypeSTRINGvalueFuelCanisterHolder_02_unhideBdataBCsingleTypeSCALARvalue?CdataCJCsingleTypeSTRINGvalueFuelCanister_01_unhideJCdataZCCsingleTypeSCALARvalue?CdataCCsingleTypeSTRINGvalueFuelCanister_02_unhideCdataCCsingleTypeSCALARvalue?CdataDHDsingleTypeSTRINGvalueFuelCanister_03_unhideHDdataXD~DsingleTypeSCALARvalue?~DdataDDsingleTypeSTRINGvaluemainTurret_SearchRadar_trav_unhideDdataD EsingleTypeSCALARvalue? EdataEPEsingleTypeSTRINGvaluewheelChock_01_unhidePEdata`EEsingleTypeSCALARvalue?EdataEEsingleTypeSTRINGvaluewheelChock_02_unhideEdataEFsingleTypeSCALARvalue?FdataFJFsingleTypeSTRINGvaluewoodenbeam_01_unhideJFdataZFFsingleTypeSCALARvalue?FdataFFsingleTypeSTRINGvalueCommanderTurret_SearchLight_cover_unhideFdataFGsingleTypeSCALARvalueGdataTypeLayernameSet DressingEntitiescGid0atlOffset0+ A')items(Item0KIItem1IItem2JItem33 @NtexturesRussia1pylons;;;;;;;;;;BNAttribute0NAttribute1PAttribute2@QnAttributesiRpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value2OPdataBOPsingleTypeARRAYvaluefOPitemsItem0OItem1ZPPdataOZPsingleTypeARRAYvalueOZPitemsItem0OItem1$PZPdataO$PsingleTypeSTRINGvalueRussia1$Pdata4PZPsingleTypeSCALARvalue?ZPdatajPPsingleTypeARRAYPpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value Q@QdataQ@QsingleTypeBOOLvalue@QpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueQiRdataQiRsingleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]iRdataTypeObjectPositionInfoRsideEmptyflagsAttributesSidtypeCUP_B_Pchela1T_CDFatlOffset@=SpositionO6=StexturesRussia1pylons;;;;;;;;;;TAttribute0^TAttribute1WVAttribute2WnAttributes=XpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueUWVdataUWVsingleTypeARRAYvalue:UWVitemsItem0bUItem1.VWVdatarU.VsingleTypeARRAYvalueU.VitemsItem0UItem1U.VdataUUsingleTypeSTRINGvalueRussia1UdataV.VsingleTypeSCALARvalue?.Vdata>VWVsingleTypeARRAYWVpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValueVWdataVWsingleTypeBOOLvalueWpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuenW=Xdata~W=XsingleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]=X dataTypeObjectPositionInfoXsideEmptyflagsAttributesYidtypeCUP_B_Su25_Dyn_CDFatlOffset;CustomAttributes>Ye]position;F CBFanglesI?YtexturesRussia1pylons;;;;;;;;;;>YAttribute0YAttribute1[Attribute2<\nAttributese]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value.Z[data>Z[singleTypeARRAYvaluebZ[itemsItem0ZItem1V[[dataZV[singleTypeARRAYvalueZV[itemsItem0ZItem1 [V[dataZ [singleTypeSTRINGvalueRussia1 [data0[V[singleTypeSCALARvalue?V[dataf[[singleTypeARRAY[propertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value\<\data\<\singleTypeBOOLvalue<\propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value\e]data\e]singleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]e]dataTypeObjectPositionInfo]sideEmptyflagsAttributes%^idtypeCUP_B_MI6T_CDFCustomAttributes>^_`position8F5"CvDFangles @?};%^texturesChedaki>^Attribute0f^nAttributes_`propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value__`data__`singleTypeARRAYvalueB__`itemsItem0j_Item16`_`dataz_6`singleTypeARRAYvalue_6`itemsItem0_Item1`6`data_`singleTypeSTRINGvalueChedaki`data`6`singleTypeSCALARvalue?6`dataF`_`singleTypeARRAY_`dataTypeObjectPositionInfo`sideEmptyflagsAttributes%aidtypeLand_ClutterCutter_large_FatlOffset0=+apositiontFCWEFangles/@c@@8einitcall{this setvelocity [0,0,1];}eeAttribute0enAttributesfpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueefdataefsingleTypeSTRINGvalue[[[["FirstAidKit","Medikit"],[10,1]],[["SmokeShell","SmokeShellOrange","Chemlight_red"],[2,2,2]],[["ToolKit"],[1]],[["B_Parachute"],[16]]],false]f dataTypeObjectPositionInfoRgsideEmptyflagsAttributesgid{typegmx_chdkz_ural4320_reammo_wdratlOffsetD:>CustomAttributesg3iposition8FyCR CFangles?ggAttribute0gnAttributes3ipropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueh3idata"h3isingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]3i dataTypeObjectPositionInfoisideEmptyflagsAttributesjid|typegmx_chdkz_ural4320_reammo_wdratlOffsetd,>CustomAttributesjkposition^8FyCBFangles?jjAttribute0@jnAttributeskpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuejkdatajksingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]k dataTypeObjectPositionInfoblsideEmptyflagsAttributeslid}typegmx_chdkz_ural4320_reammo_wdratlOffset<CustomAttributeslCnposition;F{=C`BFangles^b@llAttribute0lnAttributesCnpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"mCndata2mCnsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]Cn dataTypeObjectPositionInfonsideEmptyflagsAttributes"oid~typegmx_chdkz_ural4320_reammo_wdratlOffsetֻCustomAttributes(opposition+:HF;PCwFFangleš@O!?~4="o(oAttribute0PonAttributesppropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueopdataopsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]pdataTypeObjectPositionInfobqsideEmptyflagsAttributesqidtypegmx_chdkz_ural4320_reammo_wdrCustomAttributesqCsposition0=FCEFangles{?qqAttribute0qnAttributesCspropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"rCsdata2rCssingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]Cs dataTypeObjectPositionInfossideEmptyflagsAttributes"tidtypegmx_chdkz_ural4320_repair_wdratlOffset8CustomAttributes(tuposition8FyCABFanglesˏ?"t(tAttribute0PtnAttributesupropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuetudatatusingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]udataTypeObjectPositionInfoavsideEmptyflagsAttributesvidtypegmx_chdkz_ural375d_medic_wdrCustomAttributesvxpositionxpositionrHFPaCGFangles@xxdataTypeObjectPositionInfoMysideEmptyflagsAttributesyidtypeFlagCarrierINSyposition,'9FmCAFanglesT.f@yydataTypeObjectPositionInfoysideEmptyflagsAttributes5zidtypeFlagCarrierINS;zpositionOHFtNRCFFanglesW܊@5z;zdataTypeObjectPositionInfozsideEmptyflagsAttributeszidtypeFlagCarrierRUatlOffsetĽzposition:^9F~mCAFangles(!@zzdataTypeObjectPositionInfo{sideEmptyflagsAttributes{idtypegmx_chdkz_l410t_wdlCustomAttributes{}position>F C#EFanglesJ%N;@ @{{Attribute0{nAttributes}propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueG|}dataW|}singleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]} dataTypeObjectPositionInfo}sideEmptyflagsAttributes}idtypegmx_chdkz_mi2urpg_wdlatlOffset7CustomAttributes}=position|9FFC)DFangles;]>l:}}Attribute0~nAttributes=propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuen~=data~~=singleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]= dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_chdkz_mi2us_wdlatlOffset7CustomAttributespositionoB>FYCQEFangles:qk>:Attribute0@nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AKS74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]dataTypeObjectPositionInfoGsideEmptyflagsAttributesidtypeGUE_WarfareBUAVterminalatlOffsetpositionaHF'SC8GFangles?disableSimulationdataTypeObjectPositionInfo1sideEmptyflagsAttributesiidtypegmx_chdkz_uaz469_cargo_wdrCustomAttributesoposition<=FaoCEFanglesm;C?:ioAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_chdkz_ural4320_cargo_wdrCustomAttributespositionB=FC̙EFangles:=E?:Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuehdataxsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_chdkz_ural4320_repair_wdrCustomAttributesÊposition^9F^wC=hBFangles:'c>:Attribute0nAttributesÊpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueAÊdataQÊsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]Ê dataTypeObjectPositionInfojsideEmptyflagsAttributesidtypegmx_chdkz_ural4320_reammo_wdratlOffset0=CustomAttributesKposition@!'dataTypeMarkerposition8FCBFnamemkr_ammotypeEmptyid(atlOffsetV@dataTypeMarkerpositionϣJF^RCGFnamemkr_aatypeEmptyid5atlOffset@&dataTypeLayernameSpawning & CleanupEntitiesMid<atlOffsetoLB items Item0“Item1Item2ԕItem3ɖItem4Item5Item6Item7Item8FdataTypeTriggerposition f FcC6FAttributes;id;typeEmptyDetectorAreaR250atlOffset`AAnametgr_gradsizeAMtBsizeBd;aBactivationByANYPLAYERisRectangledataTypeTriggerposition} FxCg;FAttributes idmtypeEmptyDetectorAreaR250atlOffset`=ԕnametgr_mountainconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_1] call ark_fnc_cleanUpAI;};}sizeAMtBsizeBd;aBactivationByANYPLAYERisRectangleԕdataTypeTriggerposition..FR\C'AFangleK?AttributesYidtypeEmptyDetectorAreaR250atlOffsetP)Aɖnametgr_stavconditioncall{this}sizeA7DsizeB AactivationByANYPLAYERisRectangleɖdataTypeTriggerposition=FW&CGEFangle?AttributesNidtypeEmptyDetectorAreaR250atlOffset@Anametgr_airfieldconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_2] call ark_fnc_cleanUpAI;};}sizeANbBsizeB\CactivationByANYPLAYERisRectangledataTypeTriggerposition\/FRClz5FAttributesidtypeEmptyDetectorAreaR250atlOffsetrnametgr_cleanup_1conditioncall{this}sizeAdަDsizeBp7NDisRectangledataTypeTriggerpositionP(F| CjjsingleTypeSTRINGvalueMale05ENGjpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue?formationDIAMONDdataTypeGroupsideWestEntitiesJAttributesiditemsItem0Item1Item2Item3dataTypeObjectPositionInfosideWestflagsAttributes1idtypeB_Soldier_TL_Fposition$ECۡ2Fangles!@Hݑ@9Z=1skill?rankCORPORALinit [this, ["faction", "GMX_CDF_NG"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF Ranger - Charlie 1 Fireteam Leader [JIP]@Charlie 1isPlayabledataTypeObjectPositionInfosideWestflagsAttributesidtypeB_soldier_AR_FpositionnEC>2Fangles!@ޑ@p=skill?rankCORPORALinit [this, ["faction", "GMX_CDF_NG"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF Ranger - Charlie 1 Automatic Rifleman [JIP]@Charlie 1isPlayabledataTypeObjectPositionInfosideWestflagsAttributesNidtypeB_Soldier_A_FatlOffset8positionEC{2Fangles!@6@(e=Nskill?init [this, ["faction", "GMX_CDF_NG"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF Ranger - Charlie 1 Assistant Automatic Rifleman [JIP]@Charlie 1isPlayabledataTypeObjectPositionInfosideWestflagsAttributesidtypeB_soldier_LAT_FatlOffsetpositionCEC2FanglesP@ߑ@[O=skill?init[this, ["faction", "GMX_CDF_NG"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF Ranger - Charlie 1 Rifleman (AT) [JIP]@Charlie 1isPlayableformationDIAMONDdataTypeGroupsideWestEntitiesAttributesiditemsItem0Item1@dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_soldier_M_FCustomAttributes@positionEYC2FanglesP@ߑ@RO=skill?rankCORPORALinit [this, ["faction", "GMX_CDF_NG"], ["gear", "SN"]] call hull3_unit_fnc_init; [this, 3, "ICON", "b_Uav", "ColorGreen", [1,1], "CDM"] call hull3_marker_fnc_addCustomMarker;descriptionCDF Ranger - Charlie Designated Marksman [JIP]@Charlie ReconisPlayableAttribute0>Attribute1nAttributes@propertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale09ENGpropertypitchexpression_this setpitch _value;Value @data@singleTypeSCALARvalueHz?@dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_soldier_UAV_FCustomAttributesposition(!E)C2Fangles@ߑ@QZO=skill?rankCORPORALinit [this, ["faction", "GMX_CDF_NG"], ["gear", "SP"]] call hull3_unit_fnc_init;descriptionCDF Ranger - Charlie Drone Operator [JIP]@Charlie ReconisPlayableAttribute0Attribute1Attribute2nAttributespropertyspeakerexpression_this setspeaker _value;Value_dataosingleTypeSTRINGvalueMale11ENGpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalueu?propertyfaceexpression_this setface _value;Value[dataksingleTypeSTRINGvalueformationDIAMONDdataTypeGroupsideWestEntitiesAttributesqidatlOffset8itemsItem05Item1+Item2q dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_crew_FatlOffset8CustomAttributes+positionsEݯCwM3Fangles=}@V@skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_NG"], ["gear", "VC"], ["marker", "IFV2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - IFV 2 Commander (Marder 1A2) [JIP Replacement]@IFV 2isPlayableAttribute0)Attribute1nAttributes+propertyspeakerexpression_this setspeaker _value;ValuesdatasingleTypeSTRINGvalueMale05ENGpropertypitchexpression_this setpitch _value;Value+data+singleTypeSCALARvalue?+dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_crew_FCustomAttributespositionKtECw[3FanglesQ2=@}@*A@skill?init [this, ["faction", "GMX_CDF_NG"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - IFV 2 Driver [JIP Replacement]@IFV 2isPlayableAttribute0Attribute1RnAttributespropertyspeakerexpression_this setspeaker _value;ValueRdata&RsingleTypeSTRINGvalueMale08ENGRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvaluep}?dataTypeObjectPositionInfoOsideWestflagsAttributesidtypeB_crew_FCustomAttributes7qpositionEXQCM3Fanglesn|=w~@*A@skill?init [this, ["faction", "GMX_CDF_NG"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - IFV 2 Gunner [JIP Replacement]@IFV 2isPlayable7Attribute0oAttribute1nAttributesqpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale12ENGpropertypitchexpression_this setpitch _value;Value;qdataKqsingleTypeSCALARvalueu?qformationDIAMONDdataTypeGroupsideWestEntitiesAttributes[ idu itemsItem0Item1Item2[ dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_TL_FCustomAttributespositionEC 2Fangles~@@Item33z>Item34>Item35?Item36a?Item37?Item38?Item39H@Item40@Item41@Item42/AItem43|AItem44AItem45BItem46cBItem47BItem48BItem49JCItem50CItem51CItem521DItem53~DItem54DItem55EItem56eEItem57EItem58EItem59LFItem60FItem61FItem623GItem63GItem64GItem65HItem66gHItem67HItem68IItem69NIItem70IItem71IItem725JItem73JItem74JItem75KItem76iKItem77KItem78LItem79PLItem80LItem81LItem827MItem83MItem84MItem85NItem86kNItem87NItem88OItem89ROItem90OItem91OItem929PItem93PItem94PItem95 QItem96mQItem97QItem98RItem99TRItem100RItem101RItem102;SItem103SItem104SItem105"TItem106oTItem107TItem108 UItem109VUItem110UItem111UItem112=VItem113VItem114VItem115$WItem116qWItem117WItem118 XItem119XXItem120XItem121XItem122?YItem123YItem124YItem125&ZItem126sZItem127ZItem128 [Item129Z[Item130[Item131[Item132A\Item133\Item134\Item135(]Item136u]Item137]Item138^Item139\^Item140^Item141^Item142C_Item143_Item144_Item145*`Item146w`Item147`Item148aItem149^aItem150aItem151aItem152EbItem153bItem154bItem155,cItem156ycItem157cItem158dItem159`dItem160dItem161dItem162GeItem163eItem164eItem165.fItem166{fItem167fItem168gItem169bgItem170gItem171gItem172IhItem173hItem174hItem1750iItem176}iItem177iItem178jItem179djItem180jItem181jItem182KkItem183kItem184kItem1852lItem186lItem187lItem188mItem189fmItem190mItem191nItem192MnItem193nItem194nItem1954oItem196oItem197oItem198pItem199hpItem200pItem201qItem202OqItem203qItem204qItem2056rItem206rItem207rItem208sItem209jsItem210sItem211tItem212QtItem213tItem214tItem2158uItem216uItem217uItem218vItem219lvItem220vItem221wItem222SwItem223wItem224wItem225:xItem226xItem227xItem228!yItem229nyItem230yItem231zItem232UzItem233zItem234zItem235<{Item236{Item237{Item238#|Item239p|Item240|Item241 }Item242W}Item243}Item244}Item245>~Item246~Item247~Item248%Item249rItem250Item251 Item252YItem253Item254Item255@Item256Item257ځItem258'Item259tItem260Item261Item262[Item263Item264Item265BItem266Item267܄Item268)Item269vItem270ÅItem271Item272]Item273Item274Item275DItem276Item277އItem278+Item279xItem280ňItem281Item282_Item283Item284Item285FItem286Item287Item288-Item289zItem290NjItem291Item292aItem293Item294Item295HItem296Item297Item298/Item299|Item300ɎlinkIDitem0item1/CustomData44typeSync4linkIDitem0item1/CustomData5'5typeSync'5linkIDitem0item1/CustomDatab5t5typeSynct5linkIDitem0item1/CustomData55typeSync5linkIDitem0item1/CustomData56typeSync6linkIDitem0item1/CustomDataI6[6typeSync[6linkIDitem0item1/CustomData66typeSync6linkIDitem00item1/CustomData66typeSync6linkIDitem0{item1/CustomData07B7typeSyncB7linkID item0|item1/CustomData}77typeSync7linkID item0 item1/CustomData77typeSync7linkID item0!item1/CustomData8)8typeSync)8linkID item0"item1/CustomDatad8v8typeSyncv8linkID item0#item1/CustomData88typeSync8linkIDitem0$item1/CustomData89typeSync9linkIDitem0%item1/CustomDataK9]9typeSync]9linkIDitem0item1/CustomData99typeSync9linkIDitem0item1/CustomData99typeSync9linkIDitem0item1/CustomData2:D:typeSyncD:linkIDitem0item1/CustomData::typeSync:linkIDitem0item1/CustomData::typeSync:linkIDitem0item1/CustomData;+;typeSync+;linkIDitem0item1/CustomDataf;x;typeSyncx;linkIDitem0item1/CustomData;;typeSync;linkIDitem0item1/CustomData<<typeSync<linkIDitem0}item1/CustomDataM<_<typeSync_<linkIDitem0item1/CustomData<<typeSync<linkIDitem0item1/CustomData<<typeSync<linkIDitem0item1/CustomData4=F=typeSyncF=linkIDitem0item1/CustomData==typeSync=linkIDitem0~item1/CustomData==typeSync=linkIDitem07item16CustomData>->typeSync->linkID item08item1:CustomDatah>z>typeSyncz>linkID!item09item1:CustomData>>typeSync>linkID"item0?item1@CustomData??typeSync?linkID#item0>item1@CustomDataO?a?typeSynca?linkID$item0=item1@CustomData??typeSync?linkID%item0iitem1ACustomData??typeSync?linkID&item0Bitem1jCustomData6@H@typeSyncH@linkID'item0Citem1jCustomData@@typeSync@linkID(item0Ditem1jCustomData@@typeSync@linkID)item0Eitem1jCustomDataA/AtypeSync/AlinkID*item0litem1kCustomDatajA|AtypeSync|AlinkID+item0nitem1CustomDataAAtypeSyncAlinkID,item0oitem1CustomDataBBtypeSyncBlinkID-item0pitem1CustomDataQBcBtypeSynccBlinkID.item0item1CustomDataBBtypeSyncBlinkID/item0item1CustomDataBBtypeSyncBlinkID0item0item1CustomData8CJCtypeSyncJClinkID1item0item1CustomDataCCtypeSyncClinkID2item0item1CustomDataCCtypeSyncClinkID3item0item1CustomDataD1DtypeSync1DlinkID4item0item1CustomDatalD~DtypeSync~DlinkID5item0item1CustomDataDDtypeSyncDlinkID6item0item1CustomDataEEtypeSyncElinkID7item0item1CustomDataSEeEtypeSynceElinkID8item0item1CustomDataEEtypeSyncElinkID9item0item1CustomDataEEtypeSyncElinkID:item0item1CustomData:FLFtypeSyncLFlinkID;item0item1CustomDataFFtypeSyncFlinkID<item0item1CustomDataFFtypeSyncFlinkID=item0item1CustomData!G3GtypeSync3GlinkID>item0item1CustomDatanGGtypeSyncGlinkID?item0item1CustomDataGGtypeSyncGlinkID@item0item1CustomDataHHtypeSyncHlinkIDAitem0item1CustomDataUHgHtypeSyncgHlinkIDBitem0item17CustomDataHHtypeSyncHlinkIDCitem0item17CustomDataHItypeSyncIlinkIDDitem0item1iCustomDataLPLtypeSyncPLlinkIDOitem0item11CustomDataLLtypeSyncLlinkIDPitem0item11CustomDataLLtypeSyncLlinkIDQitem0item11CustomData%M7MtypeSync7MlinkIDRitem0item11CustomDatarMMtypeSyncMlinkIDSitem0item11CustomDataMMtypeSyncMlinkIDTitem0item11CustomData NNtypeSyncNlinkIDUitem0item11CustomDataYNkNtypeSynckNlinkIDVitem0item11CustomDataNNtypeSyncNlinkIDWitem0item11CustomDataNOtypeSyncOlinkIDXitem0item11CustomData@OROtypeSyncROlinkIDYitem0item11CustomDataOOtypeSyncOlinkIDZitem0item11CustomDataOOtypeSyncOlinkID[item0item10CustomData'P9PtypeSync9PlinkID\item0item10CustomDatatPPtypeSyncPlinkID]item0item10CustomDataPPtypeSyncPlinkID^item0item10CustomDataQ QtypeSync QlinkID_item0item10CustomData[QmQtypeSyncmQlinkID`item0item10CustomDataQQtypeSyncQlinkIDaitem0item10CustomDataQRtypeSyncRlinkIDbitem0item10CustomDataBRTRtypeSyncTRlinkIDcitem0item10CustomDataRRtypeSyncRlinkIDditem0 item10CustomDataRRtypeSyncRlinkIDeitem0 item10CustomData)S;StypeSync;SlinkIDfitem0 item10CustomDatavSStypeSyncSlinkIDgitem0item10CustomDataSStypeSyncSlinkIDhitem0item10CustomDataT"TtypeSync"TlinkIDiitem0item10CustomData]ToTtypeSyncoTlinkIDjitem0item10CustomDataTTtypeSyncTlinkIDkitem0item10CustomDataT UtypeSync UlinkIDlitem0item10CustomDataDUVUtypeSyncVUlinkIDmitem0item10CustomDataUUtypeSyncUlinkIDnitem0item10CustomDataUUtypeSyncUlinkIDoitem0item10CustomData+V=VtypeSync=VlinkIDpitem0!item10CustomDataxVVtypeSyncVlinkIDqitem0#item10CustomDataVVtypeSyncVlinkIDritem0%item10CustomDataW$WtypeSync$WlinkIDsitem0'item10CustomData_WqWtypeSyncqWlinkIDtitem0)item10CustomDataWWtypeSyncWlinkIDuitem0+item10CustomDataW XtypeSync XlinkIDvitem0-item10CustomDataFXXXtypeSyncXXlinkIDwitem0/item10CustomDataXXtypeSyncXlinkIDxitem02item10CustomDataXXtypeSyncXlinkIDyitem04item10CustomData-Y?YtypeSync?YlinkIDzitem06item10CustomDatazYYtypeSyncYlinkID{item08item10CustomDataYYtypeSyncYlinkID|item0:item10CustomDataZ&ZtypeSync&ZlinkID}item0<item10CustomDataaZsZtypeSyncsZlinkID~item0>item10CustomDataZZtypeSyncZlinkIDitem0@item10CustomDataZ [typeSync [linkIDitem0Bitem10CustomDataH[Z[typeSyncZ[linkIDitem0Ditem10CustomData[[typeSync[linkIDitem0Fitem10CustomData[[typeSync[linkIDitem0Hitem10CustomData/\A\typeSyncA\linkIDitem0Jitem10CustomData|\\typeSync\linkIDitem0Litem10CustomData\\typeSync\linkIDitem0Nitem10CustomData](]typeSync(]linkIDitem0Pitem10CustomDatac]u]typeSyncu]linkIDitem0Ritem10CustomData]]typeSync]linkIDitem0Titem10CustomData]^typeSync^linkIDitem0Vitem10CustomDataJ^\^typeSync\^linkIDitem0Xitem10CustomData^^typeSync^linkIDitem0Zitem10CustomData^^typeSync^linkIDitem0\item10CustomData1_C_typeSyncC_linkIDitem0^item10CustomData~__typeSync_linkIDitem0`item10CustomData__typeSync_linkIDitem0bitem10CustomData`*`typeSync*`linkIDitem0ditem10CustomDatae`w`typeSyncw`linkIDitem0fitem10CustomData``typeSync`linkIDitem0hitem10CustomData`atypeSyncalinkIDitem0jitem10CustomDataLa^atypeSync^alinkIDitem0litem10CustomDataaatypeSyncalinkIDitem0nitem10CustomDataaatypeSyncalinkIDitem0pitem10CustomData3bEbtypeSyncEblinkIDitem0ritem10CustomDatabbtypeSyncblinkIDitem0titem10CustomDatabbtypeSyncblinkIDitem0vitem10CustomDatac,ctypeSync,clinkIDitem0xitem10CustomDatagcyctypeSyncyclinkIDitem0item1/CustomDatacctypeSyncclinkIDitem0item1/CustomDataddtypeSyncdlinkIDitem0item1/CustomDataNd`dtypeSync`dlinkIDitem0item1/CustomDataddtypeSyncdlinkIDitem0item1/CustomDataddtypeSyncdlinkIDitem0item10CustomData5eGetypeSyncGelinkIDitem0item10CustomDataeetypeSyncelinkIDitem0item10CustomDataeetypeSyncelinkIDitem0item10CustomDataf.ftypeSync.flinkIDitem0item10CustomDataif{ftypeSync{flinkIDitem0item10CustomDatafftypeSyncflinkIDitem0item10CustomDataggtypeSyncglinkIDitem0item10CustomDataPgbgtypeSyncbglinkIDitem0item10CustomDataggtypeSyncglinkIDitem0item10CustomDataggtypeSyncglinkIDitem0item10CustomData7hIhtypeSyncIhlinkIDitem0item10CustomDatahhtypeSynchlinkIDitem0item10CustomDatahhtypeSynchlinkIDitem0item10CustomDatai0itypeSync0ilinkIDitem0item10CustomDataki}itypeSync}ilinkIDitem0item10CustomDataiitypeSyncilinkIDitem0item10CustomDatajjtypeSyncjlinkIDitem0item10CustomDataRjdjtypeSyncdjlinkIDitem0item10CustomDatajjtypeSyncjlinkIDitem0item10CustomDatajjtypeSyncjlinkIDitem0item10CustomData9kKktypeSyncKklinkIDitem0item10CustomDatakktypeSyncklinkIDitem0item10CustomDatakktypeSyncklinkIDitem0item10CustomData l2ltypeSync2llinkIDitem0item10CustomDatamlltypeSyncllinkIDitem0item10CustomDatalltypeSyncllinkIDitem0item10CustomDatammtypeSyncmlinkIDitem0item10CustomDataTmfmtypeSyncfmlinkIDitem0item10CustomDatammtypeSyncmlinkIDitem0item10CustomDatamntypeSyncnlinkIDitem0item10CustomData;nMntypeSyncMnlinkIDitem0item10CustomDatanntypeSyncnlinkIDitem0item10CustomDatanntypeSyncnlinkIDitem0item10CustomData"o4otypeSync4olinkIDitem0item10CustomDataoootypeSyncolinkIDitem0item10CustomDataootypeSyncolinkIDitem0item10CustomData pptypeSyncplinkIDitem0item10CustomDataVphptypeSynchplinkIDitem0item10CustomDatapptypeSyncplinkIDitem0ditem10CustomDatapqtypeSyncqlinkIDitem0item10CustomData=qOqtypeSyncOqlinkIDitem0item10CustomDataqqtypeSyncqlinkIDitem0item10CustomDataqqtypeSyncqlinkIDitem0item10CustomData$r6rtypeSync6rlinkIDitem0item10CustomDataqrrtypeSyncrlinkIDitem0item10CustomDatarrtypeSyncrlinkIDitem0item10CustomData sstypeSyncslinkIDitem0item10CustomDataXsjstypeSyncjslinkIDitem0item10CustomDatasstypeSyncslinkIDitem0item10CustomDatasttypeSynctlinkIDitem0item10CustomData?tQttypeSyncQtlinkIDitem0item10CustomDatatttypeSynctlinkIDitem0item10CustomDatatttypeSynctlinkIDitem0item10CustomData&u8utypeSync8ulinkIDitem0item10CustomDatasuutypeSynculinkIDitem0item10CustomDatauutypeSynculinkIDitem0item10CustomData vvtypeSyncvlinkIDitem0item10CustomDataZvlvtypeSynclvlinkIDitem0item10CustomDatavvtypeSyncvlinkIDitem0item10CustomDatavwtypeSyncwlinkIDitem0item10CustomDataAwSwtypeSyncSwlinkIDitem0item10CustomDatawwtypeSyncwlinkIDitem0item10CustomDatawwtypeSyncwlinkIDitem0 item10CustomData(x:xtypeSync:xlinkIDitem0 item10CustomDatauxxtypeSyncxlinkIDitem0item10CustomDataxxtypeSyncxlinkIDitem0item10CustomDatay!ytypeSync!ylinkIDitem0item10CustomData\ynytypeSyncnylinkIDitem0item10CustomDatayytypeSyncylinkIDitem0item10CustomDatayztypeSynczlinkIDitem0item10CustomDataCzUztypeSyncUzlinkIDitem0item10CustomDatazztypeSynczlinkIDitem0item10CustomDatazztypeSynczlinkIDitem0item10CustomData*{<{typeSync<{linkIDitem0 item10CustomDataw{{typeSync{linkIDitem0"item10CustomData{{typeSync{linkIDitem0$item10CustomData|#|typeSync#|linkIDitem0&item10CustomData^|p|typeSyncp|linkIDitem0(item10CustomData||typeSync|linkIDitem0*item10CustomData| }typeSync }linkIDitem0,item10CustomDataE}W}typeSyncW}linkIDitem0.item10CustomData}}typeSync}linkIDitem00item10CustomData}}typeSync}linkIDitem02item10CustomData,~>~typeSync>~linkIDitem04item10CustomDatay~~typeSync~linkIDitem06item10CustomData~~typeSync~linkIDitem08item10CustomData%typeSync%linkIDitem0:item10CustomData`rtypeSyncrlinkIDitem0<item10CustomDatatypeSynclinkIDitem0@item10CustomData typeSync linkIDitem0Bitem10CustomDataGYtypeSyncYlinkIDitem0Ditem10CustomDatatypeSynclinkIDitem0Fitem10CustomDatatypeSynclinkIDitem0Hitem10CustomData.@typeSync@linkIDitem0Jitem10CustomData{typeSynclinkIDitem0Litem10CustomDataȁځtypeSyncځlinkIDitem0Nitem10CustomData'typeSync'linkIDitem0Pitem10CustomDatabttypeSynctlinkIDitem0Ritem10CustomDatatypeSynclinkIDitem0Titem10CustomDatatypeSynclinkIDitem0Vitem10CustomDataI[typeSync[linkIDitem0Xitem10CustomDatatypeSynclinkIDitem0Zitem10CustomDatatypeSynclinkIDitem0\item10CustomData0BtypeSyncBlinkID item0^item10CustomData}typeSynclinkID item0`item10CustomDataʄ܄typeSync܄linkID item0bitem10CustomData)typeSync)linkID item0eitem10CustomDatadvtypeSyncvlinkID item0gitem10CustomDataÅtypeSyncÅlinkIDitem0iitem10CustomDatatypeSynclinkIDitem0kitem10CustomDataK]typeSync]linkIDitem0mitem10CustomDatatypeSynclinkIDitem0oitem10CustomDatatypeSynclinkIDitem0qitem10CustomData2DtypeSyncDlinkIDitem0sitem10CustomDatatypeSynclinkIDitem0uitem10CustomDatȧއtypeSyncއlinkIDitem0witem10CustomData+typeSync+linkIDitem0yitem10CustomDatafxtypeSyncxlinkIDitem0{item10CustomDataňtypeSyncňlinkIDitem0}item10CustomDatatypeSynclinkIDitem0item10CustomDataM_typeSync_linkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomData4FtypeSyncFlinkIDitem0item10CustomDatatypeSynclinkIDitem0item10CustomDataΊtypeSynclinkIDitem0item10CustomData-typeSync-linkID item0item10CustomDatahztypeSynczlinkID!item0item10CustomDataNjtypeSyncNjlinkID"item0item10CustomDatatypeSynclinkID#item0item10CustomDataOatypeSyncalinkID$item0item10CustomDatatypeSynclinkID%item0item10CustomDatatypeSynclinkID&item0item10CustomData6HtypeSyncHlinkID'item0item10CustomDatatypeSynclinkID(item0item10CustomDataЍtypeSynclinkID)item0item10CustomData/typeSync/linkID*item0item10CustomDataj|typeSync|linkID+item0item10CustomDataɎtypeSyncɎlinkID,item0item1CustomDatatypeSync[INy^