admiral\admiral.hDbdescription.ext39bhull3\briefing\blufor.sqfuD3bhull3\briefing\civilian.sqf*qn^hull3\briefing\indfor.sqfbhull3\briefing\opfor.sqfbhull3\hull3.h:bhull3\LICENSE*qn^8hull3\PP_G.hbhull3\PP_U.hHbinit.sqf*qn^initPlayerLocal.sqfabinitServer.sqf(`mission.sqmNDb[plank.hbzone_spawned_unit.sqf*qn^;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 = "SYND_BANDIT"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "SYND_BANDIT"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "SYND_BANDIT"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class SYND_BANDIT { technicals[] = {"CUP_I_Hilux_AGS30_TK", "CUP_I_Hilux_DSHKM_TK", "CUP_I_Hilux_SPG9_TK", "CUP_I_Hilux_armored_AGS30_TK", "CUP_I_Hilux_armored_DSHKM_TK", "CUP_I_Hilux_armored_SPG9_TK"}; armour[] = {"CUP_I_Hilux_armored_BMP1_TK", "CUP_I_Hilux_armored_BTR60_TK", "CUP_I_BMP1_TK_GUE", "CUP_I_T34_TK_GUE", "CUP_I_T55_TK_GUE", "CUP_I_Hilux_armored_zu23_TK"}; th[] = {"CUP_I_UH1H_slick_TK_GUE"}; ah[] = {"CUP_I_UH1H_gunship_TK_GUE"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" #include "plank.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "pala pocket"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 60; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 0; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 7; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Our Jaeger unit has infiltrated behind the Russian advance and set up an ambush point. We aim to disrupt the Russian movement in this area before falling back and repeating the process again.

ENEMY FORCES
Armed forces of the Russian Federation

FRIENDLY FORCES
An extraction force of RG-32 Scouts is preparing, it will be some time until they can set off however.. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for extraction when it is available.

Expect attack from north, east and southerly directions predominantly. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.

FORTIFICATION PLAN
An ammunition dump has been established in the white main building under the stairs.

JIP EXTRACT
Each RG-32 Scout can transport six.

Extract must wait to be called in before moving off. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
The Rachmaninoff Group has been employed by the legitimate Government of Niakala to provide security and training, whilst en-route to our forward operating base we have somehow run out of fuel on the outskirts of Pala.
The locals fled as we approached the town and are likely to be informing of our presence to the rebels in the area.

ENEMY FORCES
Anti Government Rebels armed with AK47s and no shoes, they will be no threat.

FRIENDLY FORCES
An extraction force two Mi-8 and two Mi-24 are preparing, it will be some time until they can set off however.. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for extraction when it is available.

Given we are surrounded, defend in all directions. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.

FORTIFICATION PLAN
Ammunition dumps have been established in the Church and Hotel

JIP EXTRACT
Extract must wait to be called in before moving off.

Our two Kamaz trucks and the two ammo dumps should be destroyed as we extract to prevent the munitions and vehicles from falling into the hands of the rebels, plus we can bill the client for replacements anyway.. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; class Hull3 { isEnabled = 1; class MissionParams { date[] = { {2035, 24, 11}, {2035, 24, 11} }; time[] = { {3, 30}, {5, 50}, {9, 0}, {12, 0}, {15, 0}, {17, 50}, {18, 50}, {0, 0} }; }; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class CUP_RU_MOD_PK { gear = "PP_G"; uniform = "PP_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "PP_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "PP_U.h" unitBaseClass = "Rifleman"; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.class PP_G { class Rifleman { primaryWeapon = "CUP_arifle_AK12_black"; primaryWeaponItems[] = {"CUP_optic_1P87_RIS", "CUP_acc_LLM_black"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = "hgun_Rook40_F"; handgunItems[] = {"16Rnd_9x21_Mag"}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"MiniGrenade", 2}, {"ACE_Chemlight_HiGreen", 2}, {"SmokeShellGreen", 1}, {"16Rnd_9x21_Mag", 2} }; vestMagazines[] = { {"CUP_30Rnd_545x39_AK12_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_30Rnd_545x39_AK12_M", 4}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_1PN138", "ItemGPS"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_IR_Strobe_Item", 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_AK12_GP34_black"; vestMagazines[] = { {"CUP_30Rnd_545x39_AK12_M", 4}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_IlumFlareGreen_GP25_M", 2}, {"CUP_1Rnd_SmokeGreen_GP25_M", 2}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_30Rnd_545x39_AK12_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 2}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_IlumFlareGreen_GP25_M", 4}, {"CUP_1Rnd_SmokeGreen_GP25_M", 4} }; binocular = "ACE_Vector"; }; class Officer : Leader { binocular = "Laserdesignator"; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_IR_Strobe_Item", 1}, {"Laserbatteries", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_arifle_AK12_black"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_545x39_AK12_M", 4}}; backpackMagazines[] = {}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_AK12_VG_black"; vestMagazines[] = { {"CUP_30Rnd_545x39_AK12_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 2}, {"SmokeShellGreen", 4} }; backpackMagazines[] = { {"SmokeShellGreen", 4}, {"CUP_30Rnd_545x39_AK12_M", 2} }; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_Pecheneg_top_rail_B50_vfg"; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 4}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 4} }; }; class AAR : Rifleman { primaryWeapon = "CUP_arifle_AK12_AFG_black"; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 4} }; binocular = "ACE_Vector"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_AK12_VG_black"; secondaryWeapon = "launch_RPG32_green_F"; secondaryWeaponItems[] = {"RPG32_F"}; vestMagazines[] = { {"CUP_30Rnd_545x39_AK12_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShellGreen", 1}, {"CUP_30Rnd_545x39_AK12_M", 4}, {"RPG32_F", 2}, {"RPG32_HE_F", 1} }; }; class MTRG : Rifleman { primaryWeapon = "CUP_arifle_AK12_VG_black"; secondaryWeapon = "CUP_2b14_carry"; backpackMagazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 1}, {"ACE_1Rnd_82mm_Mo_Smoke", 1}, {"ACE_1Rnd_82mm_Mo_Illum", 1} }; uniformRadios[] = {"ACRE_PRC343"}; }; class MTRAG : MTRG { primaryWeapon = "CUP_arifle_AK12_AFG_black"; secondaryWeapon = "ace_csw_carryMortarBaseplate"; backpackMagazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 2}, {"ACE_1Rnd_82mm_Mo_Smoke", 2}, {"ACE_1Rnd_82mm_Mo_Illum", 2} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; binocular = "ACE_Vector"; }; class MTRAC : Rifleman { secondaryWeapon = ""; backpackMagazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 2}, {"ACE_1Rnd_82mm_Mo_Smoke", 2}, {"ACE_1Rnd_82mm_Mo_Illum", 2} }; uniformRadios[] = {"ACRE_PRC343"}; }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_launch_RPG26", 25}, {"CUP_launch_Igla", 1} }; magazines[] = { {"CUP_30Rnd_545x39_AK12_M", 200}, {"CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 100}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 200}, {"CUP_1Rnd_HE_GP25_M", 25}, {"CUP_IlumFlareGreen_GP25_M", 25}, {"CUP_1Rnd_SmokeGreen_GP25_M", 25}, {"ACE_HandFlare_Green", 25}, {"ACE_Chemlight_HiGreen", 25}, {"O_R_IR_Grenade", 25}, {"SmokeShellGreen", 25}, {"RPG32_F", 25}, {"RPG32_HE_F", 10}, {"HandGrenade", 50}, {"MiniGrenade", 50}, {"16Rnd_9x21_Mag", 10}, {"DemoCharge_Remote_Mag", 10} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class PP_U { class Rifleman { headGear = "CUP_H_RUS_6B47_v2_Desert"; goggles = ""; uniform = "CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_gloves_pads"; vest = "CUP_Vest_RUS_6B45_Sh117_Desert_ARM"; backpack = "ark_backpack_large"; insignia = ""; }; class Leader : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesClosed_Desert"; uniform = "CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_rolled_up_gloves_pads"; vest = "CUP_Vest_RUS_6B45_Sh117_VOG_Desert_ARM"; }; class Officer : Leader { headGear = "gmx_chdkz_army_headgear_cap_blk"; }; class Crew : Rifleman { headGear = "gm_gc_headgear_zsh3_wht"; uniform = "CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_rolled_up_gloves_pads"; vest = "Aircrew_vest_2_NH_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesUp_Desert"; }; class FTL : Leader { vest = "CUP_Vest_RUS_6B45_Sh117_VOG_Desert"; }; class AR : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesUp_Desert"; vest = "CUP_Vest_RUS_6B45_Sh117_PKP_Desert_ARM"; }; class AAR : Rifleman { vest = "CUP_Vest_RUS_6B45_Sh117_Nut_Desert_ARM"; }; class RAT : Rifleman { headGear = "CUP_H_RUS_6B47_v2_GogglesDown_Desert"; }; class MTRG : AR { }; class MTRAG : AAR { }; class MTRAC : AAR { }; class P : Crew { }; class PCM : P { }; }; ark_fnc_plank_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "plank_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 2, 0, 2, 0, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["MTRG", "MTRAG"]) exitWith {[_unit, [0, 2, 2, 2, 0, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Rifleman", "MTRAC", "AR", "AAR"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 2, 2, 2, 0, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 4, 0, 4, 1, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["plank_areFortsAssigned", true, true]; }; }; ark_fnc_plank_fill_SMAW_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons"]; _magazines = [ ["RPG32_F", 50], ["RPG32_HE_F", 25] ]; _weapons = [ ["CUP_launch_RPG26", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; _box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_fill_MMG_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons"]; _magazines = [ ["ACE_1Rnd_82mm_Mo_HE", 150], ["ACE_1Rnd_82mm_Mo_Smoke", 50], ["ACE_1Rnd_82mm_Mo_Illum", 50] ]; _weapons = [ ["CUP_2b14_carry", 1], ["ace_csw_carryMortarBaseplate", 1] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; _box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_fill_Ammo = { private _box = _this select 1; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["CUP_30Rnd_545x39_AK12_M", 100], ["CUP_30Rnd_TE1_Green_Tracer_545x39_AK12_M", 50], ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M", 100], ["CUP_1Rnd_HE_GP25_M", 50], ["CUP_IlumFlareGreen_GP25_M", 50], ["CUP_1Rnd_SmokeGreen_GP25_M", 50], ["ACE_HandFlare_Green", 50], ["ACE_Chemlight_HiGreen", 50], ["O_R_IR_Grenade", 25], ["16Rnd_9x21_Mag", 25], ["HandGrenade", 50], ["MiniGrenade", 50], ["SmokeShellGreen", 50] ]; _weapons = [ ["CUP_launch_RPG26", 10] ]; _items = [ ["ACE_fieldDressing", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; _box call ark_fnc_plank_setBoxColour_t3; }; ark_fnc_plank_fill_medic_box = { private _box = _this select 1; private ["_items"]; _items = [ ["ACE_fieldDressing", 90], ["ACE_morphine", 60], ["ACE_epinephrine", 60], ["ACE_bloodIV_500", 48], ["ACE_splint", 16] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addItemCargoGlobal _x;} foreach _items; _box call ark_fnc_plank_setBoxColour_t4; }; ark_fnc_plank_setBoxColour_t3 = { params ["_box"]; [{_this setObjectTextureGlobal [0, "\gm\gm_weapons\gm_ammoboxes\data\wud\gm_ammobox_wood_03_ext_01_wud_co.paa"];}, _box] call CBA_fnc_execNextFrame; }; ark_fnc_plank_setBoxColour_t4 = { params ["_box"]; [{_this setObjectTextureGlobal [0, "\gm\gm_weapons\gm_ammoboxes\data\wud\gm_ammobox_wood_04_ext_01_wud_co.paa"];}, _box] call CBA_fnc_execNextFrame; }; if (!didJIP) then { [player] call ark_fnc_plank_assignFortifications; ["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler; };ark_script_fnc_fireArty = { params ["_vehicle","_target"]; private _gunner = effectiveCommander _vehicle; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; private _roundCount = 1; // How many shots fired in one cycle private _delay = 60; // How long between cycles [ { params ["_args", "_id"]; _args params ["_gunner","_target","_roundCount"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, _target, _roundCount] call ark_script_fnc_doFireArty; }, _delay, [_gunner,_target,_roundCount] ] call CBA_fnc_addPerFrameHandler; }; ark_script_fnc_doFireArty = { params ["_gunner","_target","_roundCount"]; private _veh = vehicle _gunner; private _mag = currentMagazine _veh; private _targetPos = getMarkerPos _target; if ((_targetPos inRangeOfArtillery [[_gunner], _mag]) isEqualTo false) exitWith { systemChat format ["ARK Arty: Error target %1 is out of range of %2",_target,_gunner]; }; _gunner doArtilleryFire [_targetPos, _mag, _roundCount]; _veh setVehicleAmmoDef 1; _veh setVehicleAmmo 1; };raPW version6EditorDatawsourceNameark_co59_pala_pocket_boogalooaddonsA3_Ui_Fgm_weapons_ammoboxesCUP_Misc3_ConfigCUP_WheeledVehicles_KamazCUP_AirVehicles_Mi24CUP_AirVehicles_Mi8CUP_AirVehicles_Su25ark_clear_cargoA3_Modules_F_Curator_Curatorark_ace_rearmAdmiralark_rotorark_chase_aiA3_Characters_F_Expark_hidden_itemsCUP_AirVehicles_UH1HCUP_WheeledVehicles_Uralark_custom_unitsA3_Characters_Face_nouniformrestrictionsace_parachuteAddonsMetaDatadlcsgmCUP_VehiclesExpansionrandomSeedScenarioData CustomAttributesJ MissionW moveGridStep?angleGridStep?scaleGridStep?autoGroupingDist AtogglesItemIDProvider+MarkerIDProvider>LayerIndexProviderQCameradnextID!>nextID"QnextIDdpos E7BnEdird55?upd5?5?aside?/;4List itemsItem0Item1EItem2Item3Item4KItem5Item6Item7Item8Item9Item10yItem11Item12 Item13| Item14 Item15y Item16 Item17 Item18x Item19 Item20 classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comEclassNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.comclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameCUP_WheeledVehicles_KamaznameCUP_WheeledVehicles_KamazKclassNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8classNameCUP_AirVehicles_Su25nameCUP_AirVehicles_Su25classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgclassNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.orgyclassNameAdmiralnameAdmiralauthorKamiclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org classNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.org| classNameA3_Characters_F_ExpnameArma 3 Apex - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_hidden_itemsnameARK Inhouse - Hidden ItemsauthorARKurlhttp://www.ark-group.orgy classNameCUP_AirVehicles_UH1HnameCUP_AirVehicles_UH1H classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_Ural classNameark_custom_unitsnameARK Inhouse - Custom UnitsauthorARKurlhttp://www.ark-group.orgx classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/ classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/ authordancemooxHeader J gameTypeCoopminPlayersmaxPlayers-J Category0_ nameMultiplayerAttribute0 Attribute1nAttributespropertyRespawnTemplatesexpressiontrueValue data typevalue(typeARRAY(itemsItem0EdataUtypervalueNonetypeSTRINGpropertyRespawnButtonexpressiontrueValuedatatypevalue?typeSCALARIntel4EntitiesConnections[WbriefingNameark_co59_pala_pocketoverviewTextRussian PMC in the middle of nowhere Africa | Extract JIPresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<&items%Item0Item1pItem28Item3Item4\Item5`Item6Item7 Item8@5Item9aEItem10NItem11^Item12VjItem13tItem14[uItem15d|Item16>Item17Item18Item19ƔItem20Item21|Item225Item23Item24Item25޷Item26ǾItem27Item28#Item29Item30uItem31Item32Item33,Item34Item35~Item36[dataTypeLayernameTime TriggersstateEntitiesidatlOffsetiAp itemsItem0]Item13Item2!Item3Item4Item5$Item69Item7&pdataTypeTriggerposition^ LEBkEAttributesidtypeEmptyDetectoratlOffset\nA3nametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeB3dataTypeTriggerpositionKEBѭEAttributesidtypeEmptyDetectoratlOffset A!nametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDD!dataTypeTriggerposition2 LE\*BgEAttributesidtypeEmptyDetectoratlOffsetAnametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDdataTypeTriggerposition*LE~o1BEAttributesidtypeEmptyDetectoratlOffset(Anametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerposition>LE-B4EAttributesnidtypeEmptyDetectoratlOffsetA$nametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDD$dataTypeTriggerposition6 LE*BVEAttributesidtypeEmptyDetectoratlOffsetprA9nametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDD9dataTypeTriggerpositionKEBEAttributesidtypeEmptyDetectoratlOffsetA&nametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCC&dataTypeTriggerposition*LEQ/BEAttributesidMtypeEmptyDetectoratlOffset&[Apnametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {[arty_1,"mkr_tgt"] call ark_script_fnc_fireArty;};}sizeAsizeBtimeoutEEEp dataTypeMarkerpositionL=E-2BeEnamemkr_aomarkerTypeRECTANGLEtypeellipsecolorNameColorEASTfillNameBorderaCbHCdrawBorderidatlOffsetGB8dataTypeMarkerpositioniItem8BItem9fGItem10hLItem11OItem12UItem13[\ dataTypeObjectPositionInfogsideEmptyflagsAttributesidKtypegm_gc_army_ammobox_allmagazines_80atlOffsetP:CustomAttributes&positiongP9EsAŮEangles;G@D@init [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;Attribute0)nAttributes&propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value&data&type&value[[[[],[]],[["gm_smokeshell_grn_gc","gm_smokeshell_blk_gc","gm_smokeshell_red_gc","gm_smokeshell_yel_gc","gm_smokeshell_blu_gc","gm_smokeshell_org_gc","gm_smokeshell_wht_gc","gm_handgrenade_frag_rgd5","gm_8Rnd_9x18mm_B_pst_pm_blk","gm_1Rnd_265mm_flare_single_wht_gc","gm_1Rnd_265mm_flare_single_grn_gc","gm_1Rnd_265mm_flare_single_red_gc","gm_1Rnd_265mm_flare_multi_red_gc","gm_1Rnd_265mm_smoke_single_yel_gc","gm_1Rnd_265mm_smoke_single_blu_gc","gm_1Rnd_265mm_smoke_single_blk_gc","1Rnd_HE_Grenade_shell","gm_15Rnd_9x18mm_B_pst_pm63_blk","gm_25Rnd_9x18mm_B_pst_pm63_blk","gm_30Rnd_762x39mm_B_57N231_ak47_blk","gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk","gm_30Rnd_762x39mm_AP_7N23_ak47_blk","gm_30Rnd_762x39mm_B_M43_ak47_blk","gm_30Rnd_762x39mm_B_T_M43_ak47_blk","gm_75Rnd_762x39mm_B_57N231_ak47_blk","gm_75Rnd_762x39mm_B_T_57N231P_ak47_blk","gm_75Rnd_762x39mm_AP_7N23_ak47_blk","gm_75Rnd_762x39mm_B_M43_ak47_blk","gm_75Rnd_762x39mm_B_T_M43_ak47_blk","gm_30Rnd_545x39mm_B_7N6_ak74_prp","gm_30Rnd_545x39mm_B_T_7T3_ak74_prp","gm_30Rnd_545x39mm_B_7N6_ak74_org","gm_30Rnd_545x39mm_B_T_7T3_ak74_org","gm_45Rnd_545x39mm_B_7N6_ak74_prp","gm_45Rnd_545x39mm_B_T_7T3_ak74_prp","gm_45Rnd_545x39mm_B_7N6_ak74_org","gm_45Rnd_545x39mm_B_T_7T3_ak74_org","gm_10Rnd_762x54mmR_AP_7N1_svd_blk","gm_10Rnd_762x54mmR_API_7bz3_svd_blk","gm_10Rnd_762x54mmR_B_T_7t2_svd_blk","gm_100Rnd_762x54mmR_B_T_7t2_pk_grn","gm_100Rnd_762x54mmR_API_7bz3_pk_grn","gm_1Rnd_40mm_heat_pg7v_rpg7","gm_1Rnd_40mm_heat_pg7vl_rpg7","gm_1Rnd_72mm_he_9m32m"],[30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,30,30,30,30,30]],[["gm_df7x40_blk","gm_df7x40_grn","gm_gc_compass_f73","gm_gc_army_gauzeBandage","gm_gc_army_medkit"],[10,10,50,50,50]],[[],[]]],false]&typeSTRING&dataTypeObjectPositionInfoi'sideEmptyAttributes'idJtypegm_gc_army_ammobox_allmagazines_80atlOffset?CustomAttributes(/position=EwAEangles?'init [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;(Attribute0+(nAttributes/propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value(/data(/type/value[[[[],[]],[["gm_smokeshell_grn_gc","gm_smokeshell_blk_gc","gm_smokeshell_red_gc","gm_smokeshell_yel_gc","gm_smokeshell_blu_gc","gm_smokeshell_org_gc","gm_smokeshell_wht_gc","gm_handgrenade_frag_rgd5","gm_8Rnd_9x18mm_B_pst_pm_blk","gm_1Rnd_265mm_flare_single_wht_gc","gm_1Rnd_265mm_flare_single_grn_gc","gm_1Rnd_265mm_flare_single_red_gc","gm_1Rnd_265mm_flare_multi_red_gc","gm_1Rnd_265mm_smoke_single_yel_gc","gm_1Rnd_265mm_smoke_single_blu_gc","gm_1Rnd_265mm_smoke_single_blk_gc","1Rnd_HE_Grenade_shell","gm_15Rnd_9x18mm_B_pst_pm63_blk","gm_25Rnd_9x18mm_B_pst_pm63_blk","gm_30Rnd_762x39mm_B_57N231_ak47_blk","gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk","gm_30Rnd_762x39mm_AP_7N23_ak47_blk","gm_30Rnd_762x39mm_B_M43_ak47_blk","gm_30Rnd_762x39mm_B_T_M43_ak47_blk","gm_75Rnd_762x39mm_B_57N231_ak47_blk","gm_75Rnd_762x39mm_B_T_57N231P_ak47_blk","gm_75Rnd_762x39mm_AP_7N23_ak47_blk","gm_75Rnd_762x39mm_B_M43_ak47_blk","gm_75Rnd_762x39mm_B_T_M43_ak47_blk","gm_30Rnd_545x39mm_B_7N6_ak74_prp","gm_30Rnd_545x39mm_B_T_7T3_ak74_prp","gm_30Rnd_545x39mm_B_7N6_ak74_org","gm_30Rnd_545x39mm_B_T_7T3_ak74_org","gm_45Rnd_545x39mm_B_7N6_ak74_prp","gm_45Rnd_545x39mm_B_T_7T3_ak74_prp","gm_45Rnd_545x39mm_B_7N6_ak74_org","gm_45Rnd_545x39mm_B_T_7T3_ak74_org","gm_10Rnd_762x54mmR_AP_7N1_svd_blk","gm_10Rnd_762x54mmR_API_7bz3_svd_blk","gm_10Rnd_762x54mmR_B_T_7t2_svd_blk","gm_100Rnd_762x54mmR_B_T_7t2_pk_grn","gm_100Rnd_762x54mmR_API_7bz3_pk_grn","gm_1Rnd_40mm_heat_pg7v_rpg7","gm_1Rnd_40mm_heat_pg7vl_rpg7","gm_1Rnd_72mm_he_9m32m"],[30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,30,30,30,30,30]],[["gm_df7x40_blk","gm_df7x40_grn","gm_gc_compass_f73","gm_gc_army_gauzeBandage","gm_gc_army_medkit"],[10,10,50,50,50]],[[],[]]],false]/typeSTRING/dataTypeObjectPositionInfoL0sideEmptyflagsAttributes0idtypeFlagCarrierRUatlOffset"A0position~E+A1iDangles;?00 dataTypeObjectPositionInfo"1sideEmptyflagsAttributesZ1idatypeCUP_O_Kamaz_RUatlOffsetκCustomAttributes13position=E AOEanglesW@_@!=Z1skill?lockUNLOCKEDfuel #<init [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;1Attribute0 2nAttributes3propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuee23datau23type3value[[[["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]3typeSTRING3 dataTypeObjectPositionInfo4sideEmptyflagsAttributes4idbtypeCUP_O_Kamaz_RUatlOffset`CustomAttributesH5T7position=E΂A Eangles@^@<4skill?lockUNLOCKEDfuel #<init [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;H5Attribute0p5nAttributesT7propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value5T7data5T7type?7value[[[["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]T7typeSTRINGT7 dataTypeObjectPositionInfo7sideEmptyflagsAttributes+8idtypeCUP_O_Kamaz_Refuel_RUatlOffsetCustomAttributes8:position9E@YDanglesz@V@@+8skill?lockUNLOCKEDinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "Car"]] call hull3_unit_fnc_init;8Attribute08nAttributes:propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value'9:data79: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: dataTypeObjectPositionInfoP;sideEmptyflagsAttributes;idtypeCUP_O_Kamaz_Repair_RUatlOffsetCustomAttributes<>position6E؎@˴Dangles@A@@;skill?lockUNLOCKEDinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "Car"]] call hull3_unit_fnc_init;<Attribute0*<nAttributes>propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value<>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>sideEmptyflagsAttributes>id_typeCUP_O_Mi24_V_Dynamic_RUatlOffset@W=CustomAttributes?Bposition~E (@Dangles^)@;˖@:>skill?texturesRussiaLightGreen?Attribute0M?Attribute1@nAttributesBpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value?@data?@typel@value[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]@typeSTRING@propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value)ABdata9ABtypeTAvaluehABtypeARRAYhAitemsItem0AItem1BBdataABtypeAvalueABtypeARRAYAitemsItem0AItem1EBBdataBEBtype0BvalueRussiaLightGreenEBtypeSTRINGEBdataUBBtypeqBvalue?BtypeSCALARBdataBBtypeBBtypeARRAYB dataTypeObjectPositionInfo[CsideEmptyflagsAttributesCidetypeCUP_O_Mi24_V_Dynamic_RUatlOffset0>CustomAttributesCfGpositiondE{]@ǬDangles+H<˖@@Cskill?texturesRussiaLightGreenCAttribute0CAttribute1-EnAttributesfGpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueSD-EdatacD-EtypeEvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]-EtypeSTRING-EpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueEfGdataEfGtypeFvalueFfGtypeARRAYFitemsItem0``dataTypeLogicPositionInfo]id typeModuleCurator_FatlOffsetcCustomAttributes:]>`positionbCEE4APEangles<o@:]Attribute0]Attribute1D^Attribute2^Attribute3_nAttributes>`propertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Value]D^data ^D^type/^value#adminLoggedD^typeSTRINGD^propertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];Value^^data^^type^value^typeSCALAR^propertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];ValueU__datae__type~_value_typeSTRING_propertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Value_>`data `>`type)`value@@>`typeSCALAR>`dataTypeLogicPositionInfo`id'typeARK_ACE_Rearm`position6=E#yAʳEangles'=AC==`dataTypeLayernameSafety Off (35 Inf)stateEntities"aid{ atlOffsetx_itemsItem0zbItem1>fItem2jItem3jItem4zwItem5F{Item6"Item7Item8Item9Item10^Item11#Item12Item13Item14Item15OItem16Item17Item18Item19Item20Item21VItem22BItem23Item24Item25Item26~Item27CdataTypeGroupsideCivilianEntitiesbAttributes8fid atlOffset>fitemsItem0 cItem1eItem2e8f dataTypeObjectPositionInfocsideCivilianflagsAttributescid typeC_Bob_VRatlOffset6CustomAttributesceposition7PEˋAQEccAttribute0cAttribute1dnAttributesepropertyspeakerexpression_this setspeaker _value;ValueHdddataXddtype|dvalueMale01GREVRdtypeSTRINGdpropertypitchexpression_this setpitch _value;Valuededatadetypeevalue\?etypeSCALARedataTypeWaypointloiterAltitudepositionHEJAEplacementCEffectseshowWPNEVERid typeMoveeedataTypeWaypointloiterAltitudepositionOPfdataTypeGroupsideCivilianEntitiesfAttributesiid atlOffsetjitemsItem0fItem1hItem2lii dataTypeObjectPositionInfodgsideCivilianflagsAttributesgid typeC_Bob_VRatlOffsetOt>CustomAttributesghposition3PEw]A]PEggAttribute0gAttribute1UhnAttributeshpropertyspeakerexpression_this setspeaker _value;Value hUhdatahUhtype@hvalueMale01GREVRUhtypeSTRINGUhpropertypitchexpression_this setpitch _value;Valuehhdatahhtypehvalue\?htypeSCALARhdataTypeWaypointloiterAltitudepositionk3?EbAEplacementCEffectsfishowWPNEVERid typeMovelilidataTypeWaypointloiterAltitudepositionOPCustomAttributes|}position"gE(@A4Eangles6z?||Attribute0|Attribute1u}nAttributes}propertyspeakerexpression_this setspeaker _value;Value,}u}data<}u}type`}valueMale01GREVRu}typeSTRINGu}propertypitchexpression_this setpitch _value;Value}}data}}type}value\?}typeSCALAR}dataTypeWaypointloiterAltitudepositionnNEeAбEplacementCEffects~showWPNEVERidtypeMove~~dataTypeWaypointloiterAltitudepositionVPCustomAttributes8positionJ:EʷAӕEanglesw/@Attribute0Attribute1nAttributes8propertyspeakerexpression_this setspeaker _value;ValuehdataxtypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value8data8type#value\?8typeSCALAR8dataTypeWaypointloiterAltitudepositionCENAEplacementCEffects“showWPNEVERidtypeMoveȓȓdataTypeWaypointloiterAltitudepositionhPCustomAttributesdposition t E~A]Eangles@ Attribute0JAttribute1ݧnAttributesdpropertyspeakerexpression_this setspeaker _value;ValueݧdataݧtypeȧvalueMale01GREVRݧtypeSTRINGݧpropertypitchexpression_this setpitch _value;Value#ddata3dtypeOvalue\?dtypeSCALARddataTypeWaypointloiterAltitudeposition[%EڏAxEplacementCEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionPCustomAttributesrĹpositionlEsA Eanglesˀ@lrAttribute0Attribute1=nAttributesĹpropertyspeakerexpression_this setspeaker _value;Value=data=type(valueMale01GREVR=typeSTRING=propertypitchexpression_this setpitch _value;ValueĹdataĹtypevalue\?ĹtypeSCALARĹ dataTypeWaypointloiterAltitudeposition;0E륅AEplacementCEffects^showWPNEVERidtypeMoveatlOffsetV>dddataTypeWaypointloiterAltitudepositionhPCustomAttributes^position^:E:AÿEanglesˀ@X^Attribute0Attribute1)nAttributespropertyspeakerexpression_this setspeaker _value;Value)data)typevalueMale01GREVR)typeSTRING)propertypitchexpression_this setpitch _value;Valueodatatypevalue\?typeSCALAR dataTypeWaypointloiterAltitudeposition&E-^ALӳEplacementCEffectsJshowWPNEVERidtypeMoveatlOffsetV>PPdataTypeWaypointloiterAltitudepositionhPconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo3idtypeAdmiral_OndemandCampZoneatlOffsetV>CustomAttributeskpositionE!AۿEanglesP@Q@eCustomAttributes position]EiF5AǟEangles?Attribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;Value<dataLtypepvalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value data typevalue\? typeSCALAR dataTypeWaypointloiterAltitudeposition PE^IANEplacementCEffectsshowWPNEVERidtypeMoveatlOffsetdataTypeWaypointloiterAltitudeposition*PCustomAttributesXposition E0A=mEanglesYU@Attribute0>Attribute1nAttributesXpropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;ValueXdata'XtypeCvalue\?XtypeSCALARXdataTypeWaypointloiterAltitudeposition7>3E[AEplacementCEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudepositionrPA'EanglesÈ=ȭ=Attribute0Attribute1Attribute2]Attribute3Attribute4Attribute5Attribute6kAttribute7EAttribute8Attribute9Attribute10Attribute11Attribute12ZAttribute13.nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value]datamtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value]data,]typeHvalue]typeSCALAR]propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuedatatype valueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuejdataztypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value,kdata<ktypeXvaluektypeBOOLkpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueEdataEtype0valueEtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuedatatypevaluetech_southtypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value}datatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueMdata]typeyvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueZdata)ZtypeEvalueZtypeSCALARZpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value.data.typevalue.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesYAttributesid atlOffsetitemsItem0Item1&dataTypeObjectPositionInfosideCivilianflagsAttributes id typeC_Bob_VRatlOffset@6&position"dY= Attribute0 Attribute1 Attribute2 Attribute3N Attribute4Attribute5Attribute6Attribute7tAttribute89Attribute9Attribute10Attribute11Attribute12Attribute13SnAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value  data  type value typeSTRING propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueK  data[  typew value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value N data N type9 valueBN typeSCALARN propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data type valueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value[dataktypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value3tdataCttype_valuettypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value9data 9type$value9typeSTRING9propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuerdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueSdata"Stype>valueStypeSCALARSpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value data type value typeSTRING dataTypeLayername10 Minutes - Armour Start (2 Armour)stateEntitiesid atlOffset@5itemsItem0Item1Item2QItem3&Item4'Item5(@5dataTypeGroupsideCivilianEntitiesHAttributesid atlOffsetitemsItem0pItem1dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset6positioncE_tAEdataTypeWaypointloiterAltitudepositionAttribute4Attribute5Attribute6Attribute7d Attribute83!Attribute9 "Attribute10"Attribute11#Attribute12y$Attribute13M%nAttributes&propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value|datatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value;|dataK|typegvalue|typeSCALAR|propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value>data >type)valueB>typeSCALAR>propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueKdata[typewvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value# d data3 d typeO valued typeSCALARd propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value 3!data 3!type!valuetank_south3!typeSTRING3!propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value! "data! "type!value "typeSCALAR "propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value""data""type"value"typeSCALAR"propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuel##data|##type#value#typeSCALAR#propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value8$y$dataH$y$typed$value?y$typeSCALARy$propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value %M%data%M%type8%valueM%typeSCALARM%propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value%&data%&type&value&typeSTRING&dataTypeGroupsideCivilianEntitiesx&Attributes'id atlOffset'itemsItem0&Item1E''dataTypeObjectPositionInfo'sideCivilianflagsAttributes?'id typeC_Bob_VRatlOffset@6E'position\:EZA E?'E'dataTypeWaypointloiterAltitudepositionAttribute3?Attribute4?nAttributes@propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Valueb==datar==type=valueB=typeSCALAR=propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value$>i>data4>i>typeT>valueDefaulti>typeSTRINGi>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];Value??data??type?valueB?typeSCALAR?propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueQ@@dataa@@type@valueark_rotor_fnc_insert@typeSTRING@dataTypeLogicPositionInfoAidtypeARK_Rotor_InsertCustomAttributes;AaEposition=OEBPFanglesF;@;AAttribute0AAttribute1aBAttribute2'CAttribute3CAttribute4DnAttributesaEpropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value BaBdata0BaBtypeLBvalueBaBtypeSCALARaBpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueB'CdataB'CtypeCvalueDefault'CtypeSTRING'CpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueCCdataCCtypeCvalueNORMALCtypeSTRINGCpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueODDdata_DDtype{DvalueBDtypeSCALARDpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueEaEdataEaEtypeLEvalueark_rotor_fnc_insertaEtypeSTRINGaEdataTypeLayername20 Minutes - Chase Inf (15 Inf)stateEntitiesEid atlOffset2?NitemsItem0EItem1FNdataTypeTriggerpositionLmLtypeZLvaluemLtypeBOOLmLpropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];ValueL4MdataL4MtypeMvalue[ADMIRAL]4MtypeSTRING4Mpropertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];ValueMMdataMMtypeMvalueCMtypeSCALARMpropertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];ValuekNNdata{NNtypeNvalueADMIRALNtypeSTRINGNdataTypeLayername25 Minutes - Rotor InsertstateEntitiesOid atlOffset m?^itemsItem0oOItem1QItem2SItem3TItem4%UItem5Y^dataTypeGroupsideCivilianEntitiesOAttributesQid atlOffsetQitemsItem0PItem1PItem2&QQdataTypeObjectPositionInfoPsideCivilianflagsAttributesPid typeC_Jeff_VRatlOffset0PpositionFCAh$CPPdataTypeWaypointloiterAltitudeposition,?7EiRAEEffects QshowWPNEVERid&typeMove&Q&QdataTypeWaypointloiterAltitudepositionJC6I-Ba FEffectsQshowWPNEVERid'typeMoveQQQdataTypeGroupsideCivilianEntities RAttributesSid atlOffsetSitemsItem0=RItem1RItem2cSSdataTypeObjectPositionInfoRsideCivilianflagsAttributesRid typeC_Jeff_VRatlOffsetRposition]EEa@BRRdataTypeWaypointloiterAltitudeposition?ExA EEffects]SshowWPNEVERid(typeMovecScSdataTypeWaypointloiterAltitudepositionƨE[ BӦFEffectsSshowWPNEVERid)typeMoveSSSdataTypeTriggerpositionn^E?xtCAttributesQTid typeEmptyDetectorAreaR50Tconditioncall{triggeractivated tgr_time_25;}TdataTypeTriggerpositionCοA@CAttributesTid typeEmptyDetectorAreaR50%Uconditioncall{triggeractivated tgr_time_25;}%UdataTypeLogicPositionInfoUid typeARK_Rotor_InsertCustomAttributesUYpositionCA[Cangles|@==E66[AEangles:<*.@=vskill?rankCAPTAINinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Commanding Officer@COisPlayerisPlayablewdataTypeObjectPositionInfoxsideEastflagsAttributesOxidhtypeO_medic_FatlOffset2ypositionitemsItem0|Item1~$dataTypeObjectPositionInfog}sideEastflagsAttributes}idltypeO_Soldier_SL_FatlOffset~positionz`=Ec_A+EanglesY<x)@pޠ=}skill?rankSERGEANTinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Alpha Squad Leader@Alpha SLisPlayable~dataTypeObjectPositionInfosideEastflagsAttributes;idmtypeO_medic_FatlOffset$position*=EZAEanglesgB<̎)@=;skill?rankCORPORALinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Alpha Squad Medic@Alpha SLisPlayable$formationDIAMOND>dataTypeGroupsideEastEntitiesAttributesidnatlOffsetitemsItem0րItem1{Item2Item3dataTypeObjectPositionInfoWsideEastflagsAttributesidotypeO_Soldier_TL_FatlOffset{positionL=E)Y]AEangles70<)@F8=skill?rankCORPORALinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Alpha 1 Fireteam Leader@Alpha 1isPlayable{dataTypeObjectPositionInfosideEastflagsAttributes4idptypeO_Soldier_AR_FatlOffsetposition:=EXAwEangles1aN<)@9=4skill?rankCORPORALinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Alpha 1 Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfosideEastflagsAttributesidqtypeO_Soldier_A_FatlOffsetposition\=EE^A^Eangles<)@y=skill?init [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfo sideEastflagsAttributesAidrtypeO_Soldier_LAT_FatlOffsetposition&=EXYAEangles/<)@li=Askill?init[this, ["faction", "CUP_RU_MOD_PK"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Alpha 1 Rifleman (AT)@Alpha 1isPlayableformationDIAMONDdataTypeGroupsideEastEntitiespAttributesԍidsatlOffsetitemsItem0Item1SItem2܊Item3_ԍdataTypeObjectPositionInfo/sideEastflagsAttributesgidttypeO_Soldier_TL_FatlOffsetSposition=ETXA"Eangles;9)@li=gskill?rankCORPORALinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - Alpha 2 Fireteam Leader@Alpha 2isPlayableSdataTypeObjectPositionInfoԉsideEastflagsAttributes idutypeO_Soldier_AR_FatlOffset܊position:;k5@@skill?rankSERGEANTinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - TH 1 Pilot (Mi-8MTV3) [JIP Extract]@TH 1isPlayableAttribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;Value>dataNtypepvalueMale03PERtypeSTRINGpropertypitchexpression_this setpitch _value;Value data typevalue ׃? typeSCALAR  dataTypeObjectPositionInfosideEastflagsAttributesidtypeO_helicrew_FatlOffsetCustomAttributesposition9PE. @Dangles};h5@ @skill?init[this, ["faction", "CUP_RU_MOD_PK"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - TH 1 Crew [JIP Extract]@TH 1isPlayableAttribute0Attribute1\nAttributespropertyspeakerexpression_this setspeaker _value;Value\data%\typeGvalueMale01PER\typeSTRING\propertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARformationDIAMONDdataTypeGroupsideEastEntitiesWAttributeskidatlOffsetitemsItem0Item1k dataTypeObjectPositionInfosideEastflagsAttributesMidtypeO_helipilot_FatlOffsetCustomAttributesDposition.E޶#@Danglesh;4@}@Mskill?rankSERGEANTinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - TH 2 Pilot (Mi-8MTV3) [JIP Extract]@TH 2isPlayableDAttribute0|Attribute1 nAttributespropertyspeakerexpression_this setspeaker _value;Value data typevalueMale01PER typeSTRING propertypitchexpression_this setpitch _value;ValueSdatactypevalueG?typeSCALAR dataTypeObjectPositionInfo)sideEastflagsAttributesaidtypeO_helicrew_FatlOffsetCustomAttributeskpositionBE @Dangles* <4@@askill?init[this, ["faction", "CUP_RU_MOD_PK"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - TH 2 Crew [JIP Extract]@TH 2isPlayableAttribute0SAttribute1nAttributeskpropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale03PERtypeSTRINGpropertypitchexpression_this setpitch _value;Value*kdata:ktypeVvalueHz?ktypeSCALARkformationDIAMONDdataTypeGroupsideEastEntitiesAttributesidatlOffsetI=,itemsItem0Item1$ dataTypeObjectPositionInfosideEastflagsAttributesidtypeO_Pilot_FatlOffsetI=CustomAttributes$position~+Ev@Danglest<n@4@skill?rankLIEUTENANTinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - AH 1 Pilot (Mi-24V Hind) [JIP Extract Escort]@AH 1isPlayableAttribute0 Attribute1nAttributes$propertyspeakerexpression_this setspeaker _value;ValueVdataftypevalueMale03PERtypeSTRINGpropertypitchexpression_this setpitch _value;Value$data$typevalue ׃?$typeSCALAR$ dataTypeObjectPositionInfosideEastflagsAttributesidtypeO_Pilot_FatlOffsetl=CustomAttributespositionf>E @CitemsItem0Item1 dataTypeObjectPositionInfo@sideEastflagsAttributesxidtypeO_Pilot_FatlOffsetW>CustomAttributes{position*E#@ODanglesh;@+@xskill?rankLIEUTENANTinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - AH 2 Pilot (Mi-24V Hind) [JIP Extract Escort]@AH 2isPlayable{Attribute0Attribute1DnAttributespropertyspeakerexpression_this setspeaker _value;ValueDdata Dtype/valueMale01PERDtypeSTRINGDpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARdataTypeObjectPositionInfoQsideEastAttributesidtypeO_Pilot_FatlOffsetO>CustomAttributes]position>E @FDanglesWb<@ߑ@skill?rankLIEUTENANTinit [this, ["faction", "CUP_RU_MOD_PK"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionRachmaninoff Group - AH 2 Gunner [JIP Extract Escort]@AH 2isPlayable]Attribute0Attribute1&nAttributespropertyspeakerexpression_this setspeaker _value;Value&data&typevalueMale03PER&typeSTRING&propertypitchexpression_this setpitch _value;Valueldata|typevalue?typeSCALARformationDIAMONDdataTypeLogicPositionInfoFnameadm_hc_unitisPlayabledescriptionHCidtypeHeadlessClient_F~positionBE`jAUEangles1==~dataTypeMarkerpositionFV9EhAŻEnamemkr_ammo_churchtypeEmptyidatlOffset9dataTypeMarkerposition=E`A{Enamemkr_ammo_hoteltypeEmptyidatlOffset`7[LinkIDProviderLinksWnextIDitemsItem0Item18Item2Item3Item4Item5lItem6Item7Item8SItem9Item10Item11:Item12Item13Item14!Item15nItem16Item17Item18UItem19Item20Item21<Item22Item23Item24#Item25pItem26Item27 WlinkIDitem0 item1 CustomData&8typeSync8linkIDitem0 item1 CustomDatastypeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData typeSynclinkIDitem0 item1 CustomDataZltypeSyncllinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDataAStypeSyncSlinkIDitem0 item1 CustomDatatypeSynclinkID item0 item1 CustomDatatypeSynclinkID item0 item1 CustomData(:typeSync:linkID item0item1 CustomDatautypeSynclinkID item0item1 CustomDatatypeSynclinkID item0Litem1 CustomData!typeSync!linkIDitem0_item1CustomData\ntypeSyncnlinkIDitem0eitem1CustomDatatypeSynclinkIDitem0]item1CustomDatatypeSynclinkIDitem0^item1CustomDataCUtypeSyncUlinkIDitem0`item1CustomDatatypeSynclinkIDitem0ditem1CustomDatatypeSynclinkIDitem0item1'CustomData*<typeSync<linkIDitem0item1'CustomDatawtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData#typeSync#linkIDitem0item1CustomData^ptypeSyncplinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataEWtypeSyncWclass Plank { isEnabled = 1; fortifications[] = { // Action text | Classname | Distance | Direction | Direction Range | Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker", "land_gm_sandbags_02_bunker_high", 3, 0, 360, ""}, {"Wide Sandbag", "land_gm_sandbags_01_wall_01", 3, 0, 360, ""}, {"Round Sandbag", "land_gm_sandbags_01_round_01", 3, 0, 360, ""}, {"Short Sandbag", "land_gm_sandbags_01_short_01", 3, 0, 360, ""}, {"Ammobox RPG", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_SMAW_Ammo;"}, {"Ammobox Mortar", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_MMG_Ammo;"}, {"Medic Supply Box", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_medic_box;"}, {"Ammobox", "gm_AmmoBox_wood_03_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_Ammo;"}, {"Ammobox Marksman", "gm_AmmoBox_wood_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_SN_Ammo;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];O2]?3Eto iۮ'