admiral\admiral.hYgPfdescription.extCfhull3\briefing\blufor.sqfkPfhull3\briefing\civilian.sqf$ehull3\briefing\indfor.sqf$ehull3\briefing\opfor.sqf$ehull3\guns.hjPfhull3\hull3.hfhull3\LICENSE$e8hull3\uniform.hNfinitPlayerLocal.sqfhPf initServer.sqfkPf mission.sqmlPfzone_spawned_unit.sqf&e;class Admiral { isEnabled = 1; isBehaviorEnabled = 0; groupSpawnDelay = 2; class Events { zone_spawned_unit = "zone_spawned_unit.sqf"; }; sideRelations[] = { {"west", "resistance", "enemy"}, {"resistance", "west", "enemy"} }; class ZoneTemplates { class Camp { infFireteamSize = 1; infWaypointAmount = 4; techWaypointAmount = 3; armourWaypointAmount = 3; waypointBehaviours[] = {"AWARE"}; canSpawnFfvCrew = 0; aimingAccuracy = 0.2; aimingShake = 0.2; aimingSpeed = 0.5; spotDistance = 0.65; spotTime = 1; courage = 1; reloadSpeed = 1; commanding = 1; general = 0.7; }; }; class Camp { defaultUnitTemplate = "CUP_RU_RATNIK_DE"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_RU_RATNIK_DE"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_RU_RATNIK_DE"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class CUP_RU_RATNIK_DE { technicals[] = {"CUP_O_Tigr_M_233114_DESERT_PK_RU", "CUP_O_Tigr_M_233114_DESERT_KORD_RU", "CUP_O_UAZ_AGS30_RU", "CUP_O_UAZ_SPG9_RU", "CUP_O_GAZ_Vodnik_PK_RU", "CUP_O_GAZ_Vodnik_AGS_RU"}; armour[] = {"CUP_O_GAZ_Vodnik_KPVT_RU", "CUP_O_GAZ_Vodnik_BPPU_RU", "CUP_O_BTR80_DESERT_RU", "CUP_O_BTR80A_DESERT_RU", "CUP_O_T90M_DESERT_RU"}; th[] = {"CUP_O_Mi8MT_kord_RU"}; ah[] = {"CUP_O_Mi8_RU"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Guns for hire"; onLoadMission = "Made with Hull3"; author = "Cyruz"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 38; }; 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 = 6; 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,10,11,12}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Rain (Storm)", "Snow (Light Winds)", "Snow (Strong Winds)", "Snow (Storm)"}; default = 4; 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 { #if __has_include("\z\ace\addons\killtracker\killtracker.inc") #include "\z\ace\addons\killtracker\killtracker.inc" #endif }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
You've been hired by an anonymous Western contractor to disarm and recover a soviet-era nuclear warhead that seems to have found it's way in to Takistan. Intel tells you Russia are also aware and will be trying to recapture the device.

ENEMY FORCES
Pink Russians

FRIENDLY FORCES
ARK Platoon PMC "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Disarm and defend the nuclear warhead until it's safe to travel. HQ is in negotiation for a contract for our extraction, we're assured this will be done by the time the device is disarmed.

JIP: We have a secret one-way tunnel (don't ask) for reinforcements. ACE interact with the entrance to get to the compound. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
The weapon is in a small building that should shield it from small arms. Cover it as best you can while it's automated disarm sequence happens.

EXTRACTION PLAN
If needed there are 4 armoured offroads stashed on the east end of the village.

FIRE SUPPORT PLAN
HAT for vehicles

SPECIAL TASKS
Survive "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Nuke disarm can only happen after safety off. Will take around 25 minutes to fully complete.

Ammo boxes are carryable! "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz "]]; // 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 SCAR_H_US { class Rifleman { primaryWeapon = "CUP_arifle_Mk17_STD"; primaryWeaponItems[] = {"CUP_optic_G33_HWS_COYOTE", "CUP_acc_Flashlight"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; vestMagazines[] = { {"CUP_20Rnd_762x51_B_SCAR", 6}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_20Rnd_762x51_B_SCAR", 4}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_Mk17_STD_EGLM"; handgunWeapon = "CUP_hgun_M9"; vestMagazines[] = { {"CUP_20Rnd_762x51_B_SCAR", 4}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 2}, {"CUP_15Rnd_9x19_M9", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_20Rnd_762x51_B_SCAR", 6}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 2}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_FlareWhite_M203", 2} }; assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_arifle_Mk17_CQC"; primaryWeaponItems[] = {"CUP_optic_Eotech553_Coyote"}; uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_20Rnd_762x51_B_SCAR", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = { {"CUP_1Rnd_Smoke_M203", 8}, {"CUP_1Rnd_SmokeRed_M203", 8} }; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_Mk17_CQC_FG"; vestMagazines[] = { {"CUP_20Rnd_762x51_B_SCAR", 6}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_20Rnd_762x51_B_SCAR", 2} }; assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; 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_des"; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 1}}; backpackMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 3}}; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "ACE_VectorDay"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_Mk17_CQC_FG"; secondaryWeapon = "CUP_launch_M136"; vestMagazines[] = { {"CUP_20Rnd_762x51_B_SCAR", 6}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_20Rnd_762x51_B_SCAR", 4}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 2} }; }; class HATG : RAT { secondaryWeapon = "CUP_launch_Javelin"; secondaryWeaponItems[] = {"CUP_Javelin_M"}; backpackMagazines[] = { {"CUP_Javelin_M", 1} }; }; class HATAG : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"CUP_Javelin_M", 1} }; binocular = "ACE_VectorDay"; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class HATAC : Rifleman { assignItems[] = {}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343"}; }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {}; magazines[] = {}; items[] = {}; medicalItems[] = {}; }; class Car : Vehicle { weapons[] = { {"CUP_launch_M136", 4} }; magazines[] = { {"CUP_20Rnd_762x51_B_SCAR", 40}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 20}, {"CUP_Javelin_M", 15} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 20}, {"ACE_splint", 6} }; }; class Truck : Vehicle { weapons[] = { {"CUP_launch_M136", 10} }; magazines[] = { {"CUP_20Rnd_762x51_B_SCAR", 80}, {"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR", 40}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 60}, {"CUP_1Rnd_Smoke_M203", 20}, {"CUP_1Rnd_HE_M203", 20}, {"HandGrenade", 10}, {"SmokeShell", 10} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class CUP_ION_PMC { gear = "SCAR_H_US"; uniform = "CUP_ION_PMC"; }; }; class Gear { #include "guns.h" }; class Uniform { #include "uniform.h" }; };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 CUP_ION_PMC { class Rifleman { headGear = "CUP_H_OpsCore_Spray_NoHS"; goggles = "CUP_FR_NeckScarf2"; uniform = "CUP_I_B_PARA_Unit_11"; vest = "CUP_V_JPC_lightbelt_coy_ARM"; backpack = "ark_backpack_med"; insignia = ""; }; class Leader : Rifleman { }; class Officer : Leader { }; class CO : Officer { headGear = "CUP_H_OpsCore_Covered_MCAM"; goggles = "CUP_G_Oakleys_Drk"; uniform = "CUP_I_B_PARA_Unit_1"; vest = "CUP_V_JPC_communicationsbelt_coy_ARM"; backpack = "ark_backpack_med"; }; class XO : CO { }; class SL : Officer { headGear = "CUP_H_OpsCore_Tan"; goggles = "CUP_G_White_Scarf_Shades"; uniform = "CUP_I_B_PARA_Unit_2"; vest = "CUP_V_JPC_tlbelt_coy_ARM"; }; class Medic : Rifleman { headGear = "CUP_H_OpsCore_Tan"; goggles = "CUP_G_ESS_KHK"; uniform = "CUP_I_B_PARA_Unit_7"; vest = "CUP_V_JPC_medicalbelt_coy_ARM"; insignia = ""; }; class FTL : Leader { headGear = "CUP_H_OpsCore_Tan"; goggles = "CUP_G_ESS_KHK_Scarf_Tan"; uniform = "CUP_I_B_PARA_Unit_6"; vest = "CUP_V_JPC_weaponsbelt_coy_ARM"; }; class AR : Rifleman { goggles = "CUP_G_ESS_KHK_Scarf_Face_Tan"; uniform = "CUP_I_B_PARA_Unit_8"; }; class AAR : Rifleman { }; class RAT : Rifleman { goggles = "CUP_G_ESS_KHK_Scarf_Tan"; uniform = "CUP_I_B_PARA_Unit_14"; vest = "CUP_V_JPC_Fastbelt_coy_ARM"; backpack = "ark_backpack_med"; }; class HATG : RAT { backpack = "ark_backpack_large"; }; class HATAG : FTL { backpack = "ark_backpack_large"; }; class HATAC : AAR { backpack = "ark_backpack_large"; }; class P : Rifleman { headGear = "H_PilotHelmetHeli_O"; goggles = ""; uniform = "CUP_I_B_PMC_Unit_41"; vest = "CUP_V_B_JPC_Tan_Light_ARM"; backpack = "ark_backpack_small"; }; class PCM : P { }; }; //Moar orange PPeffect_colorC = ppEffectCreate ["ColorCorrections",1500]; PPeffect_colorC ppEffectAdjust [1,1.00178,0.00178254,[0.441474,0.278075,0,0.131016],[1.66262,0.830778,-0.149614,0.855971],[1.91943,-0.279027,0.255735,0]]; PPeffect_colorC ppEffectEnable true; PPeffect_colorC ppEffectCommit 0; PPeffect_grain = ppEffectCreate ["FilmGrain",1550]; PPeffect_grain ppEffectAdjust [0.0811943,0.5,0,0.2,0.1]; PPeffect_grain ppEffectEnable true; PPeffect_grain ppEffectCommit 0; // Nuke actions private _startAct = [ "startAct", "Defuse device", "\A3\ui_f\data\igui\cfg\simpleTasks\types\use_ca.paa", { player playActionNow "PutDown"; [ 3, _target, { params ["_target"]; _target setVariable ["ark_gfh_canDisarm", false, true]; _target setVariable ["ark_gfh_canCheck", true, true]; remoteExec ["ark_gfh_fnc_disarmBomb", 2]; [["\A3\ui_f\data\map\mapcontrol\taskIconDone_ca.paa", 2.0], ["Defuse process started"]] call CBA_fnc_notify; }, { [["\A3\ui_f\data\map\mapcontrol\taskIconFailed_ca.paa", 2.0], ["Action aborted!"]] call CBA_fnc_notify; }, "Starting defuse process..." ] call ace_common_fnc_progressBar; }, {_target getVariable ["ark_gfh_canDisarm", false]}, {}, [], [0,0,0.5], 3 ] call ace_interact_menu_fnc_createAction; private _checkAct = [ "checkAct", "Check Progress", "\A3\ui_f\data\igui\cfg\simpleTasks\types\use_ca.paa", { [["\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa", 2.0], ["Defuse progress:"], [str ark_cc_progress + " %", 2.0]] call CBA_fnc_notify; }, {_target getVariable ["ark_gfh_canCheck", false]}, {}, [], [0,0,0.5], 3 ] call ace_interact_menu_fnc_createAction; private _endAct = [ "endAct", "Finish defuse", "\A3\ui_f\data\igui\cfg\simpleTasks\types\use_ca.paa", { _target setVariable ["ark_gfh_canFinish", false, true]; remoteExec ["ark_gfh_fnc_endBomb", 2]; }, {_target getVariable ["ark_gfh_canFinish", false]}, {}, [], [0,0,0.5], 3 ] call ace_interact_menu_fnc_createAction; { ["Land_Device_disassembled_F", 0, [], _x] call ace_interact_menu_fnc_addActionToClass; } forEach [_startAct, _checkAct, _endAct]; private _tpAct = [ "tpAct", "Enter Tunnel", "\A3\ui_f\data\igui\cfg\simpleTasks\types\navigate_ca.paa", {player setPosASL (getPosASL ark_tunnelExit)}, {true}, {}, [], [0,0,0], 3 ] call ace_interact_menu_fnc_createAction; [ark_tunnelEntry, 0, [], _tpAct] call ace_interact_menu_fnc_addActionToObject;setTimeMultiplier 0.1; ark_gfh_hash_compatTracers = createHashMap; ark_ghf_fnc_compatibleTracers = { params ["_unit"]; private _wep = primaryWeapon _unit; private _currentMag = (primaryWeaponMagazine _unit) #0; private _newMag = ark_gfh_hash_compatTracers get _wep; if (isNil "_newMag") then { private _roundCount = getNumber (configfile >> "CfgMagazines" >> _currentMag >> "count"); private _tracerMags = []; private _mags = [_wep] call CBA_fnc_compatibleMagazines; { if (getNumber (configfile >> "CfgMagazines" >> _x >> "tracersEvery") == 1 && { getNumber (configfile >> "CfgMagazines" >> _x >> "count") == _roundCount }) then { private _ammo = getText (configfile >> "CfgMagazines" >> _x >> "ammo"); if (getNumber (configfile >> "CfgAmmo" >> _ammo >> "tracerStartTime") != -1) then { _tracerMags pushback _x; }; }; } forEach _mags; if (_tracerMags isEqualTo []) then { _newMag = ""; } else { _newMag = _tracerMags #0; }; ark_gfh_hash_compatTracers set [_wep,_newMag]; }; if (_newMag == "") exitWith {}; _unit addPrimaryWeaponItem _newMag; _unit removeMagazines _currentMag; _unit addMagazines [_newMag, 3]; }; ark_gfh_fnc_createCas = { params ["_pos", "_dir"]; private _dummy = "LaserTargetCBase" createVehicle _pos; _dummy enableSimulationGlobal false; _dummy hideObjectGlobal true; _dummy setVariable ["vehicle","CUP_O_Su25_Dyn_RU"]; _dummy setVariable ["type", 2]; _dummy setDir _dir; [_dummy,nil,true] call BIS_fnc_moduleCAS; [{deleteVehicle _this}, _dummy, 10] call CBA_fnc_waitAndExecute; }; ark_gfh_fnc_disarmBomb = { ark_cc_progress = 0; [{ params ["", "_id"]; ark_cc_progress = ark_cc_progress + 1; publicVariable "ark_cc_progress"; playSound3D ["a3\missions_f_beta\data\sounds\firing_drills\checkpoint_clear.wss", objNull, false, getPosASL ark_nuke, 2]; if (ark_cc_progress == 100) exitWith { _id call CBA_fnc_removePerFrameHandler; ark_nuke setVariable ["ark_gfh_canCheck", false, true]; ark_nuke setVariable ["ark_gfh_canFinish", true, true]; playSound3D ["a3\missions_f_beta\data\sounds\firing_drills\checkpoint_not_clear.wss", objNull, false, getPosASL ark_nuke, 5]; }; }, 16] call CBA_fnc_addPerFrameHandler; }; ark_gfh_fnc_endBomb = { [false] call ark_chase_ai_fnc_enableSpawning; {[_x] call adm_api_fnc_disableCamp} forEach [inf_1, inf_2, inf_3, inf_4, inf_5, t_1, a_1]; format ["C.I.A Bob: Thanks %1 for repairing and arming that Russian nuke. We'll have a much higher chances of securing our funding next year if Congress thinks Russia is using nuclear weapons on foreign soil. Payment will be forwarded to your families if applicable...", (name player)] remoteExec ["systemChat", -2]; ark_gfh_bombTimer = 180; ark_gfh_bombFreq = 0.35; private _pfh = [{ params ["", "_id"]; playSound3D ["a3\sounds_f\air\Heli_Light_01\warning.wss", ark_nuke, true, (getPosASL ark_nuke), 2.5, ark_gfh_bombFreq, 200]; ark_gfh_bombTimer = ark_gfh_bombTimer - 1; ark_gfh_bombFreq = ark_gfh_bombFreq + 0.01; if (ark_gfh_bombTimer isEqualTo 0) exitWith { _id call CBA_fnc_removePerFrameHandler; "gm_ModuleOrdnanceRocket_rocket_luna_nuc_3r10" createVehicle (getpos ark_nuke); ark_gfh_bombTimer = nil; ark_gfh_bombFreq = nil; }; }, 1] call CBA_fnc_addPerFrameHandler; }; ["mission.safetytimer.ended", {ark_nuke setVariable ["ark_gfh_canDisarm", true, true]}] call hull3_event_fnc_addEventHandler; ["CAManBase", "init", { params ["_unit"]; if (local _unit && { !isPlayer _unit }) then { _unit call ark_ghf_fnc_compatibleTracers }; }] call CBA_fnc_addClassEventHandler;raP version6EditorDatasourceNameark_co37_guns_for_hireaddonsA3_Characters_FA3_Modules_FA3_Modules_F_Curator_MiscCUP_CAStructures_E_Wall_Wall_Lgm_objects_fortificationCUP_CAMiscCUP_Misc3_ConfigA3_Structures_F_EPA_Mil_Scrapyardace_cargoCUP_Misc_e_ConfigA3_Structures_F_Mil_HelipadsA3_Structures_F_Items_Vesselsace_draggingA3_Structures_F_Civ_MarketCUP_CAStructures_E_Misc_Misc_InterierCUP_CAStructures_E_Misc_Misc_Marketace_field_rationsgm_structures_euro_80A3_Props_F_Enoch_Military_DecontaminationA3_Structures_F_Enoch_Commercial_FuelStation_03ace_refuelA3_Structures_F_EPA_Civ_ConstructionsCUP_CAMisc_E_WFA3_Structures_F_TrainingAdmiralark_rotorark_chase_aiace_chemlightsVehicles_F_lxWS_Offroad_01A3_Structures_F_EPC_Items_ElectronicsA3_Ui_FAddonsMetaDatadlcsgmEnochwsrandomSeedScenarioData|CustomAttributesMissionn moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvidermMarkerIDProviderLayerIndexProviderCameranextID#nextIDnextID$pos7I)F2C6EdirR(* a?upXGa?>asideʹ?'޳>=List|itemsItem0iItem1Item2qItem3Item4UItem5Item6 Item7E Item8 Item9> Item10{ Item11 Item12 Item13 Item14\ Item15 Item16. Item17 Item18JItem19Item20OItem21Item22Item23"Item24Item25Item26vItem27 |classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comqclassNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_CAStructures_E_Wall_Wall_LnameCUP_CAStructures_E_Wall_Wall_LUclassNamegm_objects_fortificationnamegm_objects_fortificationauthorGlobal Mobilizationurlglobal-mobilization.comclassNameCUP_CAMiscnameCUP_CAMisc classNameCUP_Misc3_ConfignameCUP_Misc3_ConfigE classNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttps://ace3.acemod.org/> classNameCUP_Misc_e_ConfignameCUP_Misc_e_Config{ classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttps://ace3.acemod.org/ classNameCUP_CAStructures_E_Misc_Misc_InteriernameCUP_CAStructures_E_Misc_Misc_Interier\ classNameCUP_CAStructures_E_Misc_Misc_MarketnameCUP_CAStructures_E_Misc_Misc_Market classNameace_field_rationsnameACE3 - Field RationsauthorACE-Teamurlhttps://ace3.acemod.org/. classNamegm_structures_euro_80namegm_structures_euro_80authorGlobal Mobilizationurlglobal-mobilization.com classNameA3_Props_F_EnochnameArma 3 Contact Platform - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comJclassNameA3_Structures_F_Enoch_CommercialnameArma 3 Contact Platform - Commercial BuildingsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_refuelnameACE3 - RefuelauthorACE-Teamurlhttps://ace3.acemod.org/OclassNameCUP_CAMisc_E_WFnameCUP_CAMisc_E_WFclassNameAdmiralnameAdmiralauthorKamiclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org"classNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgclassNameace_chemlightsnameace_chemlightsauthorACE-Teamurlhttps://ace3.acemod.org/classNameVehicles_F_lxWSnameArma 3 Western Sahara - VehiclesauthorRotators Collectiveurlhttps://www.arma3.comvclassNameA3_Structures_F_EPCnameArma 3 Win Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com|authorCyruzHeadergameTypeCoopminPlayersmaxPlayers%Category0nnameMultiplayerAttribute05Attribute1nAttributesnpropertyRespawnTemplatesexpressiontrueValuetdatasingleTypeARRAYvalueitemsItem0datasingleTypeSTRINGvalueNonepropertyRespawnButtonexpressiontrueValue8ndataHnsingleTypeSCALARvalue?nIntelEntities:ConnectionsbriefingNameark_co49_guns_for_hireoverviewTextPMC are tasked with disarming a nuke | Default Time/WeathertimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<:!items Item0Item1Item2/"Item3(Item4O/Item52Item69Item7 @Item8CItem9bJItem10PItem11UItem12VItem13YItem14Item15w?Item16BIItem17 KItem18LItem19NItem20rPItem21ORItem221]Item23hItem24rItem25}Item260Item27Item28&Item29Item30Item31dataTypeGroupsideWestEntitiesAttributes}idatlOffset8itemsItem0ZItem1Item2Item3}dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_officer_FatlOffset8position(FPKCEangleš@!=skill?rankCAPTAINinit [this, ["faction", "CUP_ION_PMC"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfoqsideWestflagsAttributesidtypeB_medic_FatlOffset8position(FpCOEanglesY@!=skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Platoon Medic@COisPlayabledataTypeObjectPositionInfosideWestflagsAttributes5idtypeB_Soldier_FatlOffset8position(F荎C/EanglesY@!=5skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionION PMC - Platoon Rifleman@COisPlayabledataTypeObjectPositionInfomsideWestflagsAttributesidtypeB_officer_FatlOffset8}position(F_ŽCEanglesl@q>skill?rankLIEUTENANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Executive Officer@COisPlayable}dataTypeGroupsideWestEntitiesAttributes)"idatlOffset8/"itemsItem0Item1 )"dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_SL_FatlOffset8 position(FhCaEangles_@=skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha Squad Leader@Alpha SLisPlayable dataTypeObjectPositionInfo!sideWestflagsAttributesM!idtypeB_medic_FatlOffset8)"position(FvCSEangles_@v=M!skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha Squad Medic@Alpha SLisPlayable)"/"dataTypeGroupsideWestEntities"Attributes(id atlOffset8(itemsItem0"Item1_$Item2%Item3Q'(dataTypeObjectPositionInfoH#sideWestflagsAttributes#id typeB_Soldier_TL_FatlOffset8_$position(FC>EanglesA@~=#skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Fireteam Leader@Alpha 1isPlayable_$dataTypeObjectPositionInfo$sideWestflagsAttributes%id typeB_soldier_AR_FatlOffset8%position(FC^EanglesA@~=%skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Automatic Rifleman@Alpha 1isPlayable%dataTypeObjectPositionInfo[&sideWestflagsAttributes&id typeB_Soldier_A_FatlOffset8Q'position(Fq%C>Eangles>@산=&skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayableQ'dataTypeObjectPositionInfo'sideWestflagsAttributes (id typeB_soldier_LAT_FatlOffset8(position(Fc=CEanglesy@;= (skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Rifleman (AT)@Alpha 1isPlayable((dataTypeGroupsideWestEntities)AttributesI/idatlOffset8O/itemsItem0W)Item1*Item2k,Item3-I/dataTypeObjectPositionInfo)sideWestflagsAttributes*idtypeB_Soldier_TL_FatlOffset8*position~(FÌCEangles$@)=*skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Fireteam Leader@Alpha 2isPlayable*dataTypeObjectPositionInfop+sideWestflagsAttributes+idtypeB_soldier_AR_FatlOffset8k,position(FЌCVEanglesi@=+skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Automatic Rifleman@Alpha 2isPlayablek,dataTypeObjectPositionInfo,sideWestflagsAttributes#-idtypeB_Soldier_A_FatlOffset8-position(F8CEanglesi@~4=#-skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayable-dataTypeObjectPositionInfoc.sideWestflagsAttributes.idtypeB_soldier_LAT_FatlOffset8I/position(FCEangles2@=.skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Rifleman (AT)@Alpha 2isPlayableI/O/dataTypeGroupsideWestEntities/Attributes2idatlOffset82itemsItem0/Item1g12dataTypeObjectPositionInfoR0sideWestflagsAttributes0idtypeB_Soldier_SL_FatlOffset8g1position(F+C]EanglesM@0 >0skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo Squad Leader @Bravo SLisPlayableg1dataTypeObjectPositionInfo1sideWestflagsAttributes2idtypeB_medic_FatlOffset82position)F COEanglesM@0 >2skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo Squad Medic@Bravo SLisPlayable22dataTypeGroupsideWestEntitiesX3Attributes9idatlOffset89itemsItem03Item1/5Item26Item3!89dataTypeObjectPositionInfo4sideWestflagsAttributesO4idtypeB_Soldier_TL_FatlOffset8/5position(F mC~Eangles@F=O4skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Fireteam Leader@Bravo 1isPlayable/5dataTypeObjectPositionInfo5sideWestflagsAttributes5idtypeB_soldier_AR_FatlOffset86position(FtCEanglesg@F=5skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Automatic Rifleman@Bravo 1isPlayable6dataTypeObjectPositionInfo+7sideWestflagsAttributesc7idtypeB_Soldier_A_FatlOffset8!8position)F0C^Eanglesg@F=c7skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable!8dataTypeObjectPositionInfo8sideWestflagsAttributes8idtypeB_soldier_LAT_FatlOffset89position)FӎCEangles3@m>8skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Rifleman (AT)@Bravo 1isPlayable99dataTypeGroupsideWestEntities9Attributes@idatlOffset8 @itemsItem0':Item1;Item2<=Item3>@dataTypeObjectPositionInfo:sideWestflagsAttributes:idtypeB_Soldier_TL_FatlOffset8;position(FCިEangles@0=:skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Fireteam Leader@Bravo 2isPlayable;dataTypeObjectPositionInfoA<sideWestflagsAttributesy<idtypeB_soldier_AR_FatlOffset8<=position(F CƘEangles@0=y<skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Automatic Rifleman@Bravo 2isPlayable<=dataTypeObjectPositionInfo=sideWestflagsAttributes=idtypeB_Soldier_A_FatlOffset8>position)F2CnEangles@0==skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable>dataTypeObjectPositionInfo4?sideWestflagsAttributesl?idtypeB_soldier_LAT_FatlOffset8@position)F^CΗEangles@Q=l?skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Rifleman (AT)@Bravo 2isPlayable@ @dataTypeGroupsideWestEntitiesz@AttributesCid"atlOffset8CitemsItem0@Item18BCdataTypeObjectPositionInfo#AsideWestflagsAttributes[Aid typeB_Soldier_SL_FatlOffset88BpositionjE}CCDangles,@[Askill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta Squad Leader@Delta SLisPlayable8BdataTypeObjectPositionInfoBsideWestflagsAttributesBid!typeB_medic_FatlOffset8CpositionE}CgDangles,@Bskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta Squad Medic@Delta SLisPlayableCCdataTypeGroupsideWestEntities*DAttributes\Jid'atlOffset8bJitemsItem0hDItem1FItem2~GItem3H\JdataTypeObjectPositionInfoDsideWestflagsAttributes!Eid#typeB_Soldier_TL_FatlOffset8FpositionGE}CSDangles,@!Eskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Fireteam Leader@Delta 1isPlayableFdataTypeObjectPositionInfoFsideWestflagsAttributesFid$typeB_soldier_AR_FatlOffset8~GpositionE}CvDangles,@Fskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Automatic Rifleman@Delta 1isPlayable~GdataTypeObjectPositionInfoGsideWestflagsAttributes6Hid%typeB_Soldier_A_FatlOffset8Hposition|E}C]Dangles,@6Hskill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Assistant Automatic Rifleman@Delta 1isPlayableHdataTypeObjectPositionInfovIsideWestflagsAttributesIid&typeB_soldier_LAT_FatlOffset8\JpositionfE}C5Dangles,@Iskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Rifleman (AT)@Delta 1isPlayable\JbJdataTypeGroupsideWestEntitiesJAttributesPid,atlOffset8PitemsItem0JItem1LItem2NItem3OPdataTypeObjectPositionInfo{KsideWestflagsAttributesKid(typeB_Soldier_TL_FatlOffset8Lposition{E}C MEangles,@Kskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "D2", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Fireteam Leader@Delta 2isPlayableLdataTypeObjectPositionInfoMsideWestflagsAttributesMMid)typeB_soldier_AR_FatlOffset8Nposition1bE}CkEangles,@MMskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Automatic Rifleman@Delta 2isPlayableNdataTypeObjectPositionInfoNsideWestflagsAttributesNid*typeB_Soldier_A_FatlOffset8Oposition9LE}C;XEangles,@Nskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Assistant Automatic Rifleman@Delta 2isPlayableOdataTypeObjectPositionInfoPsideWestflagsAttributes?Pid+typeB_soldier_LAT_FatlOffset8PpositionV6E}CDEangles,@?Pskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Rifleman (AT)@Delta 2isPlayablePPdataTypeGroupsideWestEntitiesMQAttributesUid0atlOffset8UitemsItem0QItem1SItem2TUdataTypeObjectPositionInfoRsideWestflagsAttributes9Rid-typeB_Soldier_TL_FatlOffset8SpositionJ)FxCEanglesZ@=9Rskill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "HATAG"], ["marker", "HAT1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionION PMC - HAT 1 Leader@HAT 1isPlayableSdataTypeObjectPositionInfoSsideWestflagsAttributesSid.typeB_soldier_AT_FatlOffset8Tposition:)FȊCkJEangles@=Sskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "HATG"]] call hull3_unit_fnc_init;descriptionION PMC - HAT 1 Gunner@HAT 1isPlayableTdataTypeObjectPositionInfoUsideWestflagsAttributes8Uid/typeB_Soldier_A_FatlOffset8UpositionZ)FC+HEanglesZ@x=8Uskill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "HATAC"]] call hull3_unit_fnc_init;descriptionION PMC - HAT 1 Ammo Carrier@HAT 1isPlayableUUdataTypeLogicPositionInfoyVnameadm_hc_unitisPlayabledescriptionHCidOtypeHeadlessClient_FatlOffsetCVpositionzDVdataTypeLayernameModulesstateEntitiesVidPatlOffsetXG>YitemsItem0WItem1:YYdataTypeLogicPositionInfoWareaSizeIAΓAflagsidRtypeModuleHideTerrainObjects_FCustomAttributesW:Yposition')FrC?Eanglesy@m=WAttribute0XAttribute1XnAttributes:Yproperty#filterexpression_this setVariable ["#filter",_value]ValuepXXdataXXsingleTypeSCALARvaluepAXproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueY:YdataY:YsingleTypeBOOLvalue:YdataTypeLogicPositionInfoYareaSizeKC&YCareaIsRectangleflagsidetypeModuleCoverMap_FYposition(FsCKEangles@x=YdataTypeLayernameSet DstateEntitiesOZidSatlOffsetSQòHitemsGItem0]Item1^Item2_Item3p`Item4WaItem5NbItem65cItem7dItem8eItem9eItem10fItem11gItem12hItem13iItem14jItem15kItem16lItem17mItem18nItem19oItem20pItem21qItem22rItem23sItem24tItem25uItem26vItem27wItem28xItem29yItem30zItem31{Item32|Item33}Item34~Item35Item36ȀItem37ŁItem38Item39Item40Item41ɅItem42Item43Item44Item45Item46Item47!Item48Item49+Item50Item51Item52Item53Item54ڕItem55іItem56ȗItem57Item58ʙItem59Item60Item61Item62Item63Item64~Item65lItem66]Item67|Item68Item69Item70¥dataTypeObjectPositionInfo"^sideEmptyflagsAttributesZ^idZtypeLand_Wall_L3_5m_EP1^position(FŌCEangles@?xD=Z^createAsLocalObjectdisableSimulation^dataTypeObjectPositionInfo_sideEmptyflagsAttributesQ_idYtypeLand_Wall_L3_5m_EP1atlOffset8_position(FCEangless@?==Q_createAsLocalObjectdisableSimulation_dataTypeObjectPositionInfo`sideEmptyflagsAttributes8`idXtypeLand_Wall_L3_5m_EP1p`position(FCEangles @?x=8`createAsLocalObjectdisableSimulationp`dataTypeObjectPositionInfo`sideEmptyflagsAttributesaid[typeLand_Wall_L3_5m_EP1Wapositionh)FCؿEanglesZ@?;=acreateAsLocalObjectdisableSimulationWadataTypeObjectPositionInfoasideEmptyflagsAttributesbid\typeLand_Wall_L3_5m_EP1atlOffset8Nbpositionmj)F?CEEanglesZ@?2=bcreateAsLocalObjectdisableSimulationNbdataTypeObjectPositionInfobsideEmptyflagsAttributesbid]typeLand_Wall_L3_5m_EP15cpositionk)FCkkEanglest@?]>bcreateAsLocalObjectdisableSimulation5cdataTypeObjectPositionInfocsideEmptyflagsAttributescid^typeLand_Wall_L3_5m_EP1dpositionqw)FCXEanglest@-@Ou=ccreateAsLocalObjectdisableSimulationddataTypeObjectPositionInfodsideEmptyflagsAttributesdid`typeLand_Wall_L3_5m_EP1eposition)FCxZEangles@@-@}=dcreateAsLocalObjectdisableSimulationedataTypeObjectPositionInfozesideEmptyflagsAttributeseidatypeLand_Wall_L3_5m_EP1epositioni)F C[Eangles @-@=ecreateAsLocalObjectdisableSimulationedataTypeObjectPositionInfodfsideEmptyflagsAttributesfidCtypegm_crates_pile_04_tarpfposition(FCEangles@MV@=ftexturesgm_blkcreateAsLocalObjectdisableSimulationfdataTypeObjectPositionInfo`gsideEmptyflagsAttributesgidBtypegm_crates_pile_05_tarpgpositionK(FCEangles@?x=gtexturesgm_tancreateAsLocalObjectdisableSimulationgdataTypeObjectPositionInfo\hsideEmptyflagsAttributeshidAtypegm_crates_pile_02_tarphposition(FCEangles @F2r=htexturesgm_brncreateAsLocalObjectdisableSimulationhdataTypeObjectPositionInfoYisideEmptyflagsAttributesiidtypeBarrel1atlOffsetiposition(FeC(Eangles@@=iskillL>createAsLocalObjectdisableSimulationidataTypeObjectPositionInfoPjsideEmptyflagsAttributesjidtypeBarrel1atlOffsetjposition(F,^CӶEangles@@=jskillL>createAsLocalObjectdisableSimulationjdataTypeObjectPositionInfoGksideEmptyflagsAttributeskid~typeLand_fort_bagfence_longkposition-x)F2CvEanglest@@[=kskillL>createAsLocalObjectdisableSimulationkdataTypeObjectPositionInfo>lsideEmptyflagsAttributesvlidtypeLand_fort_bagfence_longlposition9t)F鯍CyEangles@Z@[=vlskillL>createAsLocalObjectdisableSimulationldataTypeObjectPositionInfo5msideEmptyflagsAttributesmmidtypeLand_fort_bagfence_longmpositionx)Fx͍CtEangles@@[=mmskillL>createAsLocalObjectdisableSimulationmdataTypeObjectPositionInfocreateAsLocalObjectdisableSimulationndataTypeObjectPositionInfoCosideEmptyflagsAttributes{oidtypeLand_fort_bagfence_longatlOffset8oposition(FNCEangles@U?={oskillL>createAsLocalObjectdisableSimulationodataTypeObjectPositionInfo:psideEmptyflagsAttributesrpidtypeLand_fort_bagfence_longpposition(FACEanglesR@&Ĩ?C@=rpskillL>createAsLocalObjectdisableSimulationpdataTypeObjectPositionInfoAqsideEmptyflagsAttributesyqidtypeLand_fort_bagfence_longatlOffset8qposition(Fn]CEangles@4?=yqskillL>createAsLocalObjectdisableSimulationqdataTypeObjectPositionInfoHrsideEmptyflagsAttributesridtypeLand_fort_bagfence_longatlOffset;rposition(FkCNEanglesE@H@ʨk=rskillL>createAsLocalObjectdisableSimulationrdataTypeObjectPositionInfoOssideEmptyflagsAttributessidtypeLand_fort_bagfence_longatlOffset;spositiono(FvC7fEanglesE@@ʨk=sskillL>createAsLocalObjectdisableSimulationsdataTypeObjectPositionInfoVtsideEmptyflagsAttributestidtypeLand_fort_bagfence_longatlOffset ;tpositionA(FC36Eanglesv+@@]Q=tskillL>createAsLocalObjectdisableSimulationtdataTypeObjectPositionInfoMusideEmptyflagsAttributesuidtypeLand_fort_bagfence_longuposition(FCEanglesv+@H@==uskillL>createAsLocalObjectdisableSimulationudataTypeObjectPositionInfoDvsideEmptyflagsAttributes|vidtypeLand_fort_bagfence_longvposition^(F0ՌCEanglesv+@@]Q=|vskillL>createAsLocalObjectdisableSimulationvdataTypeObjectPositionInfo;wsideEmptyflagsAttributesswidtypeLand_fort_bagfence_longwposition/(F:CEanglesv+@@==swskillL>createAsLocalObjectdisableSimulationwdataTypeObjectPositionInfo3xsideEmptyflagsAttributeskxidtypeLand_fort_bagfence_roundxpositionv)F\ C[BEanglest@)d~?Ou=kxskillL>createAsLocalObjectdisableSimulationxdataTypeObjectPositionInfo9ysideEmptyflagsAttributesqyidtypeLand_PaperBox_closed_FatlOffset8yposition/)Fj'CEangles*@P@N=qyskillL>createAsLocalObjectdisableSimulationydataTypeObjectPositionInfo.zsideEmptyflagsAttributesfzidtypeLand_CamoNet_EAST_EP1zposition: )F3CEangles8@2z@b=fzskillL>createAsLocalObjectdisableSimulationzdataTypeObjectPositionInfo"{sideEmptyflagsAttributesZ{idtypeLand_HelipadCircle_F{position*)FC MEanglesy@w@^=Z{skillL>createAsLocalObjectdisableSimulation{dataTypeObjectPositionInfo$|sideEmptyflagsAttributes\|idtypeLand_MetalBarrel_FatlOffsetP|position(FyHCںEangles@ ԧ@=\|skillL>createAsSimpleObjectcreateAsLocalObjectdisableSimulation|dataTypeObjectPositionInfoA}sideEmptyflagsAttributesy}idtypeLand_MetalBarrel_FatlOffset }position(FhQCEangles@Ǫ@=y}skillL>createAsSimpleObjectcreateAsLocalObjectdisableSimulation}dataTypeObjectPositionInfod~sideEmptyflagsAttributes~idtypeLand_MetalBarrel_empty_FatlOffsetZ~position-(FICEangles@:?x=~skillL>createAsLocalObjectdisableSimulation~dataTypeObjectPositionInfoOsideEmptyflagsAttributesidtypeLand_Sack_Fposition)FCEangles?@]P@N=skillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfoLsideEmptyflagsAttributesidtypeLand_Sack_EP1atlOffsetȀposition)FCEangles8@@b=skillL>createAsLocalObjectdisableSimulationȀdataTypeObjectPositionInfoIsideEmptyflagsAttributesidtypeLand_Sack_EP1atlOffset8Łposition)F΍ChEangles*@@N=skillL>createAsLocalObjectdisableSimulationŁdataTypeObjectPositionInfo;sideEmptyflagsAttributessidtypeLand_Sacks_goods_Fposition(FCEangles8@<6@b=sskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfo<sideEmptyflagsAttributestidtypeLand_Sacks_heap_FatlOffset8positionG )FڍCEangles*@N9@N=tskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfo0sideEmptyflagsAttributeshidtypeLand_stand_small_EP1position)F|ЍCkEangles8@<6@b=hskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfo2sideEmptyflagsAttributesjidtypeLand_WaterBarrel_FatlOffsetɅposition)F CEangles*@Q~$?N=jskillL>createAsSimpleObjectcreateAsLocalObjectdisableSimulationɅdataTypeObjectPositionInfoOsideEmptyflagsAttributesidtypeLand_WaterBarrel_FatlOffset position(F鳍CJEangles8@S$?b=skillL>createAsSimpleObjectcreateAsLocalObjectdisableSimulationdataTypeObjectPositionInfonsideEmptyflagsAttributesid?typegm_camotarp_02CustomAttributesևposition5(FČCPEanglesE@@&$e=texturesgm_tandisableSimulationևAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueMdata]singleTypeBOOLvaluedataTypeObjectPositionInfo sideEmptyflagsAttributesAid@typegm_camotarp_02CustomAttributesqpositionO(FCEanglesv+@@bJ=Atexturesgm_tandisableSimulationqAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesidtypeland_gm_euro_misc_awning_05atlOffset@@positionj)F?C9EanglesΔ@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesȋidtypeLand_Fuel_tank_stairsCustomAttributesposition3c)F C|Eangles@@]>ȋdisableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;Value]datamsingleTypeBOOLvaluedataTypeObjectPositionInfo sideEmptyflagsAttributesXidtypeLayFlatHose_01_Roll_FCustomAttributesv!position_)FC7Eangles@]>XdisableSimulationvAttribute0nAttributes!propertyallowDamageexpression_this allowdamage _value;Value!data!singleTypeBOOLvalue!dataTypeObjectPositionInfosideEmptyAttributesݎidtypeLayFlatHose_01_StraightShort_FatlOffsetp?CustomAttributesposition(e)FC/YEݎdisableSimulationAttribute0#nAttributespropertyallowDamageexpression_this allowdamage _value;ValuerdatasingleTypeBOOLvaluedataTypeObjectPositionInfoBsideEmptyAttributesbidtypeLayFlatHose_01_StraightShort_FatlOffsetv?CustomAttributes+position]f)F%CjYEbdisableSimulationAttribute0nAttributes+propertyallowDamageexpression_this allowdamage _value;Value+data+singleTypeBOOLvalue+dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_FuelStation_03_pump_FatlOffsetpositione)Fd(CmUEangles+@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeAmmoCrates_NoInteractive_SmallatlOffset:;position,FCEanglesu<Ś@P=skillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfopsideEmptyflagsAttributesidtypeBarrel4position,FCLVEangles@Ii?ƾ=skillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfogsideEmptyflagsAttributesidtypeBarrel1atlOffset8position$,FȾC\]EanglesA@@hB=skillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfo^sideEmptyflagsAttributesidtypeLand_fort_bagfence_longڕposition,FC~Eanglesy@?=skillL>createAsLocalObjectdisableSimulationڕdataTypeObjectPositionInfoUsideEmptyflagsAttributesidtypeLand_fort_bagfence_longіposition,F\CڔEangles+<?4=skillL>createAsLocalObjectdisableSimulationіdataTypeObjectPositionInfoLsideEmptyflagsAttributesidtypeLand_fort_bagfence_longȗpositionC,F֕C~NEanglesA@?x=skillL>createAsLocalObjectdisableSimulationȗdataTypeObjectPositionInfoEsideEmptyflagsAttributes}idtypeLand_fort_bagfence_cornerpositionc,FKCEangles+<mP@4=}skillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfoNsideEmptyflagsAttributesidtypeLand_fort_bagfence_corneratlOffsetZ;ʙpositionK,FݕC`hEanglesA@ϸ@x=skillL>createAsLocalObjectdisableSimulationʙdataTypeObjectPositionInfo<sideEmptyflagsAttributestidtypeLand_HBarrier5positione,FC-Eangles.#=z=~4=tskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfo:sideEmptyflagsAttributesridtypeLand_HBarrier5atlOffsetp<positionb,FOCDEangles@bP@:=rskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfo8sideEmptyflagsAttributespidtypeLand_HBarrier5atlOffset<position,FʕC?Eangles@P@ƾ=pskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfo&sideEmptyflagsAttributes^id typeLand_HBarrier5positionz,F/>C}JEanglesl@bP@9=^skillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesLid typeLand_HBarrier5position,,FCEangles<bP@=LskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes:idtypeLand_HBarrier3~positionۜ,F)ǕC3Eanglesu<K=P=:skillL>createAsLocalObjectdisableSimulation~dataTypeObjectPositionInfosideEmptyflagsAttributes(id typeLand_HBarrier3lpositionn,FZ CMEanglesy@K=H=(skillL>createAsLocalObjectdisableSimulationldataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Sacks_heap_F]positionv,FCMEangles@=ƾ=skillL>createAsLocalObjectdisableSimulation]dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Pallets_stack_FatlOffset|positionT,FcC2mEanglesA@["@hB=skillL>createAsSimpleObjectcreateAsLocalObjectdisableSimulation|dataTypeObjectPositionInfosideEmptyflagsAttributesSidtypeTK_GUE_WarfareBVehicleServicePoint_Base_EP1atlOffset6;position,F8CEanglesy@@=SskillL>createAsLocalObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesUidtypeLand_WaterBarrel_FatlOffset9position,F}ؕCVEanglesA@)r@x=UskillL>createAsSimpleObjectcreateAsLocalObjectdisableSimulationdataTypeObjectPositionInfoFsideEmptyflagsAttributes~idtypeAmmoCrates_NoInteractive_LargeatlOffset;¥positionP,FACEanglesy@E=P=~skillL>createAsLocalObjectdisableSimulation¥dataTypeObjectPositionInfoBsideEmptyflagsAttributeszidtypeDirthump_3_FatlOffset0=positionkE㓔CDangles*@zcreateAsLocalObjectdisableSimulationdataTypeLayernameStagesEntitiesidatlOffset0w?itemsItem0RItem1@Item2 Item3Item4T5Item5=w?dataTypeLayername1 - Inf - (Start)stateEntitiesidfatlOffset@itemsItem0Item1rItem2Item3Item4Item5Item6Item7(Item8RItem9KItem10Item11Item12Item13Item14Item15tItem16]Item17@dataTypeTriggerpositionm&FLCEAttributesidgtypeEmptyDetectorAreaR50rconditionhull3_mission_safetyTimerAbortsizeA AsizeB Atimeout@@@isServerOnlyrdataTypeGroupsideCivilianEntitiesЩAttributesidhatlOffset=ĮitemsItem0Item1Item2(dataTypeObjectPositionInfosideCivilianflagsAttributesiditypeC_Bob_VRatlOffset8positionl&FCEdataTypeWaypointloiterAltitudepositionu&FgCAEEffects"showWPNEVERidjtypeMove((dataTypeWaypointloiterAltitudepositionu)F\"C\EEffectsshowWPNEVERidktypeMovedataTypeTriggerposition/"FuCEangleR?Attributes2idmtypeEmptyDetectorAreaR50atlOffsetconditionhull3_mission_safetyTimerAbortsizeA AsizeB Atimeout@@@isServerOnlydataTypeGroupsideCivilianEntitiesAttributesidnatlOffset=itemsItem08Item1Item2edataTypeObjectPositionInfosideCivilianflagsAttributes߭idotypeC_Bob_VRposition/"FiCEangleseH@߭dataTypeWaypointloiterAltitudeposition#FCixEEffects_showWPNEVERidptypeMoveeedataTypeWaypointloiterAltitudeposition)F4@CqqEEffects߮showWPNEVERidqtypeMovedataTypeGroupsideCivilianEntitiesIAttributesidratlOffset=ĺitemsItem0Item14Item2Item34dataTypeObjectPositionInfosideCivilianflagsAttributes.idstypeC_Bob_VR4position"FCY Eanglesh?.4dataTypeWaypointloiterAltitudepositiono%FCApEEffectsshowWPNEVERidttypeMovedataTypeWaypointloiterAltitudeposition(FCuKEEffects.showWPNEVERidutypeMove44dataTypeWaypointloiterAltitudeposition)FSCqqEEffectsshowWPNEVERidvtypeMovedataTypeGroupsideCivilianEntitiesAttributesidwatlOffset=itemsItem0KItem1Item2xdataTypeObjectPositionInfosideCivilianflagsAttributesidxtypeC_Bob_VRposition&FCͼEangles?dataTypeWaypointloiterAltitudeposition (FشCUEEffectsrshowWPNEVERidytypeMovexxdataTypeWaypointloiterAltitudepositione)F;C\EEffectsshowWPNEVERidztypeMovedataTypeLogicPositionInfofid{typeAdmiral_OndemandCampZoneCustomAttributes(position"FC+Eangles+>@Attribute0Attribute1\Attribute2Attribute3ʷAttribute4Attribute5@Attribute6Attribute7ĺAttribute8Attribute9PAttribute10Attribute11ܽAttribute12Attribute13fnAttributes(propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value)\data9\singleTypeSTRINGvalue\propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueݶdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueʷdataʷsingleTypeSCALARvalueBʷpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueKdata[singleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value @data@singleTypeSCALARvalue A@propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedataѹsingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueĺdataĺsingleTypeSCALARvalueĺpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueKdata[singleTypeSTRINGvalueinf_1propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuePdata*PsingleTypeSCALARvaluePpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueܽdataܽsingleTypeSCALARvalueAܽpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuegdatawsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value0fdata@fsingleTypeSCALARvaluefpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value(data(singleTypeSTRINGvalue(dataTypeLogicPositionInfoidltypeAdmiral_OndemandCampZoneCustomAttributesRposition&FCbEangles+>@Attribute0Attribute1Attribute2=Attribute3Attribute4Attribute5jAttribute6Attribute7Attribute8Attribute9zAttribute10AAttribute11Attribute12Attribute13nAttributesRpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueSdatacsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value=data=singleTypeSCALARvalue=propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueudatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value4jdataDjsingleTypeSCALARvalue AjpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueudatasingleTypeSTRINGvalueinf_2propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueDzdataTzsingleTypeSCALARvaluezpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value AdataAsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueZdatajsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueRdata/RsingleTypeSTRINGvalueRdataTypeTriggerpositionF'sCsEangleR?Attributesid|typeEmptyDetectorAreaR50atlOffset7Kconditionhull3_mission_safetyTimerAbortsizeA AsizeB Atimeout@@@isServerOnlyKdataTypeGroupsideCivilianEntitiesAttributesidatlOffset=ďitemsItem0Item1Item2 dataTypeObjectPositionInfoKsideCivilianflagsAttributesidtypeC_Bob_VRposition F\ztCEanglesh?dataTypeWaypointloiterAltitudeposition0!"FҀC%EEffectsshowWPNEVERidtypeMove dataTypeWaypointloiterAltitudeposition)F2$CeEEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes/positionFtsC\EanglesjEX>r=/Attribute0+Attribute1Attribute2Attribute3[Attribute4Attribute5Attribute6Attribute7UAttribute8Attribute9Attribute10Attribute11mAttribute12.Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuendata~singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value%[data5[singleTypeSCALARvalueB[propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueRdatabsingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueUdata/UsingleTypeSCALARvalueUpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvalueinf_3propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuerdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value7mdataGmsingleTypeSCALARvalueAmpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value.data.singleTypeSCALARvalue.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesidatlOffset=ĈitemsItem0UItem1Item2Item3dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionF/rCP Eanglesh?dataTypeWaypointloiterAltitudeposition֠ F:{CEEffects|showWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition#FCEEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition )F+CxoEEffects|showWPNEVERidtypeMovedataTypeTriggerposition1FCmEangle^Attributes idtypeEmptyDetectorAreaR50atlOffset8conditionhull3_mission_safetyTimerAbortsizeA AsizeB Atimeout@@@isServerOnlydataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes1position1F'WCEangles!@` @^=1Attribute0-Attribute1Attribute2Attribute3]Attribute4Attribute5Attribute6Attribute7WAttribute8Attribute9Attribute10Attribute11oAttribute120Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuepdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value']data7]singleTypeSCALARvalueB]propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueTdatadsingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value!Wdata1WsingleTypeSCALARvalueWpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvalueinf_4propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuetdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value9odataIosingleTypeSCALARvalue@opropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value0data 0singleTypeSCALARvalue0propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesnidatlOffset=titemsItem0AItem1ndataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRposition1FXCEanglesq@dataTypeWaypointloiterAltitudeposition)F]C(iEEffectshshowWPNEVERidtypeMovenntdataTypeTriggerposition/F4DzEangle@AttributesidtypeEmptyDetectorAreaR50]conditionhull3_mission_safetyTimerAbortsizeA AsizeB Atimeout@@@isServerOnly]dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributespositionG/FDEangles>@>>Attribute0Attribute1Attribute2rAttribute3)Attribute4Attribute5Attribute6TAttribute7#Attribute8Attribute9Attribute10vAttribute11;Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value<rdataLrsingleTypeSCALARvaluerpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value)data)singleTypeSCALARvalueB)propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueidataysingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value Tdata0TsingleTypeBOOLvalueTpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value#data#singleTypeSCALARvalue#propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvalueinf_5propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueydatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value@vdataPvsingleTypeSCALARvaluevpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value;data;singleTypeSCALARvalue@;propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueTdatadsingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributes:idatlOffset=@itemsItem0 Item1:dataTypeObjectPositionInfo|sideCivilianflagsAttributesidtypeC_Bob_VRposition/FLDОEangles﫹@dataTypeWaypointloiterAltitudeposition!)FnRCP]EEffects4showWPNEVERidtypeMove::@dataTypeLayername2 - Technical (5 min)stateEntitiesidatlOffset>/ itemsItem0Item1Item2 dataTypeTriggerpositionFQCF.EAttributesBidtypeEmptyDetectorAreaR50conditionhull3_mission_safetyTimerAborttimeoutCCCdataTypeGroupsideCivilianEntitiesAttributesidatlOffset=itemsItem0Item1Item2BdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositionFpPCeEdataTypeWaypointloiterAltitudeposition~F KCEEffects<showWPNEVERidtypeMoveBBdataTypeWaypointloiterAltitudeposition)Fh C/EEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfo0idtypeAdmiral_OndemandCampZoneCustomAttributesP positionFQC{^EPAttribute0LAttribute1Attribute2Attribute3|Attribute43Attribute5Attribute6Attribute7vAttribute83Attribute9Attribute10Attribute11 Attribute12M Attribute13 nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueF|dataV|singleTypeSCALARvalueB|propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value3data 3singleTypeSCALARvalueB3propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuesdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value@vdataPvsingleTypeSCALARvaluevpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value3data 3singleTypeSTRINGvaluet_13propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueV  dataf  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value M data' M singleTypeSCALARvalueM propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value  data  singleTypeSTRINGvalue dataTypeLayername3 - Armour (10 min)stateEntities= idatlOffset?ÚitemsItem0p Item1. Item2VdataTypeTriggerpositiony F"$?C+BEangle"@Attributes idtypeEmptyDetectorAreaR50. conditionhull3_mission_safetyTimerAborttimeoutDDD. dataTypeLogicPositionInfo idtypeAdmiral_OndemandCampZoneCustomAttributes Vposition F&>C9Eangles8@0"@nF< Attribute0Attribute1Attribute2CAttribute3Attribute4Attribute5pAttribute6%Attribute7Attribute8Attribute9~Attribute10EAttribute11 Attribute12Attribute13nAttributesVpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueYdataisingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value CdataCsingleTypeSCALARvalueCpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value{datasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value:pdataJpsingleTypeSCALARvalue AppropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value%data%singleTypeBOOLvalue%propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value{datasingleTypeSTRINGvaluea_1propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueH~dataX~singleTypeSCALARvalue~propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueEdataEsingleTypeSCALARvalueEpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value^datansingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value#Vdata3VsingleTypeSTRINGvalueVdataTypeGroupsideCivilianEntitiesAttributesidatlOffset=ĚitemsItem0Item1Item2dataTypeObjectPositionInfoVsideCivilianflagsAttributesidtypeC_Bob_VRposition% FACF2Eangles"@dataTypeWaypointloiterAltitudepositionFLCEEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition])FC%EEffectsshowWPNEVERidtypeMovedataTypeLayername4 - Rotor Bombs (15 mins)stateEntitiesidatlOffsetlT5 items Item0zItem1!Item2!Item3$Item4q)Item56*Item6-Item71Item8t2T5dataTypeLogicPositionInfoidtypeARK_Rotor_BarrelbombCustomAttributes!positiong1EZBCǺEangles&>5>Attribute0~Attribute1+Attribute2Attribute3Attribute4E nAttributes!propertyARK_Rotor_Barrelbomb_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value+data+singleTypeSCALARvalueA+propertyARK_Rotor_Barrelbomb_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuedatasingleTypeSTRINGvalueDefaultpropertyARK_Rotor_Barrelbomb_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value_dataosingleTypeSTRINGvalueFULLpropertyARK_Rotor_Barrelbomb_Bomb_Amountexpression_this setVariable ['Bomb_Amount',_value,true];Value E data E singleTypeSCALARvalue@E propertyARK_Rotor_Barrelbomb_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value !data !singleTypeSTRINGvalueark_rotor_fnc_barrelbomb!dataTypeTriggerpositionEC(EAttributes!idtypeEmptyDetectorAreaR50atlOffset8!conditionhull3_mission_safetyTimerAborttimeoutaDaDaDisServerOnly!dataTypeGroupsideCivilianEntitiesF"Attributes$idatlOffset=$itemsItem0"Item1B#Item2#Item3B$$dataTypeObjectPositionInfo#sideCivilianflagsAttributes<#idtypeC_Jeff_VRatlOffsetf?B#position9EC͊Eangles$t?<#B#dataTypeWaypointloiterAltitudepositionF8~CroEEffects#showWPNEVERidtypeMove##dataTypeWaypointloiterAltitudepositionB0FԁC&EEffects<$showWPNEVERidtypeMoveB$B$dataTypeWaypointloiterAltitudepositionRFNDEEffects$showWPNEVERidtypeMove$$$dataTypeLogicPositionInfo<%idtypeARK_Rotor_BarrelbombatlOffsetCustomAttributest%q)positionBE'Ch&Eangles~=ɲV>t%Attribute0%Attribute1&Attribute2H'Attribute3'Attribute4(nAttributesq)propertyARK_Rotor_Barrelbomb_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueS&&datac&&singleTypeSCALARvalueA&propertyARK_Rotor_Barrelbomb_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value'H'data'H'singleTypeSTRINGvalueDefaultH'propertyARK_Rotor_Barrelbomb_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value''data''singleTypeSTRINGvalueFULL'propertyARK_Rotor_Barrelbomb_Bomb_Amountexpression_this setVariable ['Bomb_Amount',_value,true];Valuem((data}((singleTypeSCALARvalue@(propertyARK_Rotor_Barrelbomb_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value&)q)data6)q)singleTypeSTRINGvalueark_rotor_fnc_barrelbombq)dataTypeTriggerpositionPEECdEAttributes)idtypeEmptyDetectorAreaR506*conditionhull3_mission_safetyTimerAborttimeoutaDaDaDisServerOnly6*dataTypeGroupsideCivilianEntities*Attributes-idatlOffset=-itemsItem0*Item1+Item2,Item3,-dataTypeObjectPositionInfoR+sideCivilianflagsAttributes+idtypeC_Jeff_VRatlOffsetd?+positionE5-Attribute0.Attribute1.Attribute2/Attribute320Attribute40nAttributes1propertyARK_Rotor_Barrelbomb_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value..data..singleTypeSCALARvalueA.propertyARK_Rotor_Barrelbomb_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueL//data\//singleTypeSTRINGvalueDefault/propertyARK_Rotor_Barrelbomb_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value/20data 020singleTypeSTRINGvalueFULL20propertyARK_Rotor_Barrelbomb_Bomb_Amountexpression_this setVariable ['Bomb_Amount',_value,true];Value00data00singleTypeSCALARvalue@0propertyARK_Rotor_Barrelbomb_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valued11datat11singleTypeSTRINGvalueark_rotor_fnc_barrelbomb1dataTypeTriggerpositionR ECcEAttributes2idtypeEmptyDetectorAreaR50t2conditionhull3_mission_safetyTimerAborttimeoutaDaDaDisServerOnlyt2dataTypeGroupsideCivilianEntities2AttributesN5idatlOffset=T5itemsItem03Item13Item2N4Item34N5dataTypeObjectPositionInfo3sideCivilianflagsAttributes3idtypeC_Jeff_VRatlOffsetd?3positionidtypeEmptyDetectorw?conditionhull3_mission_safetyTimerAbortonActivationif (isServer) then { [[10748.1,6351.07,0], 100] spawn ark_gfh_fnc_createCas; [[10742.6,6270.59,0], 100] spawn ark_gfh_fnc_createCas; };sizeAsizeBtimeoutDDDisServerOnlyw?dataTypeLayernameChase AIstateEntities?idatlOffset> ABIitemsItem0?Item1@BIdataTypeTriggerposition$(F#CNEAttributesb@idtypeEmptyDetectorAreaR250@conditionhull3_mission_safetyTimerAbortsizeACsizeB\Ctimeout4C4C4CisRectangleisServerOnly@dataTypeLogicPositionInfoLAidtypeark_chase_ai_moduleCustomAttributesABIposition+(FȔC Eanglesg>>A Attribute0PrPdataNPrPsingleTypeBOOLvaluerP dataTypeObjectPositionInfoQsideEmptyflagsAttributesFQidtypeACE_Box_ChemlightsatlOffset8CustomAttributesQORposition)FՍCEangles@z>:=FQinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Truck"]] call hull3_unit_fnc_init;QAttribute0QnAttributesORpropertyallowDamageexpression_this allowdamage _value;ValueRORdata+RORsingleTypeBOOLvalueOR dataTypeObjectPositionInfoRsideEmptyflagsAttributes*SidtypeI_Tura_Offroad_armor_lxWSatlOffset8CustomAttributesS1]positionÀ,F0)CBlEangles@7ذ@?=*Sinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesBeigeSAttribute0SAttribute1TnAttributes1]propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value+TTdata;TTsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]TpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value=U1]dataMU1]singleTypeARRAYvalueqU1]itemsItem0UItem1cV1]dataUcVsingleTypeARRAYvalueUcVitemsItem0UItem1-VcVdataV-VsingleTypeSTRINGvalueBeige-Vdata=VcVsingleTypeSCALARvalue?cVdatasV1]singleTypeARRAYvalueV1]itemsItem0WItem1WItem21XItem3mXItem4XItem5XItem6YItem7XYItem8YItem9YItem10ZItem11@ZItem12vZItem13ZItem14ZItem15&[Item16\[Item17[Item18[Item19 \Item20B\Item21\Item22\Item23\1]dataWWsingleTypeSTRINGvalueHideDoor1Wdata X1XsingleTypeSCALARvalue1XdataAXmXsingleTypeSTRINGvalueHideDoor2mXdata}XXsingleTypeSCALARvalueXdataXXsingleTypeSTRINGvaluehideRoofLightsXdataXYsingleTypeSCALARvalue?Ydata*YXYsingleTypeSTRINGvalueHideBumper1XYdatahYYsingleTypeSCALARvalueYdataYYsingleTypeSTRINGvalueHideBumper2YdataYZsingleTypeSCALARvalue?ZdataZ@ZsingleTypeSTRINGvalueHideBumper3@ZdataPZvZsingleTypeSCALARvalue?vZdataZZsingleTypeSTRINGvalueHatchL_rotZdataZZsingleTypeSCALARvalueZdataZ&[singleTypeSTRINGvalueHatchR_rot&[data6[\[singleTypeSCALARvalue?\[datal[[singleTypeSTRINGvalueHideSnorkel[data[[singleTypeSCALARvalue[data[ \singleTypeSTRINGvalueHideDoor3 \data\B\singleTypeSCALARvalueB\dataR\\singleTypeSTRINGvalueHideConstruction\data\\singleTypeSCALARvalue\data\\singleTypeSTRINGvalueHideBackpacks\data ]1]singleTypeSCALARvalue1] dataTypeObjectPositionInfo]sideEmptyflagsAttributes ^idtypeI_Tura_Offroad_armor_lxWSatlOffsetCustomAttributes{^hpositionU,FwCiEanglesy@Aw@kj > ^init [this, ["faction", "CUP_ION_PMC"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesBeige{^Attribute0^Attribute1w_nAttributeshpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value _w_data_w_singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]w_propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value`hdata/`hsingleTypeARRAYvalueS`hitemsItem0{`Item1Eahdata`EasingleTypeARRAYvalue`EaitemsItem0`Item1aEadata`asingleTypeSTRINGvalueBeigeadataaEasingleTypeSCALARvalue?EadataUahsingleTypeARRAYvalueyahitemsItem0bItem1bItem2cItem3OcItem4cItem5cItem6cItem7:dItem8pdItem9dItem10dItem11"eItem12XeItem13eItem14eItem15fItem16>fItem17|fItem18fItem19fItem20$gItem21ggItem22gItem23ghdatabbsingleTypeSTRINGvalueHideDoor1bdatabcsingleTypeSCALARvaluecdata#cOcsingleTypeSTRINGvalueHideDoor2Ocdata_ccsingleTypeSCALARvaluecdataccsingleTypeSTRINGvaluehideRoofLightscdataccsingleTypeSCALARvalue?cdata d:dsingleTypeSTRINGvalueHideBumper1:ddataJdpdsingleTypeSCALARvaluepddataddsingleTypeSTRINGvalueHideBumper2ddataddsingleTypeSCALARvalue?ddatad"esingleTypeSTRINGvalueHideBumper3"edata2eXesingleTypeSCALARvalue?XedataheesingleTypeSTRINGvalueHatchL_rotedataeesingleTypeSCALARvalueedataefsingleTypeSTRINGvalueHatchR_rotfdataf>fsingleTypeSCALARvalue?>fdataNf|fsingleTypeSTRINGvalueHideSnorkel|fdataffsingleTypeSCALARvaluefdataffsingleTypeSTRINGvalueHideDoor3fdataf$gsingleTypeSCALARvalue$gdata4gggsingleTypeSTRINGvalueHideConstructionggdatawggsingleTypeSCALARvaluegdataggsingleTypeSTRINGvalueHideBackpacksgdataghsingleTypeSCALARvalueh dataTypeObjectPositionInfohsideEmptyflagsAttributeshidtypeI_Tura_Offroad_armor_lxWSatlOffsetCustomAttributes]irposition,FaCEanglesT<@?=hinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesBeige]iAttribute0iAttribute1YjnAttributesrpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueiYjdataiYjsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]YjpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuekrdatakrsingleTypeARRAYvalue5kritemsItem0]kItem1'lrdatamk'lsingleTypeARRAYvaluek'litemsItem0kItem1k'ldatakksingleTypeSTRINGvalueBeigekdatal'lsingleTypeSCALARvalue?'ldata7lrsingleTypeARRAYvalue[lritemsItem0mItem1mItem2mItem31nItem4gnItem5nItem6nItem7oItem8RoItem9oItem10oItem11pItem12:pItem13wpItem14pItem15pItem16 qItem17^qItem18qItem19qItem20rItem21IrItem22rItem23rrdatammsingleTypeSTRINGvalueHideDoor1mdatammsingleTypeSCALARvaluemdatan1nsingleTypeSTRINGvalueHideDoor21ndataAngnsingleTypeSCALARvaluegndatawnnsingleTypeSTRINGvaluehideRoofLightsndatannsingleTypeSCALARvalue?ndatanosingleTypeSTRINGvalueHideBumper1odata,oRosingleTypeSCALARvalueRodataboosingleTypeSTRINGvalueHideBumper2odataoosingleTypeSCALARvalue?odataopsingleTypeSTRINGvalueHideBumper3pdatap:psingleTypeSCALARvalue?:pdataJpwpsingleTypeSTRINGvalueHatchL_rotwpdatappsingleTypeSCALARvaluepdatappsingleTypeSTRINGvalueHatchR_rotpdatap qsingleTypeSCALARvalue? qdata0q^qsingleTypeSTRINGvalueHideSnorkel^qdatanqqsingleTypeSCALARvalueqdataqqsingleTypeSTRINGvalueHideDoor3qdataqrsingleTypeSCALARvaluerdatarIrsingleTypeSTRINGvalueHideConstructionIrdataYrrsingleTypeSCALARvaluerdatarrsingleTypeSTRINGvalueHideBackpacksrdatarrsingleTypeSCALARvaluer dataTypeObjectPositionInfossideEmptyflagsAttributessidtypeI_Tura_Offroad_armor_lxWSatlOffset8CustomAttributes?t}positionc,FCוCEangles{k<9N@]=sinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesBeige?tAttribute0wtAttribute1;unAttributes}propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuet;udatat;usingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false];upropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valueu}datau}singleTypeARRAYvaluev}itemsItem0?vItem1 w}dataOv wsingleTypeARRAYvaluesv witemsItem0vItem1v wdatavvsingleTypeSTRINGvalueBeigevdatav wsingleTypeSCALARvalue? wdataw}singleTypeARRAYvalue=w}itemsItem0exItem1xItem2xItem3yItem4IyItem5yItem6yItem7yItem84zItem9rzItem10zItem11zItem12{Item13Y{Item14{Item15{Item16|Item17@|Item18v|Item19|Item20|Item21+}Item22a}Item23}}datauxxsingleTypeSTRINGvalueHideDoor1xdataxxsingleTypeSCALARvaluexdataxysingleTypeSTRINGvalueHideDoor2ydata#yIysingleTypeSCALARvalueIydataYyysingleTypeSTRINGvaluehideRoofLightsydatayysingleTypeSCALARvalue?ydatayysingleTypeSTRINGvalueHideBumper1ydataz4zsingleTypeSCALARvalue4zdataDzrzsingleTypeSTRINGvalueHideBumper2rzdatazzsingleTypeSCALARvalue?zdatazzsingleTypeSTRINGvalueHideBumper3zdataz{singleTypeSCALARvalue?{data,{Y{singleTypeSTRINGvalueHatchL_rotY{datai{{singleTypeSCALARvalue{data{{singleTypeSTRINGvalueHatchR_rot{data{|singleTypeSCALARvalue?|data|@|singleTypeSTRINGvalueHideSnorkel@|dataP|v|singleTypeSCALARvaluev|data||singleTypeSTRINGvalueHideDoor3|data||singleTypeSCALARvalue|data|+}singleTypeSTRINGvalueHideConstruction+}data;}a}singleTypeSCALARvaluea}dataq}}singleTypeSTRINGvalueHideBackpacks}data}}singleTypeSCALARvalue}dataTypeLayernameMission ObjsstateEntities5~idatlOffset0itemsItem0h~Item1Item20 dataTypeObjectPositionInfo sideEmptyflagsAttributesDidtypeLand_Device_disassembled_FatlOffset9CustomAttributesZpositionj(F9C? Eangles@Dnameark_nukeZAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvalue dataTypeObjectPositionInfosideEmptyflagsAttributes߀idtypeland_gm_euro_basement_04atlOffset ?CustomAttributespositionEVCDangles '?,?Ͱ@߀nameark_tunnelEntryAttribute0$nAttributespropertyallowDamageexpression_this allowdamage _value;ValuesdatasingleTypeBOOLvalue dataTypeObjectPositionInfoIsideEmptyflagsAttributesiidtypeland_gm_euro_basement_04atlOffset9CustomAttributes0position(F>C;Einameark_tunnelExitAttribute0nAttributes0propertyallowDamageexpression_this allowdamage _value;Value0data 0singleTypeBOOLvalue0dataTypeMarkerposition(FwnC'EnamemkrNuketextNuketypemil_warningidatlOffset9dataTypeMarkerpositiond(FRȌCEnamemarker_1textTunnel Exittypemil_endidatlOffset9&dataTypeMarkerpositionŐEBCDnamemarker_2textTunnel Entrytypemil_endidatlOffset0=dataTypeMarkerposition|,F%CEnamemarker_3textVicstypemil_flagidatlOffset 9dataTypeMarkerposition)FCEnamemarker_4textInf Ammotypemil_pickupidatlOffset`dataTypeMarkerpositionq)FCF Enamemarker_5textHAT Ammotypemil_pickupid"atlOffset>LinkIDProvider:LinksMnextIDMitemsItem0Item1bItem2Item3Item4IItem5Item6Item70Item8}Item9ʉItem10Item11dItem12Item13Item14KItem15linkIDitem0litem1gCustomDataPbtypeSyncblinkIDitem0{item1mCustomDatatypeSynclinkIDitem0item1|CustomDatatypeSynclinkIDitem0item1CustomData7ItypeSyncIlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataшtypeSynclinkIDitem0item1CustomData0typeSync0linkIDitem0item1CustomDatak}typeSync}linkIDitem0item1CustomDataʉtypeSyncʉlinkID item0item1CustomDatatypeSynclinkID item0item1CustomDataRdtypeSyncdlinkID item0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData9KtypeSyncKlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataӋtypeSync{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];F^߀6F)E