sreVadmiral\admiral.h^edescription.ext&]^hull3\briefing\blufor.sqf^hull3\briefing\civilian.sqf^hull3\briefing\indfor.sqf^hull3\briefing\opfor.sqf^hull3\HK416_USSF_BLK.h^+hull3\hull3.hE]^Whull3\LICENSE^8hull3\US_SF_CUS.h^dinit.sqf^mission.sqm^xclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "CUP_RU_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_RU_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_RU_WD"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Opening the Toy Box"; onLoadMission = "Made with Hull3"; author = "Insane"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 52; }; 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 = 0; 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 = 2; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
With a recent unexpected Russian occupation going on the island of Altis, Command have given us orders to perform strategic strikes on the enemy positions in the East.

ENEMY FORCES
Russian forces comprised of VDV troops and various mechanised armour squads and possible air threats

FRIENDLY FORCES
ARK lightweight QRF teams, with CAS and AH teams on standby "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
CAS needs to knock out any armour patrolling the nearby white sands Rearm station so we can repurpose it for repair/rearm/refuel, instead of the tiny airfield in the north. AH might need to assist removing any infantry to make it safe for us to operate from.

Infantry need to secure the enemy compound, and temporarily aquire some APCs there from the russians, for movement to the Solar Power plant down near Paros that needs cleared and towers destroyed, Russians are using these towers as temporary AA positions.
Make sure to use any provided IR Strobes on acquired vehicles so CAS and AH don't hit the wrong vehicles when moving.

Once the temporary AA threats have been eliminated at the solar power and the towers demolished, CAS needs to make a run on this Hilltop Storage to remove any stationary armour threats, while Infantry sweep into Charkia to remove the North-east Commander.
When the Commander has been removed from his post, we no longer need to be concerned about threats to TH and AH. You can dispose of the borrowed APCs since we no longer need them.

A priority CAS Target is the airfield on the south eastern which will be a threat to us, Fast Air will need to make a run on this and knock out anything on the field.
Be wary as you cross the southern risk line but we need it smashed so no reinforcements can come up.

CAS may need to knock out a few Artillery pieces stationed down in Pyrgos, Infantry can move in on the aftermath to clear the military compound and remove the southern commander stationed near the artillery pieces.

Final task is to have both CAS and Infantry move on the main airport and help relax the Russian's grip on it, we need it vacated of threats so civilian evacuations can take place.
Try not to have CAS venture past the Western line, there is still a heavy AA threat out there and we don't have the firepower on hand to erase it. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
We don't have the boots on grounds for a full scale assault, small and fast is the method here

MOVEMENT PLAN
Transport UH-60s are on station for the troops, Paros is seen as dangerous for helicopters so best to avoid until the towers are downed

FIRE SUPPORT PLAN
You have A-10 and AV-8B jets to hand, alongside AH-64D Apaches to help infantry if required with strike packages

SPECIAL TASKS
Squad Leaders and XO have Laser designators for helping direct any attacks from the A-10s if needed "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
USING LASER CODES

Really important that your laser lock code on the AGM-114K matches what's being transmitted on the ground. Each squad Leader should have a SOFLAM tuned to the default lock code for calling in airstrikes, just paint the target

CTRL+ALT+Q cycle laser code UP
CTRL+ALT+E cycle laser code DOWN
These can be rebound under Controls / Configure Addons / ACE Equipment

CAS - CODE 1111 (Default for everything)

Squad leaders can change their laser codes to a different frequency, just make sure CAS knows WHO and WHICH CODE is calling in the strike for!

CAS will pick up the laser when orientated in the right direction "]]; // CAS pilots player createDiaryRecord ["Diary", ["CAS", "
!! Remember ground troups will be acquiring enemy assets, check your targets and confirm no IR strobes are active !!

A-10s normal tasking would be ground targets, they come equipped with the following Mavericks:
AGM-114L Hellfire 'Longbow'
These use the standard lock on process, fire and forget

AGM-114K Hellfire II
Reliant on a steady laser lock, best used in conjunction with ground forces on targets.

Both AV-8Bs and AH-64s come equipped with AGM-114L Hellfire 'Longbow' missiles, and AV-8Bs carry active radar capabilities for any air threats

"]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Insane "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class HK416_USSF_BLK { class Rifleman { primaryWeapon = "CUP_arifle_HK416_Black"; primaryWeaponItems[] = {"CUP_optic_CompM4", "CUP_acc_anpeq_15_flashlight_black_l"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {"CUP_NVG_PVS15_black"}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1} }; vestItems[] = { {"ACE_IR_Strobe_Item", 2} }; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_HK416_AGL_Black"; primaryWeaponItems[] = {"CUP_optic_Eotech553_Black", "CUP_acc_anpeq_15_top_flashlight_black_l"}; handgunWeapon = "CUP_hgun_Glock17_blk"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_FlareWhite_M203", 2}, {"CUP_17Rnd_9x19_glock17", 3} }; assignItems[] = {"ItemGPS","CUP_NVG_PVS15_black"}; binocular = "ACE_Vector"; }; class Officer : Leader { assignItems[] = {"ItemGPS","CUP_NVG_PVS15_black"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_smg_MP7"; primaryWeaponItems[] = {"cup_acc_flashlight","cup_optic_mrad"}; uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 2} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = { {"CUP_40Rnd_46x30_MP7", 5}, {"ACE_HandFlare_White", 1}, {"ACE_HandFlare_Red", 1}, }; backpackMagazines[] = {}; assignItems[] = {"ItemGPS", "ACE_NVG_Wide"}; }; class CO : Officer { uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1}, {"laserbatteries",1} }; binocular = "CUP_SOFLAM"; }; class XO : CO { backpackMagazines[] = { {"CUP_1Rnd_Smoke_M203", 8}, {"CUP_1Rnd_SmokeRed_M203", 8}, {"CUP_17Rnd_9x19_glock17", 3} }; binocular = "CUP_LRTV"; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_FlareWhite_M203", 2}, {"laserbatteries",1} }; binocular = "CUP_SOFLAM"; }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_HK416_CQB_Black"; primaryWeaponItems[] = {"CUP_optic_CompM2_low", "CUP_acc_anpeq_15_flashlight_black_l"}; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_556x45_PMAG_QP", 2} }; assignItems[] = {"ItemGPS","CUP_NVG_PVS15_black"}; 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_mk48"; primaryWeaponItems[] = {"CUP_acc_anpeq_15_flashlight_black_l"}; vestMagazines[] = {{"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 2}}; backpackMagazines[] = {{"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4}}; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { primaryWeaponItems[] = {"CUP_optic_CompM2_low", "CUP_acc_anpeq_15_flashlight_black_l"}; secondaryWeapon = "CUP_launch_M136"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 6}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 4}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 2} }; }; class MATG : RAT { secondaryWeapon = "launch_MRAWS_green_rail_F"; secondaryWeaponItems[] = {"MRAWS_HEAT_F"}; backpackMagazines[] = { {"MRAWS_HEAT_F", 4}, {"MRAWS_HE_F", 2} }; }; class MATAG : Rifleman { backpackMagazines[] = { {"MRAWS_HEAT_F", 4}, {"MRAWS_HE_F", 2} }; binocular = "ACE_Vector"; assignItems[] = {"ItemGPS","CUP_NVG_PVS15_black"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class MATAC : MATAG { assignItems[] = {}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343"}; }; class HATG : MATG { secondaryWeapon = "CUP_launch_Javelin"; secondaryWeaponItems[] = {"CUP_Javelin_M"}; backpackMagazines[] = {{"CUP_Javelin_M", 1}}; }; class HATAG : MATAG { backpackMagazines[] = { {"HandGrenade", 1}, {"CUP_Javelin_M", 1} }; }; class VC : Crew { binocular = "ACE_Vector"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_arifle_HK416_Black", 2}, {"CUP_launch_M136", 4} }; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 20}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 10}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 10}, {"CUP_1Rnd_Smoke_M203", 5}, {"CUP_FlareWhite_M203", 5}, {"ACE_HandFlare_White", 5}, {"HandGrenade", 5}, {"SmokeShell", 5} }; items[] = { {"ACE_IR_Strobe_Item", 5}, {"ItemGPS", 1} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class Car : Vehicle { }; class Truck : Vehicle { weapons[] = { {"CUP_arifle_HK416_Black", 2}, {"CUP_launch_M136", 10} }; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 40}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 20}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 30}, {"CUP_1Rnd_Smoke_M203", 10}, {"CUP_FlareWhite_M203", 10}, {"SatchelCharge_Remote_Mag", 5}, {"ACE_HandFlare_White", 10}, {"MRAWS_HEAT_F", 5}, {"CUP_Javelin_M", 5}, {"HandGrenade", 10}, {"SmokeShell", 10} }; items[] = { {"ACE_M26_Clacker", 1}, {"ACE_IR_Strobe_Item", 10}, {"ItemGPS", 1} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class TrippleR : Vehicle { weapons[] = { {"CUP_arifle_HK416_Black", 2}, {"CUP_launch_M136", 10} }; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 20}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 10}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 30}, {"CUP_40Rnd_46x30_MP7", 10}, {"CUP_FlareWhite_M203", 10}, {"ACE_HandFlare_White", 10}, {"DemoCharge_Remote_mag",5}, {"MRAWS_HEAT_F", 5}, {"HandGrenade", 10}, {"SmokeShell", 10}, {"SmokeShellGreen", 5} }; items[] = { {"ACE_M26_Clacker", 1} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 8} }; }; class Armored : Truck { weapons[] = {{"CUP_launch_M136", 10}}; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 40}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 20}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 30}, {"CUP_1Rnd_Smoke_M203", 10}, {"CUP_FlareWhite_M203", 10}, {"MRAWS_HEAT_F", 5}, {"SatchelCharge_Remote_Mag", 5}, {"ACE_HandFlare_White", 10}, {"HandGrenade", 10}, {"SmokeShell", 10} }; items[] = { {"ACE_M26_Clacker", 3}, {"ACE_IR_Strobe_Item", 10}, {"ItemGPS", 1} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class enemyarmor : Truck { weapons[] = { {"CUP_launch_Metis", 1}, {"CUP_launch_RPG7V",2}, {"CUP_launch_Igla",6} }; magazines[] = { {"CUP_PG7V_M", 5}, {"CUP_PG7VL_M", 2}, {"CUP_AT13_M", 5}, {"SatchelCharge_Remote_Mag", 10}, {"DemoCharge_Remote_mag",10}, {"SLAMDirectionalMine_Wire_Mag",5}, {"ACE_HandFlare_White", 10}, {"HandGrenade", 10}, {"SmokeShell", 10} }; items[] = { {"ACE_M26_Clacker", 4} }; medicalItems[] = { {"ACE_fieldDressing", 50} }; }; };class Hull3 { isEnabled = 1; class MissionParams { // Date YYYY-MM-DD date[] = { {2035, 4, 26}, // New Moon {1965, 4, 11} // Full Moon }; // Time HH24:mm time[] = { {4, 45}, // Dawn {5, 30}, // Early Morning {9, 0}, // Morning {12, 0}, // Noon {16, 0}, // Afternoon {17, 50}, // Evening {18, 50}, // Dusk {0, 0} // Night }; }; class Uniform { #include "US_SF_CUS.h" factions[] = { {"BLU_F","US_SF_CUS"} }; }; class Gear { #include "HK416_USSF_BLK.h" factions[] = { {"BLU_F","HK416_USSF_BLK"} }; }; 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 US_SF_CUS { gear = "HK416_USSF_BLK"; uniform = "US_SF_CUS"; languages[] = { {"west", 100} }; }; }; };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 US_SF_CUS { class Rifleman { headGear = "cup_h_opscore_grey_noHS"; goggles = ""; uniform = "CUP_U_CRYE_RGR_Full"; vest = "CUP_V_B_Interceptor_Rifleman_Grey_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { uniform = "CUP_U_CRYE_RGR_Full"; vest = "CUP_V_B_Interceptor_Grenadier_Grey_ARM"; }; class Officer : Leader { headGear = "cup_h_opscore_grey"; uniform = "CUP_U_CRYE_RGR_roll"; }; class Crew : Rifleman { headGear = "usm_helmet_cvc"; uniform = "CUP_U_CRYE_RGR_Full"; vest = "usm_vest_pasgtdcu_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { uniform = "CUP_U_CRYE_RGR_roll"; }; class XO : CO { uniform = "CUP_U_CRYE_RGR_roll"; backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { backpack = "ark_backpack_large"; vest = "CUP_V_B_Interceptor_Rifleman_Grey_ARM"; }; class FTL : Leader { headGear = "cup_h_opscore_grey"; vest = "CUP_V_B_Interceptor_Rifleman_Grey_ARM"; }; class AR : Rifleman { uniform = "CUP_U_CRYE_RGR_Full"; vest = "CUP_V_B_Interceptor_Rifleman_Grey_ARM"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { uniform = "CUP_U_CRYE_RGR_roll"; headGear = "cup_h_opscore_grey"; }; class MATG : RAT { backpack = "ark_backpack_large"; }; class MATAG : RAT { backpack = "ark_backpack_large"; }; class MATAC : MATAG { }; class HATG : RAT { backpack = "ark_backpack_large"; }; class HATAG : RAT { backpack = "ark_backpack_large"; }; class HATAC : HATAG { }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; class P : Crew { headGear = "CUP_H_USMC_Helmet_Pilot"; uniform = "CUP_U_CRYE_RGR_Full"; vest = "CUP_V_B_PilotVest_ARM"; backpack = "B_Parachute"; }; class PCM : P { }; };ark_fnc_enableSim = { params ["_veh","_enabled"]; _veh enableSimulationGlobal _enabled; {_x enableSimulationGlobal _enabled} forEach crew _veh; }; // Disable simulation for vehicles + crews at game start {[_x,false] call ark_fnc_enableSim;} forEach [froggy1,froggy2,froggy3,fastjet1,fastjet2,hind1,hind2,shark1]; 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; }; raPxversion5EditorDataaddonsPCUP_WheeledVehicles_TowingTractorCUP_AirVehicles_A10CUP_AirVehicles_AH64CUP_AirVehicles_AV8BCUP_WheeledVehicles_HMMWVCUP_WaterVehicles_LPDCUP_WheeledVehicles_MTVRCUP_AirVehicles_UH60A3_Characters_Face_nouniformrestrictionsace_parachuteA3_Structures_F_Mil_HelipadsA3_Structures_F_Heli_Items_AirportA3_Ui_Fark_ace_rearmark_clear_cargoCUP_AirVehciles_UH1YA3_Structures_F_Enoch_Military_CampsCUP_WaterVehicles_LCU1600A3_Modules_FMBG_Buildings_3CUP_WheeledVehicles_UAZadmiralCUP_WheeledVehicles_BTR80A3_Props_F_Orange_Humanitarian_CampsCUP_CAStructures_E_MiscA3_Structures_F_Mil_CargoCUP_WheeledVehicles_KamazCUP_WheeledVehicles_UralCUP_Misc3_ConfigCUP_Buildings_Configplp_containersCUP_Creatures_Military_RussiaCUP_AirVehciles_KA60CUP_Weapons_AmmoBoxesCUP_Creatures_StaticWeaponsCUP_CAMiscA3_Structures_F_EPB_Civ_Campingace_interactionace_cargoace_draggingCUP_TrackedVehicles_2S6Mmnp_opforCUP_AirVehicles_AmbientPlanesCUP_AirVehicles_SU34CUP_AirVehicles_Su25CUP_Misc_e_Configark_rotorCUP_WaterVehicles_ZubrCUP_TrackedVehicles_T72CUP_WheeledVehicles_BRDM2CUP_WheeledVehicles_BTR90CUP_AirVehicles_Ka50CUP_Editor_Structures_ConfigA3_Structures_F_FurnitureA3_Structures_F_Items_ElectronicsA3_Props_F_Orange_FurnitureA3_Props_F_Enoch_Military_EquipmentCUP_TrackedVehicles_BMP3A3_Props_F_Enoch_Military_CampsA3_Data_F_Curator_Intelcba_xehCUP_Weapons_MakarovCUP_Weapons_AmmunitionA3_Weapons_FCUP_Creatures_Military_TakiCUP_Weapons_GrenadesA3_Weapons_F_Itemsace_medical_engineace_medical_treatmentark_vestsA3_Structures_F_Civ_CampingA3_Structures_F_Civ_InfoBoardsA3_Props_F_Orange_Civilian_InfoBoardsark_ai_sentryCUP_AirVehicles_Mi24CUP_AirVehicles_Mi8CUP_AirVehicles_MI6CUP_WheeledVehicles_VodnikCUP_TrackedVehicles_BMPAddonsMetaData+ randomSeedScenarioData^%CustomAttributes%Missionr'x moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera+ nextIDnextIDnextIDposlFtGBHFdir^bޢupĤp?HasidetRPHp?+ List; ^%HitemsGItem0 Item1 Item25 Item3x Item4 Item5Item6MItem7Item8Item9dItem10Item11FItem12Item13lItem14Item15IItem16Item17Item18Item19Item20tItem21Item22Item23-Item24zItem25 Item26VItem27Item28Item29)Item30lItem31Item32Item33;Item34Item35Item36Item37Item38Item39ZItem40Item41Item424Item43Item44Item45?Item46|Item47Item48&Item49oItem50Item51 Item52LItem53Item54#Item55Item56Item57 Item58 Item59!Item60!Item61!Item62-"Item63"Item64#Item65r#Item66#Item67 $Item68a$Item69$Item70$^%classNameCUP_WheeledVehicles_TowingTractornameCUP_WheeledVehicles_TowingTractor classNameCUP_AirVehicles_A10nameCUP_AirVehicles_A105 classNameCUP_AirVehicles_AH64nameCUP_AirVehicles_AH64x classNameCUP_AirVehicles_AV8BnameCUP_AirVehicles_AV8B classNameCUP_WheeledVehicles_HMMWVnameCUP_WheeledVehicles_HMMWVclassNameCUP_WaterVehicles_LPDnameCUP_WaterVehicles_LPDMclassNameCUP_WheeledVehicles_MTVRnameCUP_WheeledVehicles_MTVRclassNameCUP_AirVehicles_UH60nameCUP_AirVehicles_UH60classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comdclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttp://ace3mod.com/FclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_HelinameArma 3 Helicopters - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comlclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.orgIclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgclassNameCUP_AirVehciles_UH1YnameCUP_AirVehciles_UH1YclassNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WaterVehicles_LCU1600nameCUP_WaterVehicles_LCU1600classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comtclassNameMBG_Buildings_3nameMBG_Buildings_3classNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZclassNameAdmiralnameadmiralauthorKami-classNameCUP_WheeledVehicles_BTR80nameCUP_WheeledVehicles_BTR80zclassNameA3_Props_F_OrangenameArma 3 Orange - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_CAStructures_E_MiscnameCUP_CAStructures_E_MiscVclassNameCUP_WheeledVehicles_KamaznameCUP_WheeledVehicles_KamazclassNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_UralclassNameCUP_Misc3_ConfignameCUP_Misc3_Config)classNameCUP_Buildings_ConfignameCUP_Buildings_ConfiglclassNameplp_containersnameplp_containersclassNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_RussiaclassNameCUP_AirVehciles_KA60nameCUP_AirVehciles_KA60;classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsclassNameCUP_CAMiscnameCUP_CAMiscclassNameA3_Structures_F_EPBnameArma 3 Adapt Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_interactionnameACE3 - InteractionauthorACE-Teamurlhttp://ace3mod.com/classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/ZclassNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttp://ace3mod.com/classNameCUP_TrackedVehicles_2S6MnameCUP_TrackedVehicles_2S6MclassNamemnp_opfornamemnp_opfor4classNameCUP_AirVehicles_AmbientPlanesnameCUP_AirVehicles_AmbientPlanesclassNameCUP_AirVehicles_SU34nameCUP_AirVehicles_SU34authorSabre[Dust], Community Upgrade ProjectclassNameCUP_AirVehicles_Su25nameCUP_AirVehicles_Su25?classNameCUP_Misc_e_ConfignameCUP_Misc_e_Config|classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameCUP_WaterVehicles_ZubrnameCUP_WaterVehicles_Zubr&classNameCUP_TrackedVehicles_T72nameCUP_TrackedVehicles_T72oclassNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2classNameCUP_WheeledVehicles_BTR90nameCUP_WheeledVehicles_BTR90 classNameCUP_AirVehicles_Ka50nameCUP_AirVehicles_Ka50LclassNameCUP_Editor_Structures_ConfignameCUP_Editor_Structures_ConfigclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com#classNameA3_Props_F_EnochnameArma 3 Enoch - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_TrackedVehicles_BMP3nameCUP_TrackedVehicles_BMP3classNameA3_Data_F_CuratornameArma 3 Zeus Update - Main ConfigurationauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_Weapons_MakarovnameCUP_Weapons_Makarov classNameCUP_Weapons_AmmunitionnameCUP_Weapons_Ammunition!classNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.com!classNameCUP_Creatures_Military_TakinameCUP_Creatures_Military_Taki!classNameCUP_Weapons_GrenadesnameCUP_Weapons_Grenades-"classNameace_medical_enginenameACE3 - Medical EngineauthorACE-Teamurlhttp://ace3mod.com/"classNameace_medical_treatmentnameACE3 - Medical TreatmentauthorACE-Teamurlhttp://ace3mod.com/#classNameark_vestsnameARK Inhouse - VestsauthorARKurlhttp://www.ark-group.orgr#classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org#classNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24 $classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8a$classNameCUP_AirVehicles_MI6nameCUP_AirVehicles_MI6$classNameCUP_WheeledVehicles_VodniknameCUP_WheeledVehicles_Vodnik$classNameCUP_TrackedVehicles_BMPnameCUP_TrackedVehicles_BMPauthorCommunity Cupgrade Project^%authorInsaneHeader%%gameTypeCoopminPlayersmaxPlayers4%Category0%r'nameMultiplayerAttribute0&Attribute1&nAttributesr'propertyRespawnTemplatesexpressiontrueValueW&&datag&&type&value&&typeARRAY&itemsItem0&&data&&type&valueNone&typeSTRING&propertyRespawnButtonexpressiontrueValue1'r'dataA'r'type]'value?r'typeSCALARr'Intel'EntitiesF)Connections]xbriefingNameark_co52_opening_the_toy_boxoverviewTextAir Strikes are the order of the day - REQ : 2 CAS, 1 AH, 1THtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayTItem6AItem7#EItem8wHItem9KItem10MItem11=NItem12OItem13RItem14UItem15WItem16ZItem17Z]Item18hItem19(oItem20ZxItem21z}Item22GItem23֋Item24Item25Item265Item27Item28Item29Item30Item31Item32:Item33Item34Item35Item36uItem37Item38lItem39JItem40Item41Item42Item43Item44Item45dItem46TItem47Item48:Item49Item50 Item51Item52Item53 Item54Item55QItem56Item57 Item58k Item594Item60Item61Item62Item63`Item64Item65^Item66Item67BItem68& dataTypeObjectPositionInfo.sideEmptyflagsAttributesN.idtypeCUP_B_TowingTractor_USAatlOffset/<CustomAttributes./positionfF+A7/Fangles<?;N.initcall{ [this, ["faction", "US_SF_CUS"], ["gear", "Car"]] call hull3_unit_fnc_init;}.Attribute0.nAttributes/propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value0//data@//type/value[[[["FirstAidKit"],[2]],[[],[]],[[],[]],[[],[]]],false]/typeSTRING/ dataTypeObjectPositionInfo@0sideEmptyflagsAttributesx0id^typeCUP_B_A10_DYN_USAatlOffsetCustomAttributesO23position<F_AdFanglesf<?positionF$rAJqFangles@y@@;skill?nameAH4receiveRemoteTargetsreportOwnPositionpylonsCUP_PylonPod_19Rnd_Rocket_FFAR_M;PylonRack_4Rnd_ACE_Hellfire_AGM114L[0];PylonRack_4Rnd_ACE_Hellfire_AGM114L[0];CUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_1Rnd_AIM_9L_Sidewinder_M[0];CUP_PylonPod_1Rnd_AIM_9L_Sidewinder_M[0];=Attribute07=nAttributesk>propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value=k>data=k>typeV>value[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]k>typeSTRINGk>dataTypeObjectPositionInfo>sideEmptyflagsAttributes/?id'typeCUP_B_AH64D_DL_USACustomAttributesk@Aposition0F_Ae}Fangles<&@. @;iskill?rankSERGEANTinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init; }descriptionUS Rangers - Alpha Squad Leader@Alpha SLisPlayablereportRemoteTargetsreportOwnPositionjAttribute0#kAttribute1knAttributes;lpropertyspeakerexpression_this setspeaker _value;Valuemkkdata}kktypekvalueMale09ENGktypeSTRINGkpropertypitchexpression_this setpitch _value;Valuek;ldata l;ltype&lvalue ׃?;ltypeSCALAR;ldataTypeObjectPositionInfolsideWestflagsAttributeslid0typeB_medic_FCustomAttributesm"opositionBF?A.Fangles<A> @@lskill?rankCORPORALinit [this, ["faction", "US_SF_CUS"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionUS Rangers - Alpha Squad Medic@Alpha SLisPlayablemAttribute0 nAttribute1nnAttributes"opropertyspeakerexpression_this setspeaker _value;ValueTnndatadnntypenvalueMale08ENGntypeSTRINGnpropertypitchexpression_this setpitch _value;Valuen"odatan"otype ovalue\?"otypeSCALAR"o(odataTypeGroupsideWestEntitiesroAttributesTxid1ZxitemsItem0oItem1rItem2-tItem3uTxdataTypeObjectPositionInfo7psideWestflagsAttributesopid2typeB_Soldier_TL_FCustomAttributespqrposition2AFǥAFangles4QO=1> @;opskill?rankCORPORALinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init; }descriptionUS Rangers - Alpha 1 Fireteam Leader@Alpha 1isPlayablereportRemoteTargetspqAttribute0qAttribute19rnAttributesrpropertyspeakerexpression_this setspeaker _value;Valueq9rdatar9rtype$rvalueMale12ENG9rtypeSTRING9rpropertypitchexpression_this setpitch _value;Valuerrdatarrtypervalue?rtypeSCALARrdataTypeObjectPositionInfo1ssideWestflagsAttributesisid3typeB_soldier_AR_F-tposition 8F护AFanglesQZO=@> @Σ @Md=tskill?init [this, ["faction", "US_SF_CUS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Rangers - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayableudataTypeObjectPositionInfovsideWestflagsAttributesTvid5typeB_soldier_LAT_FCustomAttributeswTxposition9FEAFangles<A> @ f=Tvskill?init[this, ["faction", "US_SF_CUS"], ["gear", "MATG"]] call hull3_unit_fnc_init;descriptionUS Rangers - Alpha 1 Rifleman (AT)@Alpha 1isPlayablewAttribute0 @@yskill?rankSERGEANTinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init; }descriptionUS Rangers - Bravo Squad Leader @Bravo SLisPlayablereportRemoteTargetsreportOwnPositionzAttribute0zAttribute1k{nAttributes{propertyspeakerexpression_this setspeaker _value;Value${k{data4{k{typeV{valueMale11ENGk{typeSTRINGk{propertypitchexpression_this setpitch _value;Value{{data{{type{valueff?{typeSCALAR{dataTypeObjectPositionInfo^|sideWestflagsAttributes|id8typeB_medic_Ft}positionRFAnFanglesH4)= @!@|skill?rankCORPORALinit [this, ["faction", "US_SF_CUS"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUS Rangers - Bravo Squad Medic@Bravo SLisPlayablet}z}dataTypeGroupsideWestEntities}AttributesAid9GitemsItem0~Item1Item2Item3AdataTypeObjectPositionInfo~sideWestflagsAttributes~id:typeB_Soldier_TL_FCustomAttributesposition~PFA6FanglesEAZ=> @@~skill?rankCORPORALinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init; }descriptionUS Rangers - Bravo 1 Fireteam Leader@Bravo 1isPlayablereportRemoteTargetsAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueEdataUtypewvalueMale06ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueҀdatatypevalueu?typeSCALARdataTypeObjectPositionInfosideWestflagsAttributesid;typeB_soldier_AR_FpositionzGF9AFangles>Z= @f<skill?rankCORPORALinit [this, ["faction", "US_SF_CUS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Rangers - Bravo 1 Automatic Rifleman@Bravo 1isPlayabledataTypeObjectPositionInfosideWestflagsAttributes(id<typeB_Soldier_A_FpositionDDFJAνFanglesyT= @nZ<(skill?init [this, ["faction", "US_SF_CUS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Rangers - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayabledataTypeObjectPositionInfoYsideWestflagsAttributesid=typeB_soldier_LAT_FApositionIF=AFanglesyT= @nZ<skill?init[this, ["faction", "US_SF_CUS"], ["gear", "MATG"]] call hull3_unit_fnc_init;descriptionUS Rangers - Bravo 1 Rifleman (AT)@Bravo 1isPlayableAGdataTypeGroupsideWestEntitiesAttributesЋid>֋itemsItem0Item1ЋdataTypeObjectPositionInfo@sideWestflagsAttributesxid?typeB_Soldier_SL_FCustomAttributespositionjFHâAFangles#=pd @?=xskill?rankSERGEANTinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init; }descriptionUS Rangers - Charlie Squad Leader@Charlie SLisPlayablereportRemoteTargetsreportOwnPositionAttribute0ˇAttribute1\nAttributespropertyspeakerexpression_this setspeaker _value;Value\data%\typeGvalueMale10ENG\typeSTRING\propertypitchexpression_this setpitch _value;ValuedatatypeΈvalueG?typeSCALARdataTypeObjectPositionInfoesideWestflagsAttributesid@typeB_medic_FCustomAttributesЋposition`cFMAAFanglesl?=fd @<skill?rankCORPORALinit [this, ["faction", "US_SF_CUS"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUS Rangers - Charlie Squad Medic@Charlie SLisPlayableAttribute0Attribute1InAttributesЋpropertyspeakerexpression_this setspeaker _value;ValueIdataItype4valuemale04engItypeSTRINGIpropertypitchexpression_this setpitch _value;ValueЋdataЋtypevalue;~?ЋtypeSCALARЋ֋dataTypeGroupsideWestEntities AttributesidAitemsItem0^Item1sItem2JItem3dataTypeObjectPositionInfosideWestflagsAttributesidBtypeB_Soldier_TL_FCustomAttributes#sposition`F5'AFangles#=pd @3<skill?rankCORPORALinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;}descriptionUS Rangers - Charlie 1 Fireteam Leader@Charlie 1isPlayablereportRemoteTargets#Attribute0[Attribute1nAttributesspropertyspeakerexpression_this setspeaker _value;Valuedatatype׎valueMale02ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value2sdataBstype^value?stypeSCALARsdataTypeObjectPositionInfosideWestflagsAttributes2idCtypeB_soldier_AR_FCustomAttributesJpositionVFܞAFangles9<fd @<2skill?rankCORPORALinit [this, ["faction", "US_SF_CUS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Rangers - Charlie 1 Automatic Rifleman@Charlie 1isPlayableAttribute02Attribute1ÑnAttributesJpropertyspeakerexpression_this setspeaker _value;Value|ÑdataÑtypevaluemale10engÑtypeSTRINGÑpropertypitchexpression_this setpitch _value;Value JdataJtype5value`?JtypeSCALARJdataTypeObjectPositionInfosideWestflagsAttributesidDtypeB_Soldier_A_Fposition~SFs=AFanglesl?=fd @<skill?init [this, ["faction", "US_SF_CUS"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUS Rangers - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayabledataTypeObjectPositionInfo'sideWestflagsAttributes_idEtypeB_soldier_LAT_FpositionYFAFanglesl?=fd @<_skill?init[this, ["faction", "US_SF_CUS"], ["gear", "MATG"]] call hull3_unit_fnc_init;descriptionUS Rangers - Charlie 1 Rifleman (AT)@Charlie 1isPlayabledataTypeGroupsideWestEntitiessAttributesܛidpatlOffset@:itemsItem0Item1טܛ dataTypeObjectPositionInfo2sideWestflagsAttributesjidqtypeB_Soldier_SL_FatlOffset@:CustomAttributesטpositionFNA&FanglesH-;ؕ@6@jskill?rankSERGEANTinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init; }descriptionUS Rangers - Delta Squad Leader@Delta SL (JIP)isPlayablereportRemoteTargetsreportOwnPositionAttribute0Attribute1PnAttributesטpropertyspeakerexpression_this setspeaker _value;Value PdataPtype;valueMale10ENGPtypeSTRINGPpropertypitchexpression_this setpitch _value;Valueטdataטtype˜valueG?טtypeSCALARט dataTypeObjectPositionInfoisideWestflagsAttributesidrtypeB_medic_FatlOffset:CustomAttributesܛpositionFnEAJFanglesU|<ؕ@6@skill?rankCORPORALinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;}descriptionUS Rangers - Delta Squad Medic@Delta SL (JIP)isPlayableAttribute0ĚAttribute1UnAttributesܛpropertyspeakerexpression_this setspeaker _value;ValueUdataUtype@valueMale04ENGUtypeSTRINGUpropertypitchexpression_this setpitch _value;ValueܛdataܛtypeǛvaluep}?ܛtypeSCALARܛdataTypeGroupsideWestEntities<Attributes/idsatlOffset :5itemsItem0zItem1Item2pItem3Y/ dataTypeObjectPositionInfosideWestflagsAttributesIidttypeB_Soldier_TL_FatlOffset :CustomAttributes7position(F7AlFangles/;ؕ@X[@Iskill?rankCORPORALinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;}descriptionUS Rangers - Delta 1 Fireteam Leader@Delta 1 (JIP)isPlayable7Attribute0oAttribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedataɞtypevalueMale02ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueFdataVtypervalue?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesVidutypeB_soldier_AR_FatlOffset :CustomAttributes ppositionFR6AFanglesxP@ؕ@z@Vskill?rankCORPORALinit [this, ["faction", "US_SF_CUS"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUS Rangers - Delta 1 Automatic Rifleman@Delta 1 (JIP)isPlayable Attribute0XAttribute1nAttributesppropertyspeakerexpression_this setspeaker _value;ValuedatatypeԡvalueMale10ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value/pdata?ptype[value\?ptypeSCALARp dataTypeObjectPositionInfosideWestflagsAttributes>idvtypeB_Soldier_A_FatlOffset@:CustomAttributes YpositionFw8AFanglesxP@ؕ@z@>skill?initcall{ [this, ["faction", "US_SF_CUS"], ["gear", "AAR"]] call hull3_unit_fnc_init;}descriptionUS Rangers - Delta 1 Assistant Automatic Rifleman@Delta 1 (JIP)isPlayable Attribute0AAttribute1ҤnAttributesYpropertyspeakerexpression_this setspeaker _value;ValueҤdataҤtypevalueMale02ENGҤtypeSTRINGҤpropertypitchexpression_this setpitch _value;ValueYdata(YtypeDvalueQx?YtypeSCALARY dataTypeObjectPositionInfosideWestflagsAttributes)idwtypeB_soldier_LAT_FatlOffset:CustomAttributesߦ/positionF:AFangles@ؕ@@)skill?init[this, ["faction", "US_SF_CUS"], ["gear", "MATG"]] call hull3_unit_fnc_init;descriptionUS Rangers - Delta 1 Rifleman (AT)@Delta 1 (JIP)isPlayableߦAttribute0Attribute1nAttributes/propertyspeakerexpression_this setspeaker _value;ValueadataqtypevalueMale09ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value/data/typevalue ׃?/typeSCALAR/5dataTypeGroupsideWestEntitiesAttributesid}atlOffset;itemsItem0¨Item1LItem2dataTypeObjectPositionInfoBsideWestflagsAttributeszid~typeB_Helipilot_FatlOffset;LpositionFQAFangles5.<,@"otypeZvalueQx?otypeSCALARoudataTypeGroupsideWestEntitiesAttributesidatlOffsetitemsItem0 dataTypeObjectPositionInfo~sideWestflagsAttributesidtypeB_Pilot_FatlOffsetCustomAttributespositionF:uAfҿFanglesf<t?Up<skill?rankLIEUTENANTinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "P"], ["marker", "CAS3", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUS Rangers - CAS 3 Pilot@CAS 3 [A-10]isPlayableAttribute0Attribute1cnAttributespropertyspeakerexpression_this setspeaker _value;Valuecdata,ctypeNvalueMale05ENGctypeSTRINGcpropertypitchexpression_this setpitch _value;Valuedatatypevalue ׃?typeSCALARdataTypeGroupsideWestEntitiesJAttributesfidatlOffset6litemsItem0gf dataTypeObjectPositionInfosideWestflagsAttributes1idtypeB_Pilot_FatlOffset6CustomAttributesfposition,Fk AFangles<@ @=1skill?rankLIEUTENANTinitcall{ [this, ["faction", "US_SF_CUS"], ["gear", "P"], ["marker", "CAS4", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUS Rangers - CAS 4 Pilot@CAS 4 [AV-8B]isPlayableAttribute0NAttribute1nAttributesfpropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale05ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value%fdata5ftypeQvalueQx?ftypeSCALARfldataTypeObjectPositionInfosideEmptyflagsAttributes1idtypeCUP_B_MTVR_Ammo_USACustomAttributesJposition(FTA3Fanglesh=?@?=1initcall{ [this, ["faction", "US_SF_CUS"], ["gear", "TrippleR"]] call hull3_unit_fnc_init;}Attribute0nAttributesJpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueJdata(Jtype5value[[[["CUP_arifle_M4A1_black","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[4]]],false]JtypeSTRINGJdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HelipadCircle_FpositionOF2A54Fangles@q?#;dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HelipadCircle_FatlOffset6positionrFu]AFangles<3?@ dataTypeObjectPositionInfocsideEmptyflagsAttributesidtypeCUP_B_MTVR_Ammo_USAatlOffsetCustomAttributesposition;rFqAE2FanglesBK@밁@initcall{ [this, ["faction", "US_SF_CUS"], ["gear", "TrippleR"]] call hull3_unit_fnc_init;}Attribute0(nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_M4A1_black","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[4]]],false]typeSTRING dataTypeObjectPositionInfoSsideEmptyflagsAttributesidtypeCUP_B_MTVR_Refuel_USAatlOffsetCustomAttributesposition`F9AFangles=@,xZ<initcall{ [this, ["faction", "US_SF_CUS"], ["gear", "TrippleR"]] call hull3_unit_fnc_init;}Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuerdatatypevalue[[[["CUP_arifle_M4A1_black","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[4]]],false]typeSTRINGdataTypeObjectPositionInfo3sideEmptyflagsAttributeskidtypeCUP_B_MTVR_Repair_USACustomAttributespositiongFdAFanglesj=@,xZFanglesw@D<initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.035; _light setLightColor [255, 255, 255]; _light setLightAmbient [95, 95, 95];}dataTypeMarkerpositionFAFnamebase_rearmtypeEmptyid* dataTypeTriggerpositionAGF@Fangle @AttributesidtypeEmptyDetectorAreaR50atlOffsets?namelivestateconditioncall{hull3_mission_safetyTimerAbort}sizeA AsizeB AsizeCBdataTypeLogicPositionInfonameadm_hc_unitisPlayabledescriptionHCidtypeHeadlessClient_FatlOffset,J@position4FH9@ZFdataTypeLogicPositionInfoidBtypeARK_ACE_RearmatlOffset? position8OFDJ;tF dataTypeLogicPositionInfo{idCtypeARK_Clear_VehicleatlOffsetq}BpositionyFhFdataTypeObjectPositionInfosideEmptyflagsAttributesKidCtypeLand_HelipadCircle_FQpositionoF(L@틔Fanglesx)@KQdataTypeObjectPositionInfosideEmptyflagsAttributesidDtypeLand_HelipadCircle_FpositionѴF(L@ Fanglesq?dataTypeObjectPositionInfosideEmptyAttributesidbtypeCUP_B_UH1Y_Gunship_Dynamic_USMCatlOffset6WeACustomAttributes>  positiondFpAFanglese@initcall{ [this, ["faction", "US_SF_CUS"], ["gear", "Truck"]] call hull3_unit_fnc_init;}> Attribute0f nAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value  data  type~ value[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false] typeSTRING  dataTypeObjectPositionInfo+ sideEmptyflagsAttributesc idttypeCUP_B_UH60M_USatlOffset8CustomAttributes k positionF׺AFanglesu<,@3CustomAttributes^positionF3AgFangles-@@i@Attribute0(Attribute1nAttributes^property#filterexpression_this setVariable ["#filter",_value]Value~datatypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value^data/^typeKvalue^typeBOOL^dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_MBG_EdgeLight_WhitepositionCFAFanglesט<@initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfoLsideEmptyflagsAttributesidtypeLand_MBG_EdgeLight_WhiteBposition5FzAFanglesnsD<,xZ<initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}BdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_MBG_EdgeLight_Whitepositionx^FWAFangles^@<initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfo0sideEmptyflagsAttributeshidtypeLand_MBG_EdgeLight_White&positionFACFangles@n;hinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}&dataTypeLayernameground attack 1Entities{idatlOffset(H?gYitemsItem0CItem1Item2vItem3 !Item4~"Item5a*Item6n3Item74Item8AItem98BItem10CItem11CItem12xDItem13/QItem14TItem15WgYdataTypeTriggerpositionУFAD_FAttributesidtypeEmptyDetectorAreaR50nameground1conditioncall{triggeractivated livestate}sizeACsizeBCsizeCHBdataTypeMarkerpositionFKAіFnamethieftypeEmptyid+atlOffsetP"*v dataTypeObjectPositionInfosideEmptyflagsAttributesJidFtypeCUP_O_UAZ_METIS_RUatlOffset@6CustomAttributes_ !positionFn AFangles <X>@@Jnameboomcar_Attribute0nAttributes !propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value !data !type value[[[["CUP_arifle_AKS74U","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_CivPack_WDL"],[4]]],false] !typeSTRING !dataTypeTriggerposition,ؤFB&FangleȨ=Attributesx!id?typeEmptyDetector~"nameleavingthebaseconditioncall{{[thisTrigger, _x]call BIS_fnc_inTrigger}count [eapc1,eapc2,boomcar] > 0;}onActivationcall{if (isServer) then {[shark1,true] call ark_fnc_enableSim};}sizeA@DsizeCpAactivationByWESTisRectangle~"dataTypeLogicPositionInfo"idetypeAdmiral_CqcZoneCustomAttributes#a*position_F8~AsFanglesT=e@@# Attribute0#Attribute1y$Attribute2:%Attribute3%Attribute4&Attribute5e'Attribute6(Attribute7(Attribute8)nAttributes a*propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value;$y$dataK$y$typed$valuey$typeSTRINGy$propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value$:%data %:%type%%value:%typeSCALAR:%propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value%%data%%type%value%typeSCALAR%propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuek&&data{&&type&valueB&typeSCALAR&propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value$'e'data4'e'typeP'valueBe'typeSCALARe'propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value'(data'(type (value(typeBOOL(propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value((data((type(value@A(typeSCALAR(propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value_))datao))type)value)typeSTRING)propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value#*a*data3*a*typeL*valuea*typeSTRINGa*dataTypeLogicPositionInfo*idtypeAdmiral_PatrolZoneCustomAttributes*n3positionFBFangles:@5V@* Attribute0+Attribute1r,Attribute2.-Attribute3-Attribute4.Attribute5`/Attribute620Attribute7 1Attribute81Attribute92nAttributes n3propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value4,r,dataD,r,type],valuer,typeSTRINGr,propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value,.-data,.-type-value.-typeSCALAR.-propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value--data--type-valueB-typeSCALAR-propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuee..datau..type.valueB.typeSCALAR.propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value!/`/data1/`/typeM/value`/typeBOOL`/propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value/20data020type0value20typeSCALAR20propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value0 1data0 1type0value? 1typeSCALAR 1propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value11data11type1value@@1typeSCALAR1propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuei22datay22type2value2typeSTRING2propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value03n3data@3n3typeY3valuen3typeSTRINGn3dataTypeGroupsideCivilianEntities3Attributes4id4itemsItem03Item1y44dataTypeObjectPositionInfoS4sideCivilianflagsAttributess4idtypeC_Bob_VRy4positionΜF!p BoFs4y4dataTypeWaypointpositionE\F6A|FEffects4showWPNEVERidtypeMove444dataTypeLogicPositionInfoR5idtypeAdmiral_OndemandCampZoneCustomAttributesr5ApositionٕFB昆Fr5Attribute0n6Attribute1;7Attribute27Attribute38Attribute49Attribute5K:Attribute6 ;Attribute7;Attribute8<Attribute9=Attribute10T>Attribute11$?Attribute12?Attribute13@nAttributesApropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value6;7data 7;7type&7value;7typeSTRING;7propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value77data77type7value7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value~88data88type8valueB8typeSCALAR8propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value@99dataP99typel9valueB9typeSCALAR9propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value :K:data:K:type6:value AK:typeSCALARK:propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value: ;data: ;type:value ;typeBOOL ;propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value;;data;;type;value@;typeSCALAR;propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuel<<data|<<type<value<typeSTRING<propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueA==dataQ==typem=value=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value>T>data#>T>type?>value@T>typeSCALART>propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value>$?data>$?type?value$?typeSCALAR$?propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value??data??type?value?typeSCALAR?propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value@@data@@type@value@typeSCALAR@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueSAAdatacAAtype|AvalueAtypeSTRINGAdataTypeTriggerpositionrԕF8 BvFAttributesAidtypeEmptyDetectorAreaR508Bconditioncall{triggeractivated livestate}sizeC A8BdataTypeTriggerposition]F HxAԖFangleܩk@AttributesBidtypeEmptyDetectorAreaR50Cnamestolenconditioncall{this}sizeA@sizeBpAsizeC AactivationByWESTCdataTypeTriggerpositionF,gAPFangle{F@AttributesCidtypeEmptyDetectorAreaR250Cnamepurge1conditioncall{this}sizeA@DsizeB DsizeCBCdataTypeTriggerpositionUF{|B(FAttributes> 'CfgVehicles' >> typeOf _this >> "ace_rearm_defaultSupply")) then {getNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_rearm_defaultSupply")} else {-1})) then {[_this, _value] call ace_rearm_fnc_makeSource}ValueccdatacctypecvalueDctypeSCALARcdataTypeObjectPositionInfokdsideEmptyflagsAttributesdidtypeCUP_O_Kamaz_Reammo_RUCustomAttributesdgpositionF@JcFanglesfx@ddAttribute0dAttribute1dfnAttributesgpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value;edfdataKedftypeOfvalue[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[4]]],false]dftypeSTRINGdfpropertyace_rearm_rearmCargoexpressionif (_value != (if (isNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_rearm_defaultSupply")) then {getNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_rearm_defaultSupply")} else {-1})) then {[_this, _value] call ace_rearm_fnc_makeSource}ValueggdataggtypegvalueDgtypeSCALARg dataTypeObjectPositionInfohsideEmptyflagsAttributeshidtypeCUP_O_Kamaz_Refuel_RUatlOffset4CustomAttributeshkpositionFʥ@ FanglesK@hhAttribute0hAttribute1jnAttributeskpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueWijdatagijtypekjvalue[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[4]]],false]jtypeSTRINGjpropertyace_refuel_fuelCargoexpressionif (_value != (if (isNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_refuel_fuelCargo")) then {getNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_refuel_fuelCargo")} else {-1})) then {[_this, _value] call ace_refuel_fnc_makeSource}Valuekkdatakktypekvalue;FktypeSCALARk dataTypeObjectPositionInfolsideEmptyflagsAttributeslidtypeCUP_O_Kamaz_Repair_RUatlOffset4CustomAttributeslppositionFʥ@ofFanglese@llAttribute0mAttribute1nnAttributesppropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuenmndata~mntypenvalue[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[4]]],false]ntypeSTRINGnpropertyace_isRepairVehicleexpressionif (_value != (if (isNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_repair_canRepair")) then {getNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_repair_canRepair")} else {0})) then {_this setVariable ['ace_isRepairVehicle', _value, true]}Valueopdataoptypepvalue?ptypeSCALARpdataTypeObjectPositionInfopsideEmptyflagsAttributespidtypeCUP_O_TowingTractor_RUppositionFP@Fanglesb)@ppdataTypeObjectPositionInfo[qsideEmptyflagsAttributes{qidtypeCUP_O_Ural_Open_RUatlOffsetqpositionFx@,(F{qqdataTypeObjectPositionInfo rsideEmptyflagsAttributesEridtypeLand_Ind_IlluminantToweratlOffset5Krposition?FpRAFangles@ErKrdataTypeObjectPositionInforsideEmptyflagsAttributessidtypeLand_Ind_IlluminantToweratlOffset5sposition#FpRAXݔFangles}>?ssdataTypeObjectPositionInfossideEmptyflagsAttributessidtypeLand_Army_hut_storragespositioneF&@qFangles^@ssdataTypeObjectPositionInfo?tsideEmptyflagsAttributeswtidtypeLand_Army_hut2}tpositionCF9@SfFanglesU@wt}tdataTypeObjectPositionInfo usideEmptyflagsAttributesEuidtypeplp_cts_ContPlainBlackCustomAttributescuvposition zFx@tFangles&p@EudisableSimulationcuAttribute0unAttributesvpropertyallowDamageexpression_this allowdamage _value;ValueuvdatauvtypevvaluevtypeBOOLvdataTypeObjectPositionInfovsideEmptyflagsAttributesvidtypeplp_cts_ContPlainOliveCustomAttributesvwpositionFx@sFangles4ϰ>vdisableSimulationvAttribute0'wnAttributeswpropertyallowDamageexpression_this allowdamage _value;ValuevwwdatawwtypewvaluewtypeBOOLw dataTypeObjectPositionInfo[xsideEmptyflagsAttributesxidtypeplp_ct_ContShippingDarkBrownatlOffsetCustomAttributesxgyposition6F@!Fanglesǖ?xdisableSimulationxAttribute0xnAttributesgypropertyallowDamageexpression_this allowdamage _value;Value(ygydata8ygytypeTyvaluegytypeBOOLgydataTypeObjectPositionInfoysideEmptyflagsAttributes"zidtypeLand_Vysilac_FMatlOffset(zpositionEOF5A@FanglesoE:?@"z(zdataTypeMarkerpositionF(L@~FnameenemyrearmtypeEmptyid,zdataTypeGroupsideEastEntitieszAttributesCrewLinksidatlOffset0itemsItem0J{Item1k}Item2Item3&Item4Item5 Item6wdataTypeObjectPositionInfo{sideEastflagsAttributes |idtypeCUP_O_RU_PilotCustomAttributes|k}positionFKS@mFanglesrE/;.@v@ |skillWL>|Attribute0S|Attribute1|nAttributesk}propertyspeakerexpression_this setspeaker _value;Value||data||type|valueMale01RUS|typeSTRING|propertypitchexpression_this setpitch _value;Value*}k}data:}k}typeV}valuep}?k}typeSCALARk}dataTypeObjectPositionInfo}sideEastflagsAttributes*~idtypeCUP_O_RU_PilotCustomAttributes<~positionFKS@mFanglesrE/;.@v@*~skillL><~Attribute0t~Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value~data~type~valueMale03RUStypeSTRINGpropertypitchexpression_this setpitch _value;ValueKdata[typewvalue\?typeSCALAR dataTypeWaypointposition/F(L@mFcombatModeREDspeedNORMALcombatAWAREEffects showWPNEVERidtypeMove&&dataTypeWaypointpositionFM̊@fFEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionFq= FEffectsshowWPNEVERidtypeMoveatlOffset(A  dataTypeWaypointpositionrF(L@KFEffectsqshowWPNEVERidtypeMovewwdataTypeWaypointpositionF]@FtypeCycleEffects݁showWPNEVERidLinkIDProviderLinks!nextID!itemsItem0IItem1linkIDitem0item1CustomDatarolelinkIDitem0item1CustomDataЂroleturretPath dataTypeObjectPositionInfosideEastflagsAttributesƃidtypeCUP_O_Ka60_Grey_RUatlOffset0CustomAttributes*positionF@rmFanglesrE/;.@v@ƃnamesacrificallambtexturesGreypylonsCUP_PylonPod_7Rnd_S5_M;CUP_PylonPod_7Rnd_S5_M;*Attribute0RnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypeqvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGdataTypeLogicPositionInfoidftypeAdmiral_PatrolZoneCustomAttributes position=valueStypeSCALARSpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueΈdataވtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueˉdataˉtypevalueBˉtypeSCALARˉpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueFdataVtypervaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueWdata&WtypeBvalue@WtypeSCALARWpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value/data/typevalue@/typeSCALAR/propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueČdataԌtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value̍data̍typevalue̍typeSTRING̍propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueUdataetype~valuetypeSTRINGdataTypeTriggerpositionnF(L@XFangle;^?AttributesidgtypeEmptyDetectorAreaR250Oconditioncall{true}sizeAzDsizeBCisRectangleOdataTypeObjectPositionInfoʏsideEmptyflagsAttributesid3typeLand_MBG_EdgeLight_BluepositionțFd O@jFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [0, 0, 255]; _light setLightAmbient [0, 0, 110];}dataTypeObjectPositionInfosideEmptyflagsAttributes9id5typeLand_MBG_EdgeLight_Blueposition&Fd O@F9initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [0, 0, 255]; _light setLightAmbient [0, 0, 110];}dataTypeObjectPositionInfohsideEmptyflagsAttributesid9typeLand_MBG_EdgeLight_WhiteDpositionFd O@ÑFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}DdataTypeObjectPositionInfosideEmptyflagsAttributesid:typeLand_MBG_EdgeLight_WhitepositionFd O@bFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfosideEmptyflagsAttributes8id;typeLand_MBG_EdgeLight_WhitepositionFd O@F8initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfopsideEmptyflagsAttributesid<typeLand_MBG_EdgeLight_WhiteDpositionFd O@SFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [0, 0, 255]; _light setLightAmbient [0, 0, 255];}DdataTypeObjectPositionInfosideEmptyflagsAttributesid>typeLand_MBG_EdgeLight_Whiteposition5Fd O@\đFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfosideEmptyflagsAttributes8id?typeLand_MBG_EdgeLight_Whiteposition=Fd O@dF8initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfopsideEmptyflagsAttributesid@typeLand_MBG_EdgeLight_WhiteLposition잴Fd O@[Finitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}LdataTypeObjectPositionInfoțsideEmptyflagsAttributesidAtypeLand_MBG_EdgeLight_WhitepositionFd O@ՠFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [0, 0, 255]; _light setLightAmbient [0, 0, 255];}dataTypeObjectPositionInfo&sideEmptyflagsAttributesFidEtypeCUP_RUVehicleBoxCustomAttributesLpositionFʎ@#FFLAttribute0tnAttributespropertyace_rearm_rearmCargoexpressionif (_value != (if (isNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_rearm_defaultSupply")) then {getNumber (configFile >> 'CfgVehicles' >> typeOf _this >> "ace_rearm_defaultSupply")} else {-1})) then {[_this, _value] call ace_rearm_fnc_makeSource}ValuedataǞtypevalueDtypeSCALARdataTypeObjectPositionInfossideEmptyflagsAttributesidtypeLand_MBG_EdgeLight_BlueGpositionFd O@Finitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [0, 0, 255]; _light setLightAmbient [0, 0, 110];}GdataTypeObjectPositionInfo sideEmptyflagsAttributesidtypeLand_MBG_EdgeLight_Blueposition"Fd O@ԂFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [0, 0, 255]; _light setLightAmbient [0, 0, 110];}dataTypeObjectPositionInfosideEmptyflagsAttributes3idtypeLand_MBG_EdgeLight_WhitepositionFd O@#F3initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfojsideEmptyflagsAttributesidtypeLand_MBG_EdgeLight_WhiteFpositionFd O@#Finitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}FdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_Igla_AA_pod_RUpositionN#F"޳AFangles?.?dataTypeObjectPositionInfo^sideEmptyAttributes~idtypeHeliHEmpty;positionܴF(L@o F~initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.10; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];};dataTypeObjectPositionInfosideEmptyAttributesidtypeHeliHEmptyypositionܴF(L@ݎFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.1; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}ydataTypeObjectPositionInfoۧsideEmptyAttributesidtypeHeliHEmptypositionF(L@ĔFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfosideEmptyAttributes;idtypeHeliHEmptyposition>"F(L@{F;initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfo[sideEmptyAttributes{idtypeHeliHEmpty9position.F(L@F{initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}9dataTypeObjectPositionInfosideEmptyAttributesӫidtypeHeliHEmptypositionF L@?FanglesI:ӫinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfosideEmptyAttributesidtypeHeliHEmptyѭpositionf&F(L@bFinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}ѭdataTypeObjectPositionInfo3sideEmptyAttributesSidtypeHeliHEmptypositionF(L@FSinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfossideEmptyAttributesidtypeHeliHEmptyQposition"ZFI@@&Finitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}QdataTypeObjectPositionInfosideEmptyAttributesӰidtypeHeliHEmptypositionF3AI@FӰinitcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [110, 110, 110];}dataTypeObjectPositionInfo sideEmptyflagsAttributes)idtypeLand_Camping_Light_FpositionFQS@F)healthd?initcall{_light = "#lightpoint" createVehicleLocal position this; _light setLightBrightness 0.085; _light setLightColor [255, 255, 255]; _light setLightAmbient [210, 210, 210];}dataTypeLayernameground attack 2EntitiesIidatlOffsetf?!a@HNdataTypeTriggerposition}F(AFangle@Attributes¹idtypeEmptyDetectorAreaR50<nameground1_1conditioncall{triggeractivated livestate}sizeACsizeBCsizeCHBisRectangle<dataTypeTriggerpositionF̄AM)Fangle?AttributesidtypeEmptyDetectorAreaR50*nameground1_2conditioncall{triggeractivated livestate}sizeACsizeB4CsizeCHBisRectangle* dataTypeObjectPositionInfoȻsideEmptyflagsAttributesidtypeCUP_O_Ural_Reammo_RUatlOffset CustomAttributesposition.8FXEAKftFangles-;@-;Attribute0.nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[4]]],false]typeSTRINGdataTypeTriggerpositionaâFfAavFangle(@AttributesidxtypeEmptyDetectornamecalltheaircavconditioncall{(!alive tower_a) && (!alive tower_b);}onActivationcall{if (isServer) then {[froggy2,true] call ark_fnc_enablesim};}sizeA@sizeB@sizeC@isRectangledataTypeTriggerposition(ӡFǨA%uFangle@AttributesmidmtypeEmptyDetectorAreaR250ɿconditioncall{triggeractivated leavingthebase}sizeAzCsizeBBsizeCBɿdataTypeTriggerpositionujF48BFAttributes2idhtypeEmptyDetectorAreaR250conditioncall{triggeractivated stolen}sizeAzCsizeBzCsizeCHBdataTypeLogicPositionInfoidktypeAdmiral_CqcZoneCustomAttributesiposition3FA&Fangles@/; Attribute0Attribute1Attribute2BAttribute3Attribute4Attribute5mAttribute6$Attribute7Attribute8nAttributes ipropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueCdataStypelvaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueBdataBtype-valueBtypeSCALARBpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuesdatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,mdata<mtypeXvalueBmtypeSCALARmpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value$data$typevalue$typeBOOL$propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatatypevalueAtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuegdatawtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value+idata;itypeTvalueitypeSTRINGidataTypeLogicPositionInfoidltypeAdmiral_PatrolZoneCustomAttributesvpositionsȞFřAB'Fangles @H-; Attribute0Attribute1zAttribute26Attribute3Attribute4Attribute5hAttribute6:Attribute7Attribute8Attribute9nAttributes vpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value<zdataLztypeevalueztypeSTRINGzpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value6data6type!value6typeSCALAR6propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuemdata}typevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value)hdata9htypeUvaluehtypeBOOLhpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value:data :type%value:typeSCALAR:propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueqdatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value8vdataHvtypeavaluevtypeSTRINGvdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset*>CustomAttributes&EpositionmFFAcFangles{=b8@˜D<&Attribute0"Attribute1Attribute2Attribute3sAttribute45Attribute5Attribute6Attribute7Attribute8^Attribute96Attribute10Attribute11Attribute12Attribute13xnAttributesEpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuepdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value2sdataBstype^valueBstypeSCALARspropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value5data5type valueB5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueXdatahtypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value ^data0^typeIvalue^typeSTRING^propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value6data6type!value6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuecdatastypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value7xdataGxtypecvalue@xtypeSCALARxpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueEdataEtype0valueEtypeSTRINGEdataTypeTriggerposition&FvA dFAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated pastthetown}sizeCpAdataTypeGroupsideCivilianEntities<AttributesdidjitemsItem0dItem1ddataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRposition&FfxA%)dFdataTypeWaypointpositionF&ACtFEffects^showWPNEVERidtypeMoveddjdataTypeTriggerpositionϢFBBRFangle<'>AttributesidtypeEmptyDetectorAreaR250atlOffsetnamepastthetownconditioncall{this}onActivationcall{if (isServer) then { [Purge1] call ark_fnc_cleanUpAI; }; }sizeA;DsizeCpAactivationByWESTisRectangledataTypeLogicPositionInfoBnametower1initcall{tower_a = nearestobject [tower1, "Land_SPP_Tower_F"];}idtypeLogiczposition探FpAvFanglesH-;^@zdataTypeLogicPositionInfonametower2initcall{tower_b = nearestobject [tower2, "Land_SPP_Tower_F"];}idtypeLogicatlOffsetRpositionFA&LtFangles@^@RdataTypeTriggerpositionF&BO~Fangle??AttributesidtypeEmptyDetectorAreaR250namepurge2sizeAmDsizeBCsizeCBisRectangledataTypeObjectPositionInfosideEastflagsAttributesidhtypeCUP_O_KORD_high_RUpositionF&BYUtFangles@@dataTypeObjectPositionInfo9sideEastflagsAttributesqidgtypeCUP_O_KORD_high_RUwposition鋢F҇BvFanglesR@@qwdataTypeObjectPositionInfosideEmptyflagsAttributes'idjtypeCUP_O_Igla_AA_pod_RU-position┢FBvFanglesZ)@@'-dataTypeGroupsideEastEntitiesAttributesCrewLinksidlitemsItem0dataTypeObjectPositionInfo3sideEastflagsAttributeskidmtypeMNP_RU_Soldier_MEDIUM_DCustomAttributes}positionFbBUtFangles@@kskillL>}Attribute0Attribute1FnAttributespropertyspeakerexpression_this setspeaker _value;ValueFdataFtype1valueMale03PERFtypeSTRINGFpropertypitchexpression_this setpitch _value;Valuedatatypevalueu?typeSCALARLinkIDProviderLinks nextID itemsItem0(linkIDitem0mitem1hCustomDatacroleturretPathdataTypeGroupsideEastEntitiesAttributes&CrewLinks,idnitemsItem0&dataTypeObjectPositionInfosideEastflagsAttributesidotypeMNP_RU_Soldier_MEDIUM_DCustomAttributes&position苢FYBvFanglesR@@skillL>Attribute0Attribute1nAttributes&propertyspeakerexpression_this setspeaker _value;ValueXdatahtypevalueMale01PERtypeSTRINGpropertypitchexpression_this setpitch _value;Value&data&typevalue\?&typeSCALAR&,LinkIDProviderQLinksdnextIDditemsItem0linkIDitem0oitem1gCustomDataroleturretPathdataTypeObjectPositionInfo[sideEmptyAttributesidktypeCUP_O_Igla_AA_pod_RUatlOffset5ZApositionF6B{BtFangles}@dataTypeLayernameMain AirbaseEntitiesidatlOffset\1a.items-Item0Item1Item2Item3xItem4{Item5Item6Item7 Item8mItem9cItem10Item11Item12Item13]Item14Item15Item16+Item17Item18Item19Item20Item21'Item22,Item23E1Item24=Item25JItem26?KItem27LItem28NItem29PItem30eRItem31SItem32MTItem33TItem34UItem35VItem36cWItem37FXItem38XItem39EYItem40YItem41ZItem42j[Item43!\Item44_adataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_C_B737_CIVpositiondFA Fangles۾@dataTypeObjectPositionInfoGsideEmptyflagsAttributesidtypeCUP_C_A300_CIVCustomAttributesposition gFH"AASFangles@Attribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata'typevalue[[[["FirstAidKit"],[4]],[[],[]],[["ItemGPS","ItemRadio"],[1,1]],[[],[]]],false]typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuedatatypevaluetypeARRAYitemsItem0Item1Pdata,Ptype<PtypeARRAYPdata`type{valuetypeARRAYitemsItem0Item1Item2]Item3datatypevaluehideRefuelingBoomtypeSTRINGdata,]typeHvalue]typeSCALAR]datamtypevalueextendRefuelingBoomtypeSTRINGdatatypevaluetypeSCALARdataTypeGroupsideEastEntitiesXAttributeshCrewLinksnid0atlOffsetУ;xitemsItem0Item1Item2h dataTypeObjectPositionInfo"sideEastflagsAttributesZid2typeCUP_O_RU_PilotatlOffsetУ;CustomAttributeslpositionaFpA7}Fangles@ @@ZskillL>lAttribute0Attribute15nAttributespropertyspeakerexpression_this setspeaker _value;Value5data5type valueMale03RUS5typeSTRING5propertypitchexpression_this setpitch _value;Value{datatypevalueu?typeSCALAR dataTypeObjectPositionInfoSsideEastflagsAttributesid3typeCUP_O_RU_PilotatlOffsetУ;CustomAttributespositionaFpA7}Fangles@ @@skillL>Attribute0Attribute1fnAttributespropertyspeakerexpression_this setspeaker _value;Valuefdata/ftypeQvalueMale01RUSftypeSTRINGfpropertypitchexpression_this setpitch _value;Valuedatatypevalue ׃?typeSCALARdataTypeWaypointposition`,FejxAĐFEffectsbshowWPNEVERidvtypeMoveatlOffsethhnLinkIDProviderLinksxnextIDitemsItem0Item1xlinkIDitem02item11CustomData rolelinkIDitem03item11CustomDataUxroleturretPathx dataTypeObjectPositionInfosideEastflagsAttributesFid1typeCUP_O_SU34_RUatlOffsetУ;CustomAttributes{position5aFqA }Fangles@ @@Fnamefastjet1reportRemoteTargetsreceiveRemoteTargetsreportOwnPositionpylonsCUP_PylonPod_1Rnd_R73_Vympel[0];CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_1Rnd_KAB250_M[0];CUP_PylonPod_1Rnd_KAB250_M[0];CUP_PylonPod_1Rnd_KAB250_M[0];CUP_PylonPod_1Rnd_KAB250_M[0];CUP_PylonPod_1Rnd_KAB250_M[0];CUP_PylonPod_1Rnd_KAB250_M[0];CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_1Rnd_R73_Vympel[0];Attribute0GnAttributes{propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value{data{typefvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]{typeSTRING{ dataTypeObjectPositionInfosideEastflagsAttributesMid5typeCUP_O_Su25_Dyn_RUatlOffsetpCustomAttributesRposition7]F AvoxFanglesoE:v@oE:Mnamefroggy2pylons;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;;RAttribute0znAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGdataTypeGroupsideEastEntitiesAttributesCrewLinksid4atlOffsetpitemsItem0?Item1`dataTypeObjectPositionInfosideEastflagsAttributesid6typeCUP_O_RU_PilotCustomAttributes`position7]FCYApxFanglesoE:v@oE:skillL>Attribute0HAttribute1nAttributes`propertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale03RUStypeSTRINGpropertypitchexpression_this setpitch _value;Value`data/`typeKvalue33s?`typeSCALAR`dataTypeWaypointpositionԡF_iFexpCondcall{true}EffectsshowWPNEVERidwtypeMoveatlOffsetp?LinkIDProviderLinks.nextID.itemsItem0KlinkIDitem06item15CustomDataroledataTypeGroupsideEastEntitiesAttributes CrewLinks idq itemsItem0#Item1D Item2e  dataTypeObjectPositionInfosideEastflagsAttributesidrtypeCUP_O_RU_PilotCustomAttributesD position(lFJAFanglesK4@skillL>Attribute0, Attribute1 nAttributesD propertyspeakerexpression_this setspeaker _value;Valuev  data  type valueMale03RUS typeSTRING propertypitchexpression_this setpitch _value;Value D data D type/ value33s?D typeSCALARD dataTypeObjectPositionInfo sideEastflagsAttributes idstypeCUP_O_RU_PilotCustomAttributes e position(lFJAFanglesK4@ skillL> Attribute0M Attribute1 nAttributese propertyspeakerexpression_this setspeaker _value;Value  data  type valueMale03RUS typeSTRING propertypitchexpression_this setpitch _value;Value$ e data4 e typeP valueG?e typeSCALARe dataTypeWaypointpositionxsZFFEffects showWPNEVERidutypeMoveatlOffset C   LinkIDProvider Links  nextID itemsItem0F Item1  linkIDitem0ritem1tCustomData  role linkIDitem0sitem1tCustomData  roleturretPath dataTypeObjectPositionInfovsideEastflagsAttributesidttypeCUP_O_SU34_RUCustomAttributesmposition*lFAFanglesK4@namefastjet2reportRemoteTargetsreceiveRemoteTargetsreportOwnPositionAttribute09nAttributesmpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuemdatamtypeXvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]mtypeSTRINGmdataTypeTriggerposition$FY@FAttributesidtypeEmptyDetectorAreaR50cconditioncall{(!alive sacrificallamb)}onActivationcall{if (isServer) then {[fastjet1,true] call ark_fnc_enablesim};}sizeCpAcdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_rampart_EP1position^FgA{6zFangles3@֯@δ@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_artillery_nest_EP1atlOffset position^F֖AgzFangles!a@(F?HK@dataTypeObjectPositionInfohsideEmptyflagsAttributesidtypeLand_fort_artillery_nest_EP1position^Fm9A5zFangles_@@z@<dataTypeObjectPositionInfosideEmptyflagsAttributesWidtypeLand_fort_rampart_EP1]position*kFLfAFanglesD!@W]dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_artillery_nest_EP1position)kFAFangles9?dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_artillery_nest_EP1positionjFACFanglesw@dataTypeGroupsideEastEntities2AttributesrCrewLinksxid+itemsItem0OrdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_SoldierCustomAttributes"rposition;nFJAFanglesu@skillL>"Attribute0ZAttribute1nAttributesrpropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01RUStypeSTRINGpropertypitchexpression_this setpitch _value;Value1rdataArtype]valueQx?rtypeSCALARrxLinkIDProviderLinks+nextIDitemsItem0+linkIDitem0item1CustomData+roleturretPath+dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_ZU23_RUposition;nFAFanglesu@dataTypeObjectPositionInfoIsideEmptyflagsAttributesidtypeCUP_O_2S6_RUpositionkFjAFangles)@reportRemoteTargetsreceiveRemoteTargetsreportOwnPositiondataTypeObjectPositionInfoDsideEastflagsAttributes|idtypeCUP_O_ZU23_RUposition dFAX{Fangles@|dataTypeGroupsideEastEntitiesAttributesCrewLinks!iditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_SoldierCustomAttributesposition dFJAX{Fangles@skillL>Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueMdata]typevalueMale01RUStypeSTRINGpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALAR!LinkIDProviderFLinksYnextIDYitemsItem0vlinkIDitem0item1CustomDataroleturretPathdataTypeLogicPositionInfo6idtypeAdmiral_PatrolZoneCustomAttributesV'positionf^[FA>FV Attribute0 Attribute1 Attribute2!Attribute3E"Attribute4#Attribute5#Attribute6$Attribute7e%Attribute8;&Attribute9'nAttributes 'propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value  data  type value typeSTRING propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueH!!dataX!!typet!value!typeSCALAR!propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value"E"data"E"type0"valueBE"typeSCALARE"propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value"#data"#type"valueB#typeSCALAR#propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value|##data##type#value#typeBOOL#propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueL$$data\$$typex$value$typeSCALAR$propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value$%e%data4%e%typeP%valuee%typeSCALARe%propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value%;&data &;&type&&value;&typeSCALAR;&propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value&'data&'type&value'typeSTRING'propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value''data''type'value'typeSTRING'dataTypeLogicPositionInfo)(idtypeARK_Rotor_InsertCustomAttributesa(,positionoFblAcFanglesl@*@a(Attribute0(Attribute1)Attribute2M*Attribute3+Attribute4+nAttributes,propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValueF))dataV))typer)valueHB)typeSCALAR)propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value*M*data*M*type8*valueDefaultM*typeSTRINGM*propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value*+data*+type*valueNORMAL+typeSTRING+propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Valueu++data++type+valuezC+typeSCALAR+propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value5,,dataE,,typer,valueark_rotor_fnc_insert,typeSTRING,dataTypeLogicPositionInfo,idtypeARK_Rotor_InsertCustomAttributes-E1positionEAgjFanglesGa@w@-Attribute0-Attribute1E.Attribute2 /Attribute3/Attribute4t0nAttributesE1propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value.E.data.E.type0.valueBE.typeSCALARE.propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value. /data. /type.valueDefault /typeSTRING /propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value|//data//type/valueNORMAL/typeSTRING/propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value30t0dataC0t0type_0valuezCt0typeSCALARt0propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value0E1data1E1type01valueark_rotor_fnc_insertE1typeSTRINGE1dataTypeLogicPositionInfo1idtypeAdmiral_OndemandCampZoneCustomAttributes1=position`F`BBHF1Attribute02Attribute13Attribute2X4Attribute35Attribute45Attribute56Attribute6f7Attribute7@8Attribute89Attribute99Attribute10:Attribute11;Attribute12K<Attribute13=nAttributes=propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueX33datah33type3value3typeSTRING3propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value4X4data'4X4typeC4valueX4typeSCALARX4propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value45data45type5valueB5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value55data55type5valueB5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuee66datau66type6value A6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value'7f7data77f7typeS7valuef7typeBOOLf7propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value7@8data8@8type+8value@@8typeSCALAR@8propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value89data89type8value9typeSTRING9propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value99data99type9value9typeSCALAR9propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuen::data~::type:value?:typeSCALAR:propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value>;;dataN;;typej;value;typeSCALAR;propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value <K<data<K<type6<value?K<typeSCALARK<propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value<=data<=type =value?=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value==data==type=value=typeSTRING=dataTypeLogicPositionInfoT>id typeAdmiral_OndemandCampZoneCustomAttributest>JpositionDF'B6xFt>Attribute0p?Attribute1=@Attribute2@Attribute3AAttribute4BAttribute5MCAttribute6 DAttribute7DAttribute8EAttribute9FAttribute10VGAttribute11&HAttribute12HAttribute13InAttributesJpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value?=@data@=@type(@value=@typeSTRING=@propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value@@data@@type@value@typeSCALAR@propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueAAdataAAtypeAvalueBAtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueBBBdataRBBtypenBvalueBBtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value CMCdataCMCtype8Cvalue AMCtypeSCALARMCpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueC DdataC DtypeCvalue DtypeBOOL DpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueDDdataDDtypeDvalue@DtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuenEEdata~EEtypeEvalueEtypeSTRINGEpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueCFFdataSFFtypeoFvalueFtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueGVGdata%GVGtypeAGvalue@VGtypeSCALARVGpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueG&HdataG&HtypeHvalue&HtypeSCALAR&HpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueHHdataHHtypeHvalue?HtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueIIdataIItypeIvalue?ItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueUJJdataeJJtype~JvalueJtypeSTRINGJdataTypeTriggerpositionbFBuyFAttributes Kid typeEmptyDetectorAreaR50atlOffset?Kconditioncall{triggeractivated baseattack}?KdataTypeTriggerposition$EfFGA0Fanglen@AttributesKidtypeEmptyDetectorAreaR250L namebaseattackconditioncall{this}onActivationcall{if (isServer) then { [Purge4] call ark_fnc_cleanUpAI; }; if (isServer) then { [Purge5] call ark_fnc_cleanupAI; };}sizeAmDsizeBCsizeC@timeoutApBCactivationByWESTisRectangleLdataTypeGroupsideCivilianEntities!MAttributesNidNitemsItem0TMItem1MItem2UNNdataTypeObjectPositionInfoMsideCivilianflagsAttributesMidtypeC_Jeff_VRMposition@FFA֍FMMdataTypeWaypointposition0nFKAOFEffectsONshowWPNEVERidtypeMoveUNUNdataTypeWaypointposition#REFFEffectsNshowWPNEVERidtypeMoveatlOffset@NNNdataTypeGroupsideCivilianEntities4OAttributesPidatlOffset6PitemsItem0gOItem1 PItem2xPPdataTypeObjectPositionInfoOsideCivilianflagsAttributesPidtypeC_Jeff_VRatlOffset6 PpositionEAnwFtypeLoiterEffectsSshowWPNEVERidSSSdataTypeMarkerposition>F:B0 FnameWestDangertypeEmptyidatlOffsetTMTdataTypeTriggerpositionfFfA˪FAttributesTidtypeEmptyDetectorAreaR50Tconditioncall{triggeractivated baseattack}sizeC4BTdataTypeTriggerpositionZԮE}A8iFAttributes]UidtypeEmptyDetectorAreaR50Uconditioncall{triggeractivated baseattack}sizeC4BUdataTypeTriggerpositionvmFm{AeHFangle=?AttributesVidtypeEmptyDetectorAreaR250Vconditioncall{triggeractivated airfieldonline}sizeACsizeBzCsizeCAisRectangleVdataTypeTriggerpositionXfFGAw6Fangle*@AttributesVidtypeEmptyDetectorAreaR250cWconditioncall{triggeractivated airfieldonline}sizeAzCsizeBCsizeCAisRectanglecWdataTypeTriggerposition^F,AH~Fangle*@AttributesWidtypeEmptyDetectorAreaR250FXconditioncall{triggeractivated airfieldonline}sizeAzCsizeBCsizeCAisRectangleFXdataTypeTriggerpositionNaFmMBţFAttributesXidtypeEmptyDetectorAreaR50Xconditioncall{triggeractivated baseattack}XdataTypeMarkerpositioneFGAFnameairbasetypeEmptyangleCidEYdataTypeObjectPositionInfoYsideEmptyflagsAttributesYidtypeLand_fort_rampart_EP1Yposition~nFLfAFanglesz@YYdataTypeObjectPositionInfouZsideEmptyflagsAttributesZidtypeLand_fort_rampart_EP1ZpositionOnFLfA蹂Fangles(@ZZdataTypeObjectPositionInfo,[sideEmptyflagsAttributesd[idtypeLand_fort_rampart_EP1j[positioneFLfAE{Fangles(@d[j[dataTypeObjectPositionInfo[sideEmptyflagsAttributes\idtypeLand_fort_rampart_EP1!\positiondFLfAfc{Fangles*@\!\dataTypeObjectPositionInfo\sideEmptyAttributes\idtypeCUP_O_ZUBR_RUatlOffsetC@CustomAttributes\_positionpF.,AyvFanglesE:@\lockLOCKED\Attribute0 ]nAttributes_propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuez]_data]_type^value[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[8]]],false]_typeSTRING_dataTypeObjectPositionInfo_sideEmptyAttributes_idtypeCUP_O_Ural_Reammo_RUatlOffsetJ@CustomAttributes_apositionXoF*@|wFangles,:x@9_lockLOCKED_Attribute0 `nAttributesapropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valued`adatat`atypexavalue[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[4]]],false]atypeSTRINGadataTypeLayernameCAS Target 1Entitiesaid atlOffset$={ itemsItem0IbItem1#cItem2cItem3kItem4lItem5rItem6#uItem7z{dataTypeTriggerposition-F=BrFAttributesbid typeEmptyDetectorAreaR50#cnamehilltop_storageconditioncall{triggeractivated calltheaircav}sizeACsizeBCsizeCA#cdataTypeMarkerpositionoF=B3;rFnamestoragetypeEmptyid.atlOffsetP8cdataTypeGroupsideEastEntitiescAttributesvjCrewLinks|jidkitemsItem0dItem16fItem2VhvjdataTypeObjectPositionInfodsideEastflagsAttributesdidtypeCUP_O_RU_CrewCustomAttributesd6fpositionF8;BXrFanglesBK@֦I>dAttribute0eAttribute1enAttributes6fpropertyspeakerexpression_this setspeaker _value;ValueheedataxeetypeevalueMale03RUSetypeSTRINGepropertypitchexpression_this setpitch _value;Valuee6fdataf6ftype!fvalue ׃?6ftypeSCALAR6fdataTypeObjectPositionInfofsideEastflagsAttributesfidtypeCUP_O_RU_CrewCustomAttributesgVhpositionF8;BXrFanglesBK@֦I>gAttribute0>gAttribute1gnAttributesVhpropertyspeakerexpression_this setspeaker _value;ValueggdataggtypegvalueMale03RUSgtypeSTRINGgpropertypitchexpression_this setpitch _value;ValuehVhdata%hVhtypeAhvalueu?VhtypeSCALARVhdataTypeObjectPositionInfohsideEastflagsAttributesiidtypeCUP_O_RU_CrewCustomAttributes&ivjpositionF8;BXrFanglesBK@֦I><iskillL>&iAttribute0^iAttribute1inAttributesvjpropertyspeakerexpression_this setspeaker _value;ValueiidataiitypeivalueMale01RUSitypeSTRINGipropertypitchexpression_this setpitch _value;Value5jvjdataEjvjtypeajvalueG?vjtypeSCALARvj|jLinkIDProviderjLinksjknextIDjitemsItem0jItem13kItem2kklinkIDitem0item1CustomData"k3krole3klinkIDitem0item1CustomDatankkroleturretPathklinkIDitem0item1CustomDatakkroleturretPathkdataTypeObjectPositionInfoclsideEastflagsAttributeslidtypeCUP_O_T72_RUlpositionFM|CBXrFanglesHK@I>nAttribute0JnAttribute1nnAttributesbopropertyspeakerexpression_this setspeaker _value;ValuenndatanntypenvalueMale03RUSntypeSTRINGnpropertypitchexpression_this setpitch _value;Value!obodata1obotypeMovalueQx?botypeSCALARbo dataTypeObjectPositionInfoosideEastflagsAttributes0pidtypeCUP_O_RU_CrewatlOffsetCustomAttributesBpqposition1.FS?B7rFangles;8?u<0pskillL>BpAttribute0zpAttribute1 qnAttributesqpropertyspeakerexpression_this setspeaker _value;Valuep qdatap qtypepvalueMale02RUS qtypeSTRING qpropertypitchexpression_this setpitch _value;ValueQqqdataaqqtype}qvalue?qtypeSCALARqqLinkIDProviderqLinksqrnextIDqitemsItem0qItem1DrrlinkIDitem0item1CustomData3rDrroleDrlinkIDitem0item1CustomDatarrroleturretPathr dataTypeObjectPositionInfo:ssideEastflagsAttributesrsidtypeCUP_O_BRDM2_RUSatlOffsetCustomAttributesxs#uposition.FHB6rFangles;8?uF=BU sFangles=?bvskillL>tvAttribute0vAttribute1=wnAttributeswpropertyspeakerexpression_this setspeaker _value;Valuev=wdataw=wtype(wvalueMale03RUS=wtypeSTRING=wpropertypitchexpression_this setpitch _value;ValuewwdatawwtypewvalueG?wtypeSCALARwdataTypeObjectPositionInfoJxsideEastflagsAttributesxidtypeCUP_O_RU_CrewCustomAttributesxyposition>F=BU sFangles=?xskillL>xAttribute0xAttribute1]ynAttributesypropertyspeakerexpression_this setspeaker _value;Valuey]ydata&y]ytypeHyvalueMale03RUS]ytypeSTRING]ypropertypitchexpression_this setpitch _value;ValueyydatayytypeyvalueHz?ytypeSCALARyyLinkIDProviderzLinks"zznextID"zitemsItem0JzItem1zzlinkIDitem0item1CustomDatazzrolezlinkIDitem0item1CustomDatazzroleturretPathzdataTypeObjectPositionInfoh{sideEastflagsAttributes{idtypeCUP_O_BTR90_HQ_RU{position>F(JB" sFangles?{{dataTypeLayernameCAS Target 2 / Ground Attack 4Entities |id atlOffset[I_*items)Item0}Item1܁Item2ZItem3>Item4ʇItem5VItem6Item7\Item8֓Item9PItem10Item11ZItem12=Item13Item14Item15Item16iItem17,Item18PItem19Item20Item218Item22Item23Item24OItem25)Item26Item27'Item28Item29غItem30ZItem31IItem32Item33Item34Item35{Item36mItem37Item38Item39Item40_dataTypeGroupsideEastEntitiesX~Attributes5CrewLinks;id܁itemsItem0~Item15dataTypeObjectPositionInfosideEastflagsAttributes?idtypeCUP_O_RU_PilotCustomAttributesQpositionFPANFanglesD<9|@H-;?skillL>QAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01RUStypeSTRINGpropertypitchexpression_this setpitch _value;Value`dataptypevalueG?typeSCALARdataTypeWaypointpositionmXFɬA.FtypeSeekAndDestroycombatModeREDcombatSAFEEffects/showWPNEVERid@55;LinkIDProvider`Linkss܁nextIDsitemsItem0܁linkIDitem0item1CustomDataˁ܁role܁dataTypeObjectPositionInfoesideEastflagsAttributesidtypeCUP_O_Ka50_DL_RUCustomAttributesZpositionF"OANFanglesD<9|@H-;nameshark1reportRemoteTargetsreceiveRemoteTargetsreportOwnPositionAttribute0&nAttributesZpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueZdataZtypeEvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]ZtypeSTRINGZdataTypeTriggerposition4F$iA`MFanglefKT?Attributes΄id typeEmptyDetectorAreaR50>nameEnemy_FOBconditioncall{(!alive thedude)}sizeACsizeBBsizeCHBisRectangle> dataTypeObjectPositionInfoԅsideEastflagsAttributes idtypeCUP_O_BM21_RUatlOffsetCustomAttributesʇposition.yF'OAnFFanglesH? namearty3Attribute0GnAttributesʇpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueʇdataʇtypevalue[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[4]]],false]ʇtypeSTRINGʇ dataTypeObjectPositionInfo`sideEastflagsAttributesidtypeCUP_O_BM21_RUatlOffset`eCustomAttributesVpositionwF\SAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueՎdatatypevalueMale02RUStypeSTRINGpropertypitchexpression_this setpitch _value;Valuebdatartypevalue33s?typeSCALARLinkIDProviderΏLinks\nextIDitemsItem0\linkIDitem0item1CustomData9\roleturretPath\dataTypeGroupsideEastEntitiesŐAttributesCrewLinks#idatlOffset`e֓itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_VDV_EMRatlOffset`eCustomAttributes͑positionwF/AfGFangles?skillL>͑Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueOdata_typevalueMale01RUStypeSTRINGpropertypitchexpression_this setpitch _value;Valueܒdatatypevalue ׃?typeSCALAR#LinkIDProviderHLinks[֓nextID[itemsItem0x֓linkIDitem0item1CustomData֓roleturretPath֓dataTypeGroupsideEastEntities?AttributesCrewLinksidatlOffsetPitemsItem0\ dataTypeObjectPositionInfosideEastflagsAttributes5idtypeCUP_O_RU_Soldier_VDV_EMRatlOffsetCustomAttributesGposition.yF/AFFanglesH?5skillL>GAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueɕdataٕtypevalueMale01RUStypeSTRINGpropertypitchexpression_this setpitch _value;ValueVdataftypevaluep}?typeSCALARLinkIDProvider–LinksՖPnextIDՖitemsItem0PlinkIDitem0item1CustomData-ProleturretPathPdataTypeMarkerpositionFFA!GFnameArtillerytypeEmptyid^dataTypeTriggerposition7F34BFAttributes!idatypeEmptyDetectorAreaR50atlOffsetV@Znamedeadartyconditioncall{(!alive arty1) && (!alive arty2) && (!alive arty3)}onActivationcall{if (isServer) then {[froggy3,true] call ark_fnc_enablesim}; if (isServer) then {[hind2,true] call ark_fnc_enablesim}; if (isServer) then {removeFromRemainsCollector [arty1, arty2, arty3]};}sizeCAZdataTypeLogicPositionInfoidjtypeAdmiral_CqcZoneCustomAttributes=positionF:AwMFanglesT=e@@ Attribute0Attribute1UAttribute2Attribute3ϜAttribute4Attribute5AAttribute6Attribute7Attribute8ynAttributes =propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueUdata'Utype@valueUtypeSTRINGUpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value՛datatypevalue?typeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueϜdataϜtypevalueϜtypeSCALARϜpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueGdataWtypesvalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueAdataAtype,valueBAtypeSCALARApropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedataɞtypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuetdatatypevalue@AtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value;ydataKytypedvalueytypeSTRINGypropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value=data=type(value=typeSTRING=dataTypeTriggerpositionBFAtFFAttributesidtypeEmptyDetectorAreaR250conditioncall{(!alive thedude)}sizeAzCsizeBzCsizeCAdataTypeLogicPositionInfoUidtypeAdmiral_PatrolZoneCustomAttributesuposition#F[AFFu Attribute0-Attribute1Attribute2Attribute3dAttribute4 Attribute5ڦAttribute6Attribute7Attribute8ZAttribute9!nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypeףvaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuegdatawtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value#ddata3dtypeOvalueBdtypeSCALARdpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valueߥ data type valueB typeSCALAR propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueڦdataڦtypeǦvalueڦtypeBOOLڦpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valuekdata{typevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueCdataStypeovaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueZdata)ZtypeEvalue@ZtypeSCALARZpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value!data!type value!typeSTRING!propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypeӪvaluetypeSTRINGdataTypeTriggerpositionFq0A VGFAttributesaidtypeEmptyDetectorAreaR250atlOffsetnameairfieldonlinesizeABsizeBBsizeCAactivationByWESTdataTypeObjectPositionInfo+sideEmptyflagsAttributescidtypeCUP_O_Ural_Open_RUipositionœFSA(0HFanglesT@cidataTypeObjectPositionInfosideEmptyflagsAttributes&idtypeCUP_O_UAZ_Open_RUatlOffset,position!FlCAFFanglesrE/;J@.#=&,dataTypeTriggerposition:ÀF91WBFAttributesidtypeEmptyDetectorAreaR50atlOffset\@Pnamecleanuptownconditioncall{triggeractivated airfieldonline}onActivationcall{if (isServer) then { [Purge3] call ark_fnc_cleanUpAI; }; }sizeCpAPdataTypeTriggerposition ~F2AHFangleg"@AttributesidGtypeEmptyDetectornamePurge5sizeADsizeBCsizeCBisRectangledataTypeObjectPositionInfoxsideEmptyflagsAttributesidLtypeFlagCarrierRUposition1ԁFvAGFangles ߠ@dataTypeObjectPositionInfoDsideEmptyAttributes|idNtypeCUP_office_chairatlOffsetpX?CustomAttributes8positionӁF3JAFFanglesf@ @|Attribute0nAttributes8propertyallowDamageexpression_this allowdamage _value;Value8data 8type%value8typeBOOL8dataTypeObjectPositionInfosideEmptyflagsAttributesidMtypeLand_TableDesk_Fposition*ՁF_JAFFangles_M@ @dataTypeObjectPositionInfo_sideEmptyAttributesidPtypeLand_Laptop_FatlOffsetQ?positionՁFRQA3FFangles <Oo@T);namelaptop dataTypeObjectPositionInfoCsideEmptyflagsAttributes{idQtypeLand_Sofa_01_FatlOffset9CustomAttributesOpositionҁFKAFFanglesI? @{disableSimulationAttribute0nAttributesOpropertyallowDamageexpression_this allowdamage _value;ValueOdata Otype<valueOtypeBOOLOdataTypeObjectPositionInfo۴sideEmptyflagsAttributesid`typeLand_Computer_01_black_FatlOffset9)positionԁFLQA7FFangles(@@ @namecomputer) dataTypeObjectPositionInfoǵsideEmptyflagsAttributesidetypeCUP_O_Ural_Reammo_RUatlOffset@dCustomAttributespositionFnANFangles <*@#;Attribute0-nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74M","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_CivPack_WDL"],[4]]],false]typeSTRINGdataTypeObjectPositionInfo>sideEmptyflagsAttributesviddtypeCUP_O_Ural_Refuel_RUCustomAttributes|'position?FuANFangles!ڣ<ċ?]namethemanInventoryVhandgununiformTvest^mapItemMapcompassItemCompasswatchItemWatchgogglesCUP_TK_NeckScarfheadgearMNP_MilCap_RU_DnameCUP_hgun_MakarovprimaryMuzzleMag TnameCUP_8Rnd_9x18_Makarov_MammoLeftTtypeNameMNP_CombatUniform_RU_Med_DisBackpackMagazineCargoItemCargo^itemsItem0Item1<Item2yItem3Item4nameCUP_8Rnd_9x18_Makarov_McountammoLeft<nameCUP_HandGrenade_RGD5countammoLeftynameSmokeShellcountammoLeftnameSmokeShellOrangecountammoLeftnameSmokeShellBluecountammoLeftitemsItem09^nameFirstAidKitcount^typeNameMNP_Vest_RU_D_ARMisBackpackAttribute0Attribute1[nAttributespropertyspeakerexpression_this setspeaker _value;Value[data$[typeFvalueMale01RUS[typeSTRING[propertypitchexpression_this setpitch _value;Valuedatatypevalue ׃?typeSCALARdataTypeObjectPositionInfovsideEmptyflagsAttributesidtypeCUP_O_Ural_Repair_RUCustomAttributes_positionr#Fl?=dataTypeObjectPositionInfoRsideEmptyflagsAttributesidztypeCampEast_EP1atlOffset:positionr;FA)nFangles,@Z@<dataTypeObjectPositionInfosideEmptyflagsAttributesLidtypeLand_Vysilac_FM2atlOffset6RpositionnamethedudeInventoryhandgun2uniformvestmapItemMapcompassItemCompasswatchItemWatchgogglesCUP_TK_NeckScarfheadgearCUP_H_RUS_Beret_VDVnameCUP_hgun_MakarovprimaryMuzzleMagfnameCUP_8Rnd_9x18_Makarov_MammoLefttypeNameMNP_CombatUniform_RU_Med_DisBackpackMagazineCargoItemCargobitemsItem0BItem1Item2Item3Item4+bnameCUP_8Rnd_9x18_Makarov_McountammoLeftnameCUP_HandGrenade_RGD5countammoLeftnameSmokeShellcountammoLeftnameSmokeShellOrangecountammoLeft+nameSmokeShellBluecountammoLeftbitemsItem0nameFirstAidKitcounttypeNameMNP_Vest_RU_D_ARMisBackpackAttribute0Attribute1nAttributes(propertyspeakerexpression_this setspeaker _value;ValueZdatajtypevalueMale01RUStypeSTRINGpropertypitchexpression_this setpitch _value;Value(data(typevalue ׃?(typeSCALAR(.dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributespositionq5FLBznoF Attribute0UAttribute1Attribute2Attribute3Attribute4DAttribute5Attribute6Attribute7qAttribute85nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueJdataZtypevvaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDdataDtype/valueBDtypeSCALARDpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueudatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value0qdata@qtype\valueAqtypeSCALARqpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value5data5type value5typeSTRING5propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfo[idytypeAdmiral_PatrolZoneCustomAttributesposition*FA$mFangles|@]< Attribute0KAttribute1 Attribute2Attribute3Attribute4>Attribute5Attribute6Attribute7Attribute8xAttribute9?nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value data typevalue typeSTRING propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueAdataQtypemvalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>data >type)valueB>typeSCALAR>propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valueadataqtypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value7xdataGxtypecvalue@@xtypeSCALARxpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value?data?type*value?typeSTRING?propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerposition0FMA[ZoFAttributes~idtypeEmptyDetectorAreaR50atlOffsetnamedefend_the_captainconditioncall{triggeractivated livestate}sizeABsizeBBsizeCHBdataTypeTriggerposition&FFApFAttributesXidtypeEmptyDetectorAreaR250namepurge3sizeACsizeBCsizeCBdataTypeTriggerpositionAFBtFAttributesidtypeEmptyDetectorAreaR50namecleanuppowerconditioncall{(!alive thedude)}onActivationcall{if (isServer) then { [Purge2] call ark_fnc_cleanUpAI; }; }sizeCBdataTypeTriggerpositionڥFt(AEAttributesidFtypeEmptyDetectorAreaR250atlOffsetpfƿZnamepurge4sizeA DsizeBCsizeCBisRectangleZdataTypeLogicPositionInfoidftypeARK_Make_SentryCustomAttributespositionFA[hFangles=;Attribute0nAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfoXsideEmptyflagsAttributesidtypeLand_Computer_01_black_Fposition%&F kBo1oFangles@ @namecomputer_1dataTypeObjectPositionInfo"sideEmptyflagsAttributesZidtypeLand_Router_01_black_Fxposition$FB,oFangles? @ZdisableSimulationxdataTypeObjectPositionInfosideEmptyflagsAttributes2idtypeCUP_O_Kamaz_RUatlOffset8positionVFdA oFangles@ 4?w=28 dataTypeObjectPositionInfosideEmptyflagsAttributes idtypeCUP_O_UAZ_Open_RUatlOffsetCustomAttributespositionLF6EAnFangles@C??= Attribute09nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AKS74U","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_CivPack_WDL"],[4]]],false]typeSTRINGdataTypeLayernameCAS Target 3EntitiesidatlOffset?0itemsItem0+Item1Item2vItem3Item4 Item5F Item6Item7Item8Item9oItem10AItem11Item12 Item13!Item14!Item15*Item16+Item17w,Item18A-Item19 .Item20.Item21/Item22O00dataTypeGroupsideEastEntitiesAttributesXCrewLinks^idatlOffset;itemsItem0Item1X dataTypeObjectPositionInfoSsideEastflagsAttributesidtypeCUP_O_RU_PilotatlOffset;CustomAttributespositionƟFeAEanglesn;>@skillL>Attribute0Attribute1fnAttributespropertyspeakerexpression_this setspeaker _value;Valuefdata/ftypeQvalueMale03RUSftypeSTRINGfpropertypitchexpression_this setpitch _value;Valuedatatypevalueu?typeSCALARdataTypeWaypointpositionFmB,OFEffectsRshowWPNEVERidtypeMoveXX^LinkIDProviderLinksnextIDitemsItem0linkIDitem0item1CustomDatarole dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_Su25_Dyn_RUatlOffset;CustomAttributesvpositionƟFAEanglesn;>@namefroggy1pylonsCUP_PylonPod_1Rnd_R73_Vympel;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_1Rnd_R73_Vympel;Attribute0BnAttributesvpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuevdatavtypeavalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]vtypeSTRINGv dataTypeObjectPositionInfosideEastflagsAttributesNidtypeCUP_O_Mi24_V_Dynamic_RUatlOffsetDCustomAttributesapositionQF'AEanglesnsD=e@EV@Nnamehind1aAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGdataTypeGroupsideEastEntities&Attributes CrewLinks idatlOffsetD itemsItem0NItem1  dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_PilotatlOffsetDCustomAttributes/positionQFA EanglesnsD=e@EV@skillL>/Attribute0gAttribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01RUStypeSTRINGpropertypitchexpression_this setpitch _value;Value>dataNtypejvalue\?typeSCALAR dataTypeObjectPositionInfosideEastflagsAttributesNidtypeCUP_O_RU_PilotatlOffsetDCustomAttributes` positionQFA EanglesnsD=e@EV@NskillL>`Attribute0Attribute1) nAttributes propertyspeakerexpression_this setspeaker _value;Value) data) type valueMale01RUS) typeSTRING) propertypitchexpression_this setpitch _value;Valueo  data  type value? typeSCALAR  LinkIDProvider Links  nextID itemsItem0 Item1b  linkIDitem0item1CustomDataQ b roleb linkIDitem0item1CustomData  roleturretPath  dataTypeObjectPositionInfoY sideEmptyflagsAttributes id!typeCUP_O_Mi8AMT_RUatlOffsetCustomAttributes F positionFEA-Eangles!@#@ l@  Attribute0 nAttributesF propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value F data) F type1 value[[[["CUP_arifle_AK74M","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]F typeSTRINGF dataTypeObjectPositionInfo sideEmptyflagsAttributesid typeCUP_O_Mi8AMT_RUatlOffset`position^F,ABEangles#;>;@dataTypeObjectPositionInfosideEmptyflagsAttributesid%typeCUP_O_Ka60_Grey_RUatlOffsetposition{FUA7EanglesrE/;6@v@dataTypeObjectPositionInfoVsideEmptyflagsAttributesid$typeCUP_O_Mi24_V_Dynamic_RUatlOffset&positionєF #AEangles-;N@@dataTypeObjectPositionInfo"sideEastflagsAttributesZid#typeCUP_O_BTR80_DESERT_RUCustomAttributes`oposition2FA%EanglescT=_@n;Z`Attribute0nAttributesopropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueodataotypeZvalue[[[["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]otypeSTRINGodataTypeObjectPositionInfosideEmptyflagsAttributes(id"typeCUP_O_MI6A_RUatlOffsetP[ApositionĢFA8BEangles-;D,@@(texturesRussia3AdataTypeGroupsideEastEntitiesAttributesgCrewLinksmidbitemsItem0Item1gdataTypeObjectPositionInfoRsideEastflagsAttributesidctypeCUP_O_RU_Crew_VDV_M_EMRCustomAttributesposition9FA%EanglescT=_@n;skillL>Attribute0Attribute1enAttributespropertyspeakerexpression_this setspeaker _value;Valueedata.etypePvalueMale01RUSetypeSTRINGepropertypitchexpression_this setpitch _value;Valuedatatypevaluep}?typeSCALARdataTypeWaypointpositionUFA^EtypeHoldEffectsashowWPNEVERiddatlOffsetggmLinkIDProviderLinksnextIDitemsItem0linkIDitem0citem1#CustomDataroledataTypeLogicPositionInfopidtypeAdmiral_PatrolZoneCustomAttributes position#Fpr^BNE Attribute0HAttribute1Attribute2Attribute3Attribute4;Attribute5Attribute6Attribute7Attribute8uAttribute9<nAttributes  propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value>dataNtypejvalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value;data ;type&valueB;typeSCALAR;propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value^datantypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value4udataDutype`value@@utypeSCALARupropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value<data<type'value<typeSTRING<propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data typevalue typeSTRING dataTypeTriggerpositionEanglesnZ<^Һ@]@//dataTypeObjectPositionInfo0sideEmptyflagsAttributesI0idtypeCUP_O_BMP2_RUatlOffset8O0position6FAEanglesI=@@I0O0dataTypeMarkerpositioncF&A^EnameairfieldtypeEmptyidatlOffset90dataTypeLayernamesouthern air warningEntities1id(atlOffsetHA5itemsItem0Z1Item1%2Item23Item33Item445 dataTypeMarkerposition'F+vA^Fnamemarker_0markerTypeRECTANGLEtyperectanglecolorNameColorOrangealpha?fillNameDiagGrida@EbHBid'atlOffsetS%2dataTypeTriggerposition`FėAl[Fangle&J@Attributes2id&typeEmptyDetectorArea10x103namesouthernconditioncall{this;}onActivationcall{if (isServer) then {[froggy1,true] call ark_fnc_enableSim}; if (isServer) then {[fastjet2,true] call ark_fnc_enableSim};}sizeA@EactivationByWESTisRectangle3dataTypeMarkerpositionÙF@^FnamesouthernwarningtypeEmptyid)atlOffsetl3 dataTypeMarkerpositionFA~Fnamemarker_1markerTypeRECTANGLEtyperectanglecolorNameColorOrangealpha?fillNameDiagGridaDbHBangleCidpatlOffsetB4 dataTypeMarkerposition?F7BLFnamemarker_2markerTypeRECTANGLEtyperectanglecolorNameColorRedalpha?fillNameDiagGrida;EbHBangle'\BidatlOffset\5dataTypeLayernameBackupAirbaseEntities5id>atlOffset,>JitemsItem0J6Item19Item2!=Item3CItem4_FItem5IJdataTypeGroupsideEastEntities6AttributesW9CrewLinks]9id79itemsItem06Item18W9dataTypeObjectPositionInfoR7sideEastflagsAttributes7id9typeCUP_O_RU_PilotCustomAttributes78positionj5F#rA:Fangles; @7skillL>7Attribute07Attribute1e8nAttributes8propertyspeakerexpression_this setspeaker _value;Value8e8data.8e8typeP8valueMale01RUSe8typeSTRINGe8propertypitchexpression_this setpitch _value;Value88data88type8valueu?8typeSCALAR8dataTypeWaypointpositionqGFlBGFEffectsQ9showWPNEVERid`typeMoveW9W9]9LinkIDProvider9Links99nextID9itemsItem099linkIDitem09item18CustomData99role9dataTypeObjectPositionInfo:sideEastflagsAttributes:id8typeCUP_O_Su25_Dyn_RUCustomAttributes;!=positionj5F!A˷:Fangles; @:namefroggy3pylons;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_1Rnd_KAB250_M;CUP_PylonPod_20Rnd_S8_plane_M;CUP_PylonPod_20Rnd_S8_plane_M;;;Attribute0;nAttributes!=propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueG<!=dataW<!=type =value[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,2]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]!=typeSTRING!=dataTypeGroupsideEastEntities=AttributesBCrewLinksBid:atlOffsetCitemsItem0=Item1?Item2BB dataTypeObjectPositionInfoT>sideEastflagsAttributes>id<typeCUP_O_RU_PilotatlOffsetCustomAttributes>?positionn4F-ɹA:Fangles^@ d??@>skillL>>Attribute0>Attribute1g?nAttributes?propertyspeakerexpression_this setspeaker _value;Value ?g?data0?g?typeR?valueMale01RUSg?typeSTRINGg?propertypitchexpression_this setpitch _value;Value??data??type?value??typeSCALAR? dataTypeObjectPositionInfo@sideEastflagsAttributes@id=typeCUP_O_RU_PilotatlOffsetCustomAttributes@Bpositionn4F-ɹA:Fangles^@ d??@@skillL>@Attribute0AAttribute1AnAttributesBpropertyspeakerexpression_this setspeaker _value;ValueQAAdataaAAtypeAvalueMale03RUSAtypeSTRINGApropertypitchexpression_this setpitch _value;ValueABdataABtype Bvalueu?BtypeSCALARBdataTypeWaypointpositionNF+AFFtypeSeekAndDestroyEffectsBshowWPNEVERid_BBBLinkIDProviderBLinksBCnextIDBitemsItem0BItem1FCClinkIDitem0<item1;CustomData5CFCroleFClinkIDitem0=item1;CustomDataCCroleturretPathC dataTypeObjectPositionInfoDDsideEastflagsAttributes|Did;typeCUP_O_Mi24_P_Dynamic_RUatlOffsetCustomAttributesE_Fposition}4FAm:Fangles^@ d??@|Dnamehind2pylonsCUP_PylonPod_2Rnd_AT2_M[0];;CUP_PylonPod_20Rnd_S8N_M;CUP_PylonPod_20Rnd_S8N_M;;CUP_PylonPod_2Rnd_AT2_M[0];EAttribute0+EnAttributes_FpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueE_FdataE_FtypeJFvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]_FtypeSTRING_FdataTypeGroupsideEastEntitiesFAttributesICrewLinksIidatlOffsetIitemsItem0FIdataTypeObjectPositionInfonGsideEastflagsAttributesGidtypeCUP_O_RU_SoldierCustomAttributesGIposition7FAx9Fangles@/ }?=@GskillL>GAttribute0GAttribute1HnAttributesIpropertyspeakerexpression_this setspeaker _value;Value:HHdataJHHtypelHvalueMale02RUSHtypeSTRINGHpropertypitchexpression_this setpitch _value;ValueHIdataHItypeHvalueu?ItypeSCALARIILinkIDProvider3ILinksFIInextIDFIitemsItem0cIIlinkIDitem0item1CustomDataIIroleturretPathIdataTypeObjectPositionInfoAJsideEastflagsAttributesyJidtypeCUP_O_ZU23_RUatlOffsetJposition7F*Ax9Fangles@ }?;@yJJdataTypeLayernameDeterrentEntitiesJidatlOffsetzB]itemsItem0 KItem1MItem2TItem3V] dataTypeObjectPositionInfoKsideEastflagsAttributesKidtypeCUP_O_2S6_RUatlOffset\CustomAttributesnameBastard1GZOAttribute0OAttribute1#PnAttributesPpropertyspeakerexpression_this setspeaker _value;ValueO#PdataO#PtypePvalueMale02RUS#PtypeSTRING#Ppropertypitchexpression_this setpitch _value;ValueiPPdatayPPtypePvalueff?PtypeSCALARPdataTypeObjectPositionInfo0QsideEastflagsAttributeshQidtypeCUP_O_RU_CrewCustomAttributesQRposition6EXiAIjFangles?hQskill}>nameBastard1CQAttribute0QAttribute1TRnAttributesRpropertyspeakerexpression_this setspeaker _value;Value RTRdataRTRtype?RvalueMale03RUSTRtypeSTRINGTRpropertypitchexpression_this setpitch _value;ValueRRdataRRtypeRvalue?RtypeSCALARRnamedeterrent1RLinkIDProviderSLinks+STnextID+SitemsItem0SSItem1STlinkIDitem0item1CustomDataSSroleturretPathSlinkIDitem0item1CustomDataSTroleturretPathT dataTypeObjectPositionInfoTsideEastflagsAttributesTidtypeCUP_O_2S6_RUatlOffset{CustomAttributesDUVpositionPEPB>FanglesM=?@TnameBastard2reportRemoteTargetsreceiveRemoteTargetsreportOwnPositionDUAttribute0lUnAttributesVpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueUVdataUVtypeVvalue[[[["CUP_arifle_AKS74U","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_CivPack_WDL"],[4]]],false]VtypeSTRINGVdataTypeGroupsideEastEntitiesYWAttributes[CrewLinks[idatlOffset{]itemsItem0WItem1Y[dataTypeObjectPositionInfoXsideEastflagsAttributes?XidtypeCUP_O_RU_CrewCustomAttributesbXYpositionRPE B>FanglesM=?@?Xskill}>nameBastard2GbXAttribute0XAttribute1+YnAttributesYpropertyspeakerexpression_this setspeaker _value;ValueX+YdataX+YtypeYvalueMale02RUS+YtypeSTRING+Ypropertypitchexpression_this setpitch _value;ValueqYYdataYYtypeYvalueff?YtypeSCALARYdataTypeObjectPositionInfo8ZsideEastflagsAttributespZidtypeCUP_O_RU_CrewCustomAttributesZ[positionRPE B>FanglesM=?@pZskill}>nameBastard2CZAttribute0ZAttribute1\[nAttributes[propertyspeakerexpression_this setspeaker _value;Value[\[data%[\[typeG[valueMale03RUS\[typeSTRING\[propertypitchexpression_this setpitch _value;Value[[data[[type[value?[typeSCALAR[namedeterrent1_1[LinkIDProvider"\Links5\]nextID5\itemsItem0]\Item1\]linkIDitem0item1CustomData\\roleturretPath\linkIDitem0item1CustomData\]roleturretPath]LinkIDProviderC]LinksV]xnextIDOV]PitemsOItem0aItem1_aItem2aItem3aItem4FbItem5bItem6bItem7-cItem8zcItem9cItem10dItem11adItem12dItem13dItem14HeItem15eItem16eItem17/fItem18|fItem19fItem20gItem21cgItem22gItem23gItem24JhItem25hItem26hItem271iItem28~iItem29iItem30jItem31ejItem32jItem33jItem34LkItem35kItem36kItem373lItem38lItem39lItem40mItem41gmItem42mItem43nItem44NnItem45nItem46nItem475oItem48oItem49oItem50pItem51ipItem52pItem53qItem54PqItem55qItem56qItem577rItem58rItem59rItem60sItem61ksItem62sItem63tItem64RtItem65tItem66tItem679uItem68uItem69uItem70 vItem71mvItem72vItem73wItem74TwItem75wItem76wItem77;xItem78xxlinkIDitem0Fitem1CCustomDataMa_atypeSync_alinkIDitem0Citem1CustomDataaatypeSyncalinkIDitem0item1CCustomDataaatypeSyncalinkIDitem0item1CCustomData4bFbtypeSyncFblinkIDitem0%item1CCustomDatabbtypeSyncblinkIDitem0"item1CCustomDatabbtypeSyncblinkIDitem0$item1CCustomDatac-ctypeSync-clinkIDitem0 item1CCustomDatahczctypeSynczclinkIDitem0!item1CCustomDatacctypeSyncclinkID item0#item1CCustomDataddtypeSyncdlinkID item0eitem1CustomDataOdadtypeSyncadlinkID item0fitem1gCustomDataddtypeSyncdlinkID item0jitem1 CustomDataddtypeSyncdlinkID item0litem1CustomData6eHetypeSyncHelinkIDitem0mitem1kCustomDataeetypeSyncelinkIDitem0~item1CCustomDataeetypeSyncelinkIDitem0item1CCustomDataf/ftypeSync/flinkIDitem0item1CustomDatajf|ftypeSync|flinkIDitem0item1CustomDatafftypeSyncflinkIDitem0yitem1CustomDataggtypeSyncglinkIDitem0 item1yCustomDataQgcgtypeSynccglinkIDitem0item1CCustomDataggtypeSyncglinkIDitem0item1CCustomDataggtypeSyncglinkIDitem0item1CustomData8hJhtypeSyncJhlinkIDitem0item1CustomDatahhtypeSynchlinkIDitem0item1CustomDatahhtypeSynchlinkIDitem0item1CustomDatai1itypeSync1ilinkIDitem0item1CustomDatali~itypeSync~ilinkIDitem0item1CustomDataiitypeSyncilinkIDitem0item1CustomDatajjtypeSyncjlinkIDitem0item1CustomDataSjejtypeSyncejlinkIDitem0item1CCustomDatajjtypeSyncjlinkID item0item1CustomDatajjtypeSyncjlinkID!item0item1CustomData:kLktypeSyncLklinkID"item0item1CCustomDatakktypeSyncklinkID#item0item1CCustomDatakktypeSyncklinkID$item0item1CCustomData!l3ltypeSync3llinkID%item0item1CCustomDatanlltypeSyncllinkID&item0item1CCustomDatalltypeSyncllinkID'item0item1CCustomDatammtypeSyncmlinkID(item0item1CCustomDataUmgmtypeSyncgmlinkID)item0item1CustomDatammtypeSyncmlinkID*item0item1CustomDatamntypeSyncnlinkID+item0item1CustomDataqPqtypeSyncPqlinkID6item0item1CCustomDataqqtypeSyncqlinkID7item0Eitem1CCustomDataqqtypeSyncqlinkID8item0item1CCustomData%r7rtypeSync7rlinkID9item0ditem1CCustomDatarrrtypeSyncrlinkID:item0eitem1CCustomDatarrtypeSyncrlinkID;item0item1CCustomData sstypeSyncslinkID<item0item1CCustomDataYskstypeSynckslinkID=item0fitem1CustomDatasstypeSyncslinkID>item0fitem1_CustomDatasttypeSynctlinkID?item0gitem1fCustomData@tRttypeSyncRtlinkID@item0hitem1fCustomDatatttypeSynctlinkIDAitem0witem1CCustomDatatttypeSynctlinkIDBitem0item1CCustomData'u9utypeSync9ulinkIDCitem0item1CCustomDatatuutypeSynculinkIDDitem0item1CCustomDatauutypeSynculinkIDEitem0item1fCustomDatav vtypeSync vlinkIDFitem0fitem1CustomData[vmvtypeSyncmvlinkIDGitem0item1fCustomDatavvtypeSyncvlinkIDHitem0oitem1fCustomDatavwtypeSyncwlinkIDIitem0item1CCustomDataBwTwtypeSyncTwlinkIDJitem0item1CCustomDatawwtypeSyncwlinkIDKitem0item1CCustomDatawwtypeSyncwlinkIDLitem0item1CCustomData)x;xtypeSync;xlinkIDMitem0Citem1CustomDatavxxtypeSyncxlinkIDNitem0item1CCustomDataxxtypeSyncxEYHML(