admiral\admiral.h=B`description.extsB`|hull3\briefing\blufor.sqfB`hull3\briefing\civilian.sqf#qn^hull3\briefing\indfor.sqf#qn^hull3\briefing\opfor.sqf#qn^hull3\GEAR.hB`hull3\hull3.hɎB`hull3\LICENSE#qn^8hull3\UNIFORM.hB`init.sqf#qn^initPlayerLocal.sqfB`initServer.sqf#qn^mission.sqm9Bd'plank.hB`zone_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 = "CUP_RU_MOD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_RU_MOD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_RU_MOD"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class CUP_RU_MOD { infantry[] = {"CUP_O_RU_Soldier_GL_M_EMR_V2", "CUP_O_RU_Soldier_GL_M_EMR_V2", "CUP_O_RU_Soldier_M_EMR_V2", "CUP_O_RU_Soldier_M_EMR_V2", "CUP_O_RU_Soldier_AR_M_EMR_V2", "CUP_O_RU_Soldier_MG_M_EMR_V2", "CUP_O_RU_Soldier_AT_M_EMR_V2", "CUP_O_RU_Soldier_Medic_M_EMR_V2"}; crewmen[] = {"CUP_O_RU_Soldier_Crew_M_EMR_V2"}; pilots[] = {"CUP_O_RU_Pilot_M_EMR"}; technicals[] = {"CUP_O_UAZ_AGS30_RU", "CUP_O_UAZ_MG_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_CAMO_RU", "CUP_O_BTR80A_CAMO_RU", "CUP_O_BTR90_RU"}; th[] = {"CUP_O_Mi8AMT_RU"}; ah[] = {"CUP_O_Mi24_V_Dynamic_RU"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" #include "plank.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "abaronnaja kisenia"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 59; }; 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 = 1; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 2; 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","
Russian forces invaded the South Zagoria prefecture two days ago, Chernorussian forces are falling back west toward the Miroslavl river and a more defensive position.

Our Militia remained in position long enough to allow the Elektrozavodsk medical detachment time to evacuate, however our own extract helicopter was shot down on approach leaving us currently isolated and massively outgunned.

Our situation has been relayed and fresh extraction is preparing to return and evacuate us, however for the moment we must dig in and prepare for the inevitable Russian attack.

ENEMY FORCES
Russian Federation ground forces, expect them to throw everything they've got at us then some more.

FRIENDLY FORCES
A ground extraction force are fueling up currently but it will be some time until they can extract us. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the Hospital Crossroads until extraction arrives. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Dig in and hold.

FORTIFICATION PLAN
Ammunition has has been prepared in the ammo dump.

Avoid placing everyone within the hospital building directly, spread forces out.

Once the shooting starts remain within the indicated perimeter until extract arrives.

Plank ammo boxes can be placed by command level leaders as well as HMG weapon attachment. The HMG box can be used as static weapon resupply as required.

Our maps are several years out of date and don't accurately reflect several buildings actual locations.

EXTRACT
Extract via BTR-80A and T-72 escort or Mi-17 and Mi-24 escort. Escort should only set off when called in and when the transport and escort are both slotted.

Extract surviving Militia troops west beyond Chernogorsk. "]]; // 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","
*** 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 GEAR { class Rifleman { primaryWeapon = "CUP_arifle_AK47"; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"MiniGrenade", 1}, {"SmokeShell", 1} }; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 1} }; backpackMagazines[] = { {"HandGrenade", 1}, {"MiniGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_762x39_AK47_M", 5}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 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_AK47_GL_Early"; handgunWeapon = "CUP_hgun_Makarov"; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_M", 4}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_1Rnd_SmokeRed_GP25_M", 2}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 1}, {"CUP_8Rnd_9x18_Makarov_M", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"MiniGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_762x39_AK47_M", 6}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 3}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_FlareWhite_GP25_M", 2}, {"CUP_1Rnd_SmokeRed_GP25_M", 2} }; binocular = "Binocular"; }; class Officer : Leader { binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_smg_SA61"; uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_20Rnd_B_765x17_Ball_M", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_AKS"; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_M", 4}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_762x39_AK47_M", 2} }; binocular = "Binocular"; 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_arifle_RPK74"; vestMagazines[] = {{"CUP_75Rnd_TE4_LRT4_Green_Tracer_762x39_RPK_M", 4}}; backpackMagazines[] = { {"HandGrenade", 1}, {"MiniGrenade", 1}, {"SmokeShell", 1}, {"CUP_75Rnd_TE4_LRT4_Green_Tracer_762x39_RPK_M", 3} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"MiniGrenade", 1}, {"SmokeShell", 1}, {"CUP_75Rnd_TE4_LRT4_Green_Tracer_762x39_RPK_M", 3} }; binocular = "Binocular"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_AKS"; secondaryWeapon = "CUP_launch_RPG7V"; secondaryWeaponItems[] = {"CUP_PG7VL_M", "CUP_optic_PGO7V3"}; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_M", 5}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"MiniGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_762x39_AK47_M", 4}, {"CUP_PG7VL_M", 1} }; }; class HMGG : Rifleman { primaryWeapon = "CUP_arifle_AKS"; secondaryWeapon = "CUP_DSHKM_carry"; backpackMagazines[] = {{"ace_csw_50Rnd_127x108_mag", 2}}; backpackMedicalItems[] = {}; }; class HMGAG : HMGG { secondaryWeapon = "ace_csw_kordCarryTripod"; backpackMagazines[] = {{"ace_csw_50Rnd_127x108_mag", 2}}; backpackMedicalItems[] = {}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; binocular = "Binocular"; }; class SN : Rifleman { primaryWeapon = "CUP_srifle_Mosin_Nagant"; handgunWeapon = "CUP_hgun_Makarov"; primaryWeaponItems[] = {"CUP_optic_PEM"}; vestMagazines[] = { {"CUP_5Rnd_762x54_Mosin_M", 4}, {"CUP_8Rnd_9x18_Makarov_M", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_5Rnd_762x54_Mosin_M", 3} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class SP : Rifleman { primaryWeapon = "CUP_arifle_AKS"; binocular = "Binocular"; vestMagazines[] = { {"CUP_30Rnd_762x39_AK47_M", 4}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 2} }; }; class VC : Crew { binocular = "ACE_Vector"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_launch_RPG26", 25}, {"CUP_launch_9K32Strela", 2} }; magazines[] = { {"CUP_30Rnd_762x39_AK47_M", 50}, {"CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 25}, {"CUP_75Rnd_TE4_LRT4_Green_Tracer_762x39_RPK_M", 50}, {"CUP_5Rnd_762x54_Mosin_M", 25}, {"ACE_HandFlare_White", 15}, {"CUP_1Rnd_HE_GP25_M", 15}, {"CUP_FlareWhite_GP25_M", 15}, {"CUP_FlareRed_GP25_M", 15}, {"CUP_FlareGreen_GP25_M", 15}, {"CUP_1Rnd_SMOKE_GP25_M", 15}, {"CUP_1Rnd_SmokeRed_GP25_M", 15}, {"CUP_1Rnd_SmokeGreen_GP25_M", 15}, {"SmokeShell", 15}, {"SmokeShellRed", 15}, {"SmokeShellGreen", 15}, {"HandGrenade", 15}, {"MiniGrenade", 15}, {"CUP_PG7VL_M", 25} }; medicalItems[] = { {"ACE_fieldDressing", 150}, {"ACE_splint", 50} }; }; class Mines : Vehicle { weapons[] = {}; magazines[] = {{"ace_csw_50Rnd_127x108_mag", 200}}; medicalItems[] = {}; }; class Extract : Vehicle { weapons[] = {}; magazines[] = {}; medicalItems[] = {}; }; }; class Hull3 { isEnabled = 1; class MissionParams { date[] = { {2035, 24, 11}, {2035, 24, 11} }; time[] = { {3, 30}, {6, 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_CDF_FOR { gear = "GEAR"; uniform = "UNIFORM"; languages[] = { {"west", 100} }; }; }; class Gear { #include "GEAR.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "UNIFORM.h" unitBaseClass = "Rifleman"; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.class UNIFORM { class Rifleman { headGear = "CUP_H_RUS_SSH68_olive"; goggles = ""; uniform = "CUP_U_O_SLA_Green"; vest = "CUP_V_CDF_6B3_1_Green_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { vest = "CUP_V_CDF_6B3_5_Green_ARM"; }; class Officer : Leader { headGear = "CUP_H_ChDKZ_Beret"; }; class Crew : Rifleman { headGear = "CUP_H_RUS_TSH_4_Brown"; uniform = "CUP_U_B_CDF_MNT_1"; vest = "CUP_V_CDF_6B3_2_MNT_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { }; class FTL : Leader { vest = "CUP_V_CDF_6B3_4_Green_ARM"; }; class AR : Rifleman { vest = "CUP_V_CDF_6B3_3_Green_ARM"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { vest = "CUP_V_CDF_6B3_2_Green_ARM"; backpack = "ark_backpack_large"; }; class HMGG : AR { vest = "CUP_V_CDF_6B3_2_Green_ARM"; backpack = "ark_backpack_huge"; }; class HMGAG : AAR { backpack = "ark_backpack_huge"; }; class SN : Rifleman { vest = "CUP_V_CDF_6B3_2_Green_ARM"; }; class SP : SN { }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; class P : Crew { headGear = "CUP_H_RUS_ZSH_Shield_Up"; uniform = "CUP_U_O_SLA_Overalls_Tank"; vest = "CUP_V_CDF_CrewBelt_ARM"; backpack = "ark_backpack_small"; }; class PCM : P { }; }; //ark_fnc_ho_playIntro = { // sleep 10; // playSound "ww2_pad"; // [str ("7th Argylls") , str(date select 1) + "." + str(date select 2) + "." + str(date select 0), str("Western Desert")] spawn BIS_fnc_infoText; //}; ark_fnc_di_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "di_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 0, 4, 0, 4, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["SAMG"]) exitWith {[_unit, [0, 0, 0, 0, 0, 2, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["HMGAG", "GMGAG", "DHATAG", "DHATAC"]) exitWith {[_unit, [0, 2, 4, 2, 4, 0, 2, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL", "HMGG", "ENG", "SN", "GMGG", "DHATG"]) exitWith {[_unit, [0, 1, 2, 0, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic", "SP", "ENGA"]) exitWith {[_unit, [0, 0, 2, 1, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Rifleman", "AR", "AAR"]) exitWith {[_unit, [0, 0, 2, 0, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 0, 2, 0, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["SAMAG"]) exitWith {[_unit, [0, 0, 0, 0, 0, 2, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["di_areFortsAssigned", true, true]; }; }; ark_fnc_di_fillMMGAmmobox = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["CUP_30Rnd_762x39_AK47_M", 15], ["CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 25], ["ace_csw_50Rnd_127x108_mag", 250], ["HandGrenade", 5], ["MiniGrenade", 5], ["SmokeShell", 10], ["ACE_HandFlare_White", 20] ]; _weapons = [ ["CUP_launch_RPG26", 5], ["ace_csw_kordCarryTripod", 1], ["CUP_DSHKM_carry", 1] ]; _items = [ ["ACE_fieldDressing", 25], ["ACE_splint", 12] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_di_fillSLAmmobox = { private _box = _this select 1; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["CUP_30Rnd_762x39_AK47_M", 100], ["CUP_30Rnd_TE1_Green_Tracer_762x39_AK47_M", 50], ["CUP_75Rnd_TE4_LRT4_Green_Tracer_762x39_RPK_M", 50], ["CUP_1Rnd_HE_GP25_M", 15], ["CUP_FlareWhite_GP25_M", 15], ["CUP_FlareRed_GP25_M", 15], ["CUP_FlareGreen_GP25_M", 15], ["CUP_1Rnd_SMOKE_GP25_M", 15], ["CUP_1Rnd_SmokeRed_GP25_M", 15], ["CUP_1Rnd_SmokeGreen_GP25_M", 15], ["ACE_HandFlare_White", 10], ["CUP_5Rnd_762x54_Mosin_M", 10], ["HandGrenade", 25], ["MiniGrenade", 25], ["CUP_PG7VL_M", 15], ["SmokeShell", 25], ["SmokeShellRed", 25], ["SmokeShellGreen", 25] ]; _weapons = [ ["CUP_launch_RPG26", 15], ["CUP_launch_9K32Strela", 2] ]; _items = [ ["ACE_fieldDressing", 50], ["ACE_splint", 24] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; }; if (!didJIP) then { // [player] spawn ark_fnc_di_playIntro; [player] call ark_fnc_di_assignFortifications; ["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler; };ark_tgc_fnc_nwController = { params ["_nw"]; private _gunner = gunner _nw; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; [ { params ["_args", "_id"]; _args params ["_gunner"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, getMarkerPos "mkr_tgt"] call ark_tgc_fnc_nwDoFire; }, 60, [_gunner] ] call CBA_fnc_addPerFrameHandler; }; ark_tgc_fnc_nwDoFire = { params ["_unit","_target"]; _unit doArtilleryFire [_target, "CUP_30Rnd_122mmHE_D30_M", 1]; private _nw = vehicle _unit; _nw setVehicleAmmoDef 1; _nw setVehicleAmmo 1; };raP# version6EditorDataqsourceNameark_co58_abaronnaja_kiseniaaddons.A3_Ui_FA3_Characters_Face_explosivesAdmiralark_rotorCUP_Creatures_Military_RussiaCUP_AirVehicles_Mi24CUP_Creatures_StaticWeaponsCUP_WheeledVehicles_BTR80CUP_Weapons_AmmoBoxesCUP_TrackedVehicles_T72CUP_AirVehicles_Mi8CUP_WheeledVehicles_UralCUP_WheeledVehicles_S1203A3_Structures_F_Enoch_Decals_HorizontalA3_Structures_F_Civ_LampsCUP_Editor_Signs_ConfigA3_Structures_F_Exp_Walls_ConcreteCUP_CAStructuresHouse_A_HospitalCUP_CAStructuresHouse_rail_station_bigCUP_Misc3_ConfigCUP_CASigns2CUP_Misc_e_ConfigA3_Structures_F_Argo_Military_FortificationsA3_Structures_F_Enoch_RuinsCUP_CAHouseBlock_ACUP_CAHouseBlock_BCUP_CAHouseBlock_DCUP_CAStructures_RuinsA3_Structures_F_Enoch_Military_TrainingA3_Data_F_ParticleEffectsCUP_Buildings_ConfigA3_Structures_F_SystemCUP_CWA_MiscA3_Structures_F_Tank_Military_FortificationsA3_Structures_F_Mil_BagBunkerA3_Props_F_Enoch_Infrastructure_TrafficA3_Structures_F_Items_Vesselscba_xehA3_Modules_F_Curator_CuratorA3_Modules_FA3_Modules_F_Effectsark_clear_cargoark_ai_sentryace_nouniformrestrictionsace_parachuteAddonsMetaDatadlcsCUP_UnitsCUP_VehiclesCUP_WeaponsEnochExpansionArgorandomSeedScenarioDataxCustomAttributesMissionn# moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider%MarkerIDProvider8LayerIndexProviderKCamera^nextID; 8nextIDKnextIDc^posXفEX.C[#DdirCM?`r=up?UN?OՇ=aside=^~Listx*items)Item0Item1/ Item2 Item3# Item4Z Item5 Item6 Item7U Item8 Item9 Item108 Item11 Item12 Item13 Item14Z Item15 Item16yItem17Item18OItem19Item20Item21LItem22Item23Item24LItem25Item26Item27 Item28PItem29Item30uItem31Item32Item33yItem34 Item35Item363Item37Item38!Item39Item40xclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com/ classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttps://ace3.acemod.org/# classNameAdmiralnameAdmiralauthorKamiZ classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org classNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_Russia classNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24U classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons classNameCUP_WheeledVehicles_BTR80nameCUP_WheeledVehicles_BTR80 classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxes8 classNameCUP_TrackedVehicles_T72nameCUP_TrackedVehicles_T72 classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8 classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_Ural classNameCUP_WheeledVehicles_S1203nameCUP_WheeledVehicles_S1203Z classNameA3_Structures_F_EnochnameArma 3 Contact Platform - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comyclassNameCUP_Editor_Signs_ConfignameCUP_Editor_Signs_ConfigclassNameA3_Structures_F_ExpnameArma 3 Apex - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comOclassNameCUP_CAStructuresHouse_A_HospitalnameCUP_CAStructuresHouse_A_HospitalclassNameCUP_CAStructuresHouse_rail_station_bignameCUP_CAStructuresHouse_rail_station_bigclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigLclassNameCUP_CASigns2nameCUP_CASigns2classNameCUP_Misc_e_ConfignameCUP_Misc_e_ConfigclassNameA3_Structures_F_ArgonameArma 3 Malden - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comLclassNameCUP_CAHouseBlock_AnameCUP_CAHouseBlock_AclassNameCUP_CAHouseBlock_BnameCUP_CAHouseBlock_BclassNameCUP_CAHouseBlock_DnameCUP_CAHouseBlock_D classNameCUP_CAStructures_RuinsnameCUP_CAStructures_RuinsPclassNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Data_FnameArma 3 - Main ConfigurationauthorBohemia Interactiveurlhttps://www.arma3.comuclassNameCUP_Buildings_ConfignameCUP_Buildings_ConfigclassNameCUP_CWA_MiscnameCUP_CWA_MiscclassNameA3_Structures_F_TanknameArma 3 Tank - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comyclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Props_F_EnochnameArma 3 Contact Platform - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com3classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org!classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/xauthordancemooxHeadergameTypeCoopminPlayersmaxPlayers@Category0nnameMultiplayerAttribute05Attribute1nAttributesnpropertyRespawnButtonexpressiontrueValueqdatasingleTypeSCALARvalue?propertyRespawnTemplatesexpressiontrueValuendatansingleTypeARRAYvaluenitemsItem07ndataGnsingleTypeSTRINGvalueNonenIntelEntitiesEConnections#briefingNameark_co58_abaronnaja_kiseniaoverviewTextChernarus Defence Forces Militia desperately try and hold outresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayTItem2H@Item3ACdataTypeObjectPositionInfo=sideWestflagsAttributes>id* typeB_Soldier_TL_FatlOffset5>positionE@ DanglesS:,"@>skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Fireteam Leader@Bravo 1isPlayable>dataTypeObjectPositionInfoQ?sideWestflagsAttributes?id+ typeB_soldier_AR_FH@positionߞE @+DanglesoE:,"@@?skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Automatic Rifleman@Bravo 1isPlayableH@dataTypeObjectPositionInfo@sideWestflagsAttributesAid, typeB_Soldier_A_FatlOffsetApositionE8޿@DanglesS:,"@Askill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableAdataTypeObjectPositionInfo typeB_Soldier_A_FXposition@SE @>Dangles ͵@Wskill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayableXdataTypeObjectPositionInfo,YsideWestflagsAttributesdYid? typeB_soldier_LAT_FZpositionoE @pDangles ͵@dYskill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Charlie 2 Rifleman (AT)@Charlie 2isPlayableZformationDIAMOND,ZdataTypeGroupsideWestEntitiesvZAttributesW]idL q]itemsItem0ZItem1 \W]dataTypeObjectPositionInfo [sideWestflagsAttributesC[idM typeB_sniper_F \position E @m9DanglesDo?C[skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "SN"], ["marker", "ST1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - Sniper 1 Marksmen@Sniper 1isPlayable \dataTypeObjectPositionInfoz\sideWestflagsAttributes\idN typeB_spotter_FW]position)E @DanglesDo?\skill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "SP"]] call hull3_unit_fnc_init;descriptionCDF - Sniper 1 Spotter@Sniper 1isPlayableW]formationDIAMONDq]dataTypeLogicPositionInfo]nameadm_hc_unitisPlayabledescriptionHCidq typeHeadlessClient_F(^positionՙEβ@.Dangles@-;(^dataTypeGroupsideWestEntities^Attributes,didt atlOffset5FditemsItem0^Item1a,d dataTypeObjectPositionInfo=_sideWestflagsAttributesu_idu typeB_sniper_FatlOffset5CustomAttributesM`apositionE @Danglesr?u_skill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "HMGAG"], ["marker", "HMG", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionCDF - Heavy Machinegun Team Leader@HMGisPlayableM`Attribute0`Attribute1 anAttributesapropertyspeakerexpression_this setspeaker _value;Value` adata` asingleTypeSTRINGvalueMale02ENG apropertypitchexpression_this setpitch _value;ValueQaadataaaasingleTypeSCALARvalue\?adataTypeObjectPositionInfo bsideWestflagsAttributesCbidv typeB_spotter_FCustomAttributesb,dpositionE @ Danglesr?Cbskill?initcall{[this, ["faction", "CUP_CDF_FOR"], ["gear", "HMGG"]] call hull3_unit_fnc_init;}descriptionCDF - Heavy Machinegun Gunner@HMGisPlayablebAttribute0*cAttribute1cnAttributes,dpropertyspeakerexpression_this setspeaker _value;ValuetccdataccsingleTypeSTRINGvalueMale08ENGcpropertypitchexpression_this setpitch _value;Valuec,ddatad,dsingleTypeSCALARvalue?,dformationDIAMONDFddataTypeLayernameTime TriggersstateEntitiesdidatlOffsetoAn items Item0%eItem1eItem2fItem3gItem4hItem5iItem6jItem7kItem8lItem9mndataTypeTriggerpositionڤE#B3(DAttributeseidtypeEmptyDetectorenametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeBedataTypeTriggerpositionФEsB>DAttributesLfidtypeEmptyDetectorfnametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDfdataTypeTriggerpositioniۤE- BlDAttributes:gidtypeEmptyDetectoratlOffsetgnametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDgdataTypeTriggerpositionפE$B} DAttributes(hidtypeEmptyDetectoratlOffset6hnametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDhdataTypeTriggerpositionޤE#.BUDAttributesiidtypeEmptyDetectorinametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDDidataTypeTriggerpositionkۤET:BCAttributesjidtypeEmptyDetectorjnametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDDjdataTypeTriggerposition_ԤE2BI!DAttributes"kidtypeEmptyDetectorknametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCCkdataTypeTriggerpositionD@` EangleAK@AttributeslidjtypeEmptyDetectorAreaR250lnametgr_jip_movingconditioncall{this}sizeAsAsizeB@6DsizeCAactivationByWESTisRectangleldataTypeTriggerpositionߤE2EBCAttributeslidMtypeEmptyDetectormnametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {arty_1 call ark_tgc_fnc_nwController};}sizeAsizeBtimeoutEEEmdataTypeTriggerposition[D@P7Eanglek@Attributes3nid typeEmptyDetectorAreaR250nnametgr_jip_extractconditioncall{this}sizeAsAsizeB@6DsizeCAactivationByWESTisRectanglendataTypeLayernameSafety OffEntitiesoidNatlOffset(}5@yitemsItem0)pItem1SrItem2}tItem3BuItem4wItem5Item6Item7PItem8uItem9Item10ɖItem11Item12Item13Item14 Item15ҨItem16Item17'Item18QItem19Item20;Item21eItem22Item23TydataTypeGroupsideCivilianEntitiespAttributesMridOatlOffsetSritemsItem0pItem1wqItem2qMrdataTypeObjectPositionInfo9qsideCivilianflagsAttributesqqidPtypeC_Bob_VRatlOffsetwqpositionfޑE @&pDangles9a?qqwqdataTypeWaypointposition4E@DEffectsqshowWPNEVERid}typeMoveqqdataTypeWaypointpositionE@hDEffectsGrshowWPNEVERid~typeMoveMrMrSrdataTypeGroupsideCivilianEntitiesrAttributeswtidQatlOffset}titemsItem0rItem1sItem2 twtdataTypeObjectPositionInfocssideCivilianflagsAttributessidRtypeC_Bob_VRatlOffsetsposition|E @VDangles9a?ssdataTypeWaypointposition6)E@/DEffectstshowWPNEVERid{typeMove t tdataTypeWaypointpositionE@hDEffectsqtshowWPNEVERid|typeMovewtwt}tdataTypeTriggerpositionE@.Dangle6a?AttributestidStypeEmptyDetectorAreaR50Buconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB ABudataTypeLogicPositionInfouidTtypeAdmiral_OndemandCampZoneatlOffset`N?CustomAttributesuwpositionE@>Dangles9a?uAttribute0vAttribute1wAttribute2gxAttribute3yAttribute4yAttribute5zAttribute6I{Attribute7|Attribute8|Attribute9}Attribute10f~Attribute11+Attribute12Attribute13nAttributeswpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value}wwdatawwsingleTypeSTRINGvaluewpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value1xgxdataAxgxsingleTypeSCALARvaluegxpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuexydataxysingleTypeSCALARvalueBypropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueyydatayysingleTypeSCALARvalueBypropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value^zzdatanzzsingleTypeSCALARvalue AzpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value{I{data%{I{singleTypeBOOLvalueI{propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value{|data{|singleTypeSCALARvalue|propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value||data||singleTypeSTRINGvalue|propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuei}}datay}}singleTypeSCALARvalue}propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value0~f~data@~f~singleTypeSCALARvaluef~propertyAdmiral_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];ValueDwdataTwsingleTypeSTRINGvaluewdataTypeGroupsideCivilianEntitiesŁAttributes{idUitemsItem0Item1Item2{dataTypeObjectPositionInfogsideCivilianflagsAttributesidVtypeC_Bob_VRposition4éE B!Eangles9a?dataTypeWaypointpositionjEB:,DEffects showWPNEVERidtypeMovedataTypeWaypointpositionE@5iDEffectsushowWPNEVERidtypeMove{{dataTypeGroupsideCivilianEntitiesσAttributesidWitemsItem0Item1Item2dataTypeObjectPositionInfoqsideCivilianflagsAttributesidXtypeC_Bob_VRpositionqEc=BrEangles9a?dataTypeWaypointpositionŠE51ADEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionE@iDEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionȉE+B$'Eangle6a?AttributesidYtypeEmptyDetectorAreaR50Pconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB APdataTypeLogicPositionInfoidZtypeAdmiral_OndemandCampZoneCustomAttributesupositionzE B:Eanglesp@9a?&K@Attribute0Attribute1Attribute2eAttribute3Attribute4ӊAttribute5Attribute6GAttribute7Attribute8ЍAttribute9Attribute10dAttribute11)Attribute12Attribute13nAttributesupropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value{datasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value/edata?esingleTypeSCALARvalueepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueӊdataӊsingleTypeSCALARvalueBӊpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value\datalsingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueGdata#GsingleTypeBOOLvalueGpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueЍdataЍsingleTypeSTRINGvalueЍpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuegdatawsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value.ddata>dsingleTypeSCALARvaluedpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value)data)singleTypeSCALARvalue@)propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedataĐsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value}datasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueBudataRusingleTypeSTRINGvalueudataTypeGroupsideCivilianEntitiesӒAttributesid[atlOffset@itemsItem0Item1ÓItem2.dataTypeObjectPositionInfosideCivilianflagsAttributesid\typeC_Bob_VRatlOffset@ÓpositionuEBJw Eangles9a?ÓdataTypeWaypointpositionkE2AtDEffects(showWPNEVERidtypeMove..dataTypeWaypointpositionϤE@iDEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesÖid]atlOffsetɖitemsItem00Item1Item2XÖdataTypeObjectPositionInfosideCivilianflagsAttributesid^typeC_Bob_VRatlOffsetpositionEB Eangles9a?dataTypeWaypointpositionϾEBDEffectsRshowWPNEVERidtypeMoveXXdataTypeWaypointposition⤞E@hDEffectsshowWPNEVERidtypeMoveÖÖɖdataTypeTriggerposition E(BN Eangle6a?Attributes=id_typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoid`typeAdmiral_OndemandCampZoneCustomAttributes.positionE?BZI Eangles<8a?H>.Attribute0*Attribute1Attribute2Attribute3ZAttribute4Attribute5МAttribute6Attribute7TAttribute8Attribute9Attribute10Attribute11mAttribute12.Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedataəsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuemdata}singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value$Zdata4ZsingleTypeSCALARvalueBZpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueۛdatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueМdataМsingleTypeSCALARvalue AМpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueQdataasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueTdata.TsingleTypeSCALARvalueTpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value۞datasingleTypeSTRINGvaluemoon_1propertyAdmiral_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];Value7mdataGmsingleTypeSCALARvalue@mpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value.data.singleTypeSCALARvalue.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedataѢsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesݥidaatlOffset0itemsItem0JItem1Item2rݥdataTypeObjectPositionInfoɤsideCivilianflagsAttributesidbtypeC_Bob_VRatlOffset0positionpcEd C#Eangles9a?dataTypeWaypointposition*EK3ADEffectslshowWPNEVERidtypeMoverrdataTypeWaypointpositionuE@ iDEffectsץshowWPNEVERidtypeMoveݥݥdataTypeGroupsideCivilianEntitiesAAttributesidcatlOffset itemsItem0tItem11Item2dataTypeObjectPositionInfosideCivilianflagsAttributes+iddtypeC_Bob_VRatlOffset1position ECEangles9a?+1dataTypeWaypointposition5EBYALDEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionE@hDEffectsshowWPNEVERidtypeMove dataTypeTriggerposition*EC5Eangle6a?AttributesidetypeEmptyDetectorAreaR50Ҩconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AҨdataTypeLogicPositionInfo:idftypeAdmiral_OndemandCampZoneCustomAttributesrposition9E/BjEanglesX>8a?#>rAttribute0nAttribute10Attribute2Attribute3Attribute4UAttribute5Attribute6ɮAttribute7Attribute8XAttribute9%Attribute10Attribute11Attribute12rAttribute13;nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value0data 0singleTypeSTRINGvalue0propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuehdataxsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueUdata/UsingleTypeSCALARvalueBUpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueޭdatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueɮdataɮsingleTypeBOOLvalueɮpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuebdatarsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueXdata/XsingleTypeSTRINGvaluemoon_2XpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value%data%singleTypeSCALARvalue%propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedataƱsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value{datasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value<rdataLrsingleTypeSCALARvaluerpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value;data;singleTypeSCALARvalue;propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueʴdataڴsingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities[Attributes!idgatlOffset'itemsItem0Item1KItem2!dataTypeObjectPositionInfo sideCivilianflagsAttributesEidhtypeC_Bob_VRatlOffsetKpositionr$EݱB)Dangles9a?EKdataTypeWaypointpositionyEAKDEffectsshowWPNEVERidytypeMovedataTypeWaypointpositionwE@LhDEffectsshowWPNEVERidztypeMove!!'dataTypeGroupsideCivilianEntitiesAttributesKidiatlOffsetQitemsItem0Item1uItem2KdataTypeObjectPositionInfo7sideCivilianflagsAttributesoidjtypeC_Bob_VRatlOffsetupositionʇE BYDangles9a?oudataTypeWaypointpositionEHA DEffectsڸshowWPNEVERidwtypeMovedataTypeWaypointpositionE@YiDEffectsEshowWPNEVERidxtypeMoveKKQdataTypeTriggerpositionEB1Dangle6a?AttributesŹidktypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo~idltypeAdmiral_OndemandCampZoneCustomAttributes;position,_EBADangles ?@9a?M@Attribute0Attribute1tAttribute2+Attribute3Attribute4Attribute5XAttribute6 Attribute7Attribute8Attribute9cAttribute10*Attribute11Attribute12Attribute13ynAttributes;propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueAtdataQtsingleTypeSTRINGvaluetpropertyAdmiral_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];ValuecdatassingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value"Xdata2XsingleTypeSCALARvalue AXpropertyAdmiral_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];ValuecdatassingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value-cdata=csingleTypeSCALARvaluecpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value*data*singleTypeSCALARvalue*propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuezdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueCydataSysingleTypeSCALARvalueypropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value;data;singleTypeSTRINGvalue;dataTypeGroupsideCivilianEntitiesAttributes_idmatlOffseteitemsItem0Item1Item2_dataTypeObjectPositionInfoKsideCivilianflagsAttributesidntypeC_Bob_VRatlOffsetpositionbE@?Dangles9a?dataTypeWaypointpositionE@DEffectsshowWPNEVERidutypeMovedataTypeWaypointpositionE@gDEffectsYshowWPNEVERidvtypeMove__edataTypeGroupsideCivilianEntitiesAttributesidoatlOffsetitemsItem0Item1Item2dataTypeObjectPositionInfousideCivilianflagsAttributesidptypeC_Bob_VRatlOffsetpositionծEI@wDangles9a?dataTypeWaypointpositionFEc/AVDEffectsshowWPNEVERidstypeMovedataTypeWaypointpositionxE@hDEffectsshowWPNEVERidttypeMovedataTypeTriggerpositionE@Dangle6a?AttributesidqtypeEmptyDetectorAreaR50Tconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB ATdataTypeLogicPositionInfoidrtypeAdmiral_OndemandCampZoneCustomAttributesyposition@EIf@DanglesH4)=9a?][@Attribute0Attribute1Attribute2iAttribute3 Attribute4Attribute5Attribute6KAttribute7Attribute8Attribute9Attribute10hAttribute11-Attribute12Attribute13nAttributesypropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value3idataCisingleTypeSCALARvalueipropertyAdmiral_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];Value`datapsingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueKdata'KsingleTypeBOOLvalueKpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuekdata{singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value2hdataBhsingleTypeSCALARvaluehpropertyAdmiral_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];ValueFydataVysingleTypeSTRINGvalueydataTypeLayername5 Minutes - Technical StartEntitiesidatlOffsetB:itemsItem0.Item1Item2Item3Item4`Item5:dataTypeGroupsideCivilianEntitiesAttributesidVatlOffsetitemsItem0Item1YdataTypeObjectPositionInfo3sideCivilianflagsAttributesSidWtypeC_Bob_VRatlOffsetYpositiongEM@+ESYdataTypeWaypointpositionE&CT5DEffectsshowWPNEVERidXtypeMoveatlOffsetCdataTypeTriggerpositiongE&@w/EAttributesBidPtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AdataTypeLogicPositionInfoidStypeAdmiral_OndemandCampZoneCustomAttributes/positionAEy@_Eangles5V@@/Attribute0+Attribute1Attribute2Attribute3[Attribute4Attribute5Attribute6Attribute7UAttribute8Attribute9Attribute10Attribute11hAttribute12)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];ValuedatasingleTypeSCALARvalueApropertyAdmiral_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];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuemdata}singleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value2hdataBhsingleTypeSCALARvaluehpropertyAdmiral_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];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesZid+atlOffset7`itemsItem0:Item1ZdataTypeObjectPositionInfosideCivilianflagsAttributesid,typeC_Bob_VRatlOffset7positionEq CMEdataTypeWaypointpositionE-C\5DEffectsTshowWPNEVERid/typeMoveatlOffset#CZZ`dataTypeTriggerposition ƀE;CSEAttributesid-typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AdataTypeLogicPositionInfo}id.typeAdmiral_OndemandCampZoneCustomAttributes:positionEHCEangles< V@Attribute0Attribute1sAttribute2*Attribute3Attribute4Attribute5WAttribute6 Attribute7Attribute8Attribute9bAttribute10)Attribute11Attribute12Attribute13xnAttributes:propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value@sdataPssingleTypeSTRINGvaluespropertyAdmiral_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];ValuebdatarsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value!Wdata1WsingleTypeSCALARvalue BWpropertyAdmiral_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];ValuebdatarsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value,bdata<bsingleTypeSCALARvaluebpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value)data)singleTypeSCALARvalue?)propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueydatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueBxdataRxsingleTypeSCALARvaluexpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value:data:singleTypeSTRINGvalue:dataTypeLayername10 Minutes - Tank StartEntitiesidatlOffset:2BitemsItem0Item1Item2=Item3rItem4Item5dataTypeGroupsideCivilianEntitiesIAttributesidMatlOffset 7itemsItem0qItem1dataTypeObjectPositionInfosideCivilianflagsAttributesidNtypeC_Bob_VRatlOffset 7positionsE [=@pgEdataTypeWaypointpositionE@\5DEffects{showWPNEVERidOtypeMovedataTypeTriggerpositionE6-@EAttributesidPtypeEmptyDetectorAreaR50=conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB A=dataTypeLogicPositionInfoidQtypeAdmiral_OndemandCampZoneatlOffset4CustomAttributesrpositionEgV@Eanglesf<I@Attribute0Attribute1Attribute2bAttribute3Attribute4Attribute5Attribute6DAttribute7Attribute8Attribute9Attribute10aAttribute11&Attribute12Attribute13nAttributesrpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuexdatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value,bdata<bsingleTypeSCALARvaluebpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueYdataisingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueDdata DsingleTypeBOOLvalueDpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueddatatsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value+adata;asingleTypeSCALARvalueapropertyAdmiral_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];ValuezdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value?rdataOrsingleTypeSTRINGvaluerdataTypeGroupsideCivilianEntitiesAttributesid0itemsItem0Item1}dataTypeObjectPositionInfoWsideCivilianflagsAttributeswid1typeC_Bob_VR}position7hECREw}dataTypeWaypointpositionE@\5DEffectsshowWPNEVERid2typeMovedataTypeTriggerpositionhE"iCnMEAttributesVid3typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AdataTypeLogicPositionInfo id4typeAdmiral_OndemandCampZoneCustomAttributesDpositionEhCEanglesD<z@DAttribute0@Attribute1 Attribute2 Attribute3p Attribute4' Attribute5 Attribute6 Attribute7j Attribute8$Attribute9Attribute10Attribute11}Attribute12>Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value: p dataJ p singleTypeSCALARvalueBp propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value ' data ' singleTypeSCALARvalueB' propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value  data  singleTypeSCALARvalueA propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueg  dataw  singleTypeBOOLvalue propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value4 j dataD j singleTypeSCALARvaluej propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value $data$singleTypeSTRINGvalue$propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueG}dataW}singleTypeSCALARvalue}propertyAdmiral_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];ValuedatasingleTypeSTRINGvaluedataTypeLayername15 Minutes - More Tank & TechnicalEntities1idatlOffsetⱽ0itemsItem0Item11Item2Item3 "Item4#Item5n$0dataTypeGroupsideCivilianEntitiesAttributes+idoatlOffset1itemsItem0 Item1+dataTypeObjectPositionInfosideCivilianflagsAttributesidptypeC_Bob_VRatlOffsetpositionqE[,B=&EdataTypeWaypointpositionE"CT5DEffects%showWPNEVERidvtypeMoveatlOffsetXC++1dataTypeTriggerpositionrE|-B%EAttributesidmtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AdataTypeLogicPositionInfoOidntypeAdmiral_OndemandCampZoneCustomAttributes "positiont E˨%B>o%Eangles<=Attribute0Attribute1EAttribute2Attribute3Attribute4jAttribute5)Attribute6Attribute7Attribute8gAttribute94Attribute10Attribute11Attribute12 Attribute13J!nAttributes "propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueEdata"EsingleTypeSTRINGvalueEpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value}datasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value4jdataDjsingleTypeSCALARvalueBjpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value)data)singleTypeSCALARvalueA)propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuewdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value4gdataDgsingleTypeSTRINGvaluegpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value4data4singleTypeSCALARvalue4propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueK  data[  singleTypeSCALARvalue? propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value!J!data$!J!singleTypeSCALARvalueJ!propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value! "data! "singleTypeSTRINGvalue "dataTypeGroupsideCivilianEntitiesj"Attributes#idatlOffset7#itemsItem0"Item17##dataTypeObjectPositionInfo#sideCivilianflagsAttributes1#idtypeC_Bob_VRatlOffset77#positionJE-8BP%E1#7#dataTypeWaypointpositionE#CT5DEffects#showWPNEVERidtypeMoveatlOffsetfC###dataTypeTriggerpositionZxE>B%EAttributes $idtypeEmptyDetectorAreaR50n$conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB An$dataTypeLogicPositionInfo$idtypeAdmiral_OndemandCampZoneatlOffset6CustomAttributes%0positionE8B5%Eangles˜D<%Attribute0&Attribute1&Attribute2'Attribute3J(Attribute4)Attribute5)Attribute6u*Attribute7D+Attribute8+Attribute9,Attribute10-Attribute11W.Attribute12/Attribute13/nAttributes0propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value&&data&&singleTypeSTRINGvalue&propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value]''datam''singleTypeSCALARvalue'propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value(J(data$(J(singleTypeSCALARvalueBJ(propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value()data()singleTypeSCALARvalueB)propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value))data))singleTypeSCALARvalueA)propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueA*u*dataQ*u*singleTypeBOOLvalueu*propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value+D+data+D+singleTypeSCALARvalueD+propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value++data++singleTypeSTRINGvalue+propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value,,data,,singleTypeSCALARvalue,propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value\--datal--singleTypeSCALARvalue?-propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value!.W.data1.W.singleTypeSCALARvalueW.propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value./data./singleTypeSCALARvalue/propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value//data//singleTypeSCALARvalue/propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuep00data00singleTypeSTRINGvalue0dataTypeLayername20 Minutes - More InfEntities0idatlOffset`@NvitemsItem01Item13Item25Item36Item4BItem5EItem6;GItem7GItem88TItem9BVItem10LXItem11YItem123eItem13=gItem14giItem15)jNvdataTypeGroupsideCivilianEntities2Attributes3id53itemsItem0G2Item12Item2_33dataTypeObjectPositionInfo2sideCivilianflagsAttributes2id6typeC_Bob_VR2positionܔE C Eanglesg8@22dataTypeWaypointpositionS^ESADEffectsY3showWPNEVERid7typeMove_3_3dataTypeWaypointposition|EA]mDEffects3showWPNEVERid8typeMoveatlOffset'A333dataTypeGroupsideCivilianEntities.4Attributes5id95itemsItem0a4Item15Item2y55dataTypeObjectPositionInfo4sideCivilianflagsAttributes5id:typeC_Bob_VR5position7EC Eanglesg8@55dataTypeWaypointposition|ExA.;DEffectss5showWPNEVERid;typeMovey5y5dataTypeWaypointpositionẼAukDEffects5showWPNEVERid<typeMoveatlOffset'A555dataTypeTriggerpositionppECEangle_8@Attributesn6id=typeEmptyDetectorAreaR506conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB A6dataTypeLogicPositionInfo$7id>typeAdmiral_OndemandCampZoneCustomAttributes\7BpositionأE$ C Eangles<a8@h@\7Attribute0X8Attribute19Attribute29Attribute3:Attribute4?;Attribute5;Attribute6<Attribute7=Attribute8B>Attribute9?Attribute10?Attribute11@Attribute12\AAttribute13%BnAttributesBpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value89data89singleTypeSTRINGvalue9propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value99data99singleTypeSCALARvalue9propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueR::datab::singleTypeSCALARvalueB:propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value ;?;data;?;singleTypeSCALARvalueB?;propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value;;data;;singleTypeSCALARvalueA;propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value<<data<<singleTypeBOOLvalue<propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueL==data\==singleTypeSCALARvalue=propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value >B>data>B>singleTypeSTRINGvaluemoon_4B>propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value>?data>?singleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value??data??singleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuee@@datau@@singleTypeSCALARvalue A@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value&A\Adata6A\AsingleTypeSCALARvalue\ApropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueA%BdataA%BsingleTypeSCALARvalue%BpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueBBdataBBsingleTypeSTRINGvalueBdataTypeGroupsideCivilianEntitiesECAttributes EidatlOffsetHEitemsItem0xCItem15DItem2D EdataTypeObjectPositionInfoCsideCivilianflagsAttributes/DidtypeC_Bob_VRatlOffsetH5DpositionhME@mDangles<@/D5DdataTypeWaypointpositionE7@DEffectsDshowWPNEVERidtypeMoveDDdataTypeWaypointpositionE@kDEffectsEshowWPNEVERidtypeMove E EEdataTypeGroupsideCivilianEntitiesoEAttributes5GidatlOffseth7;GitemsItem0EItem1_FItem2F5GdataTypeObjectPositionInfo!FsideCivilianflagsAttributesYFidtypeC_Bob_VRatlOffseth7_FpositionE;@Dangles<@YF_FdataTypeWaypointposition%EU@rDEffectsFshowWPNEVERidtypeMoveFFdataTypeWaypointpositionǤE@jDEffects/GshowWPNEVERidtypeMove5G5G;GdataTypeTriggerposition!E@}EDangle<@AttributesGidtypeEmptyDetectorAreaR50Gconditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AGdataTypeLogicPositionInfouHidtypeAdmiral_OndemandCampZoneatlOffset5CustomAttributesH8TpositionE)׼@DanglesZ=<@HK@HAttribute0IAttribute1kJAttribute2"KAttribute3KAttribute4LAttribute5OMAttribute6NAttribute7NAttribute8OAttribute9`PAttribute10'QAttribute11QAttribute12RAttribute13vSnAttributes8TpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value8JkJdataHJkJsingleTypeSTRINGvaluekJpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueJ"KdataJ"KsingleTypeSCALARvalue"KpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueKKdataKKsingleTypeSCALARvalueBKpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueZLLdatajLLsingleTypeSCALARvalueBLpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueMOMdata)MOMsingleTypeSCALARvalueAOMpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueMNdataMNsingleTypeBOOLvalueNpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueNNdataNNsingleTypeSCALARvalueNpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueZOOdatajOOsingleTypeSTRINGvaluemoon_3OpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value*P`Pdata:P`PsingleTypeSCALARvalue`PpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueP'QdataQ'QsingleTypeSCALARvalue'QpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueQQdataQQsingleTypeSCALARvalue AQpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuewRRdataRRsingleTypeSCALARvalueRpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value@SvSdataPSvSsingleTypeSCALARvaluevSpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueT8TdataT8TsingleTypeSTRINGvalue8TdataTypeGroupsideCivilianEntitiesTAttributesmAttribute3mAttribute4nAttribute5koAttribute6 pAttribute7pAttribute8qAttribute9vrAttribute10=sAttribute11tAttribute12tAttribute13unAttributesNvpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueTlldatadllsingleTypeSTRINGvaluelpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuem>mdatam>msingleTypeSCALARvalue>mpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuemmdatammsingleTypeSCALARvalueBmpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuevnndatannsingleTypeSCALARvalueBnpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value5okodataEokosingleTypeSCALARvalueAkopropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueo pdatao psingleTypeBOOLvalue ppropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueppdatappsingleTypeSCALARvalueppropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuevqqdataqqsingleTypeSTRINGvalueqpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value@rvrdataPrvrsingleTypeSCALARvaluevrpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Values=sdatas=ssingleTypeSCALARvalue=spropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuestdatastsingleTypeSCALARvalue AtpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuettdatattsingleTypeSCALARvaluetpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueVuudatafuusingleTypeSCALARvalueupropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuevNvdata+vNvsingleTypeSTRINGvalueNvdataTypeLayername25 Minutes - HeliEntitiesvidatlOffsetY~itemsItem0vItem1 yItem2{Item3{Item4t|Item5~dataTypeGroupsideCivilianEntitiesWwAttributesyid^atlOffset yitemsItem0wItem10xItem2xydataTypeObjectPositionInfo xsideCivilianflagsAttributes*xid_typeC_Jeff_VRatlOffset0xpositionkEvUC1E*x0xdataTypeWaypointpositionE@3oDEffectsxshowWPNEVERid`typeMovexxdataTypeWaypointposition1E>C CEffectsyshowWPNEVERidatypeMoveyy ydataTypeGroupsideCivilianEntitiesjyAttributes{iddatlOffset7{itemsItem0yItem1CzItem2z{dataTypeObjectPositionInfozsideCivilianflagsAttributes=zidetypeC_Jeff_VRatlOffset7CzpositionYfEl`C|8E=zCzdataTypeWaypointpositionۙETADEffectszshowWPNEVERidgtypeMovezzdataTypeWaypointposition2EKuC.CEffects{showWPNEVERidhtypeMove{{{dataTypeTriggerpositionN:gEP`Cq?:EAttributes{idctypeEmptyDetectorAreaR50{conditioncall{triggeractivated tgr_time_25;}timeoutAAA{dataTypeTriggerposition#lEjRC2EAttributes>|id]typeEmptyDetectorAreaR50t|conditioncall{triggeractivated tgr_time_25;}t|dataTypeLogicPositionInfo|idbtypeARK_Rotor_InsertCustomAttributes }positionmEPoPCh4Eangles'a@f@ }Attribute0t}Attribute1'~Attribute2~Attribute3Attribute43nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value}'~data~'~singleTypeSCALARvalueB'~propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value~~data~~singleTypeSTRINGvalueDefault~propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueSdatacsingleTypeSTRINGvalueFULLpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value3data 3singleTypeSCALARvalueHC3propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuedata€singleTypeSTRINGvalueark_rotor_fnc_insertdataTypeLogicPositionInfoYidftypeARK_Rotor_InsertCustomAttributes~positionhEF`C|;Eangles8@b@Attribute0Attribute1Attribute2gAttribute3Attribute4nAttributes~propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuevdatasingleTypeSCALARvalueBpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value-gdata=gsingleTypeSTRINGvalueDefaultgpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value؃datasingleTypeSTRINGvalueFULLpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValuedatasingleTypeSCALARvalueHCpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value7~dataG~singleTypeSTRINGvalueark_rotor_fnc_insert~dataTypeLayername30 Minutes - Attack HeliEntities̅idzitemsItem0Item1یzdataTypeGroupsideEastEntitiesMAttributesCrewLinksыid یitemsItem0Item1Item2ZItem3ʼnItem4:Item5Item6dataTypeObjectPositionInfo3sideEastflagsAttributeskid typeCUP_O_RU_PilotCustomAttributesqpositiondEY`Cǿ6Eanglesґ@Q)@X[@kqAttribute0Attribute1/nAttributespropertyspeakerexpression_this setspeaker _value;Value/data/singleTypeSTRINGvalueMale01RUS/propertypitchexpression_this setpitch _value;ValueudatasingleTypeSCALARvaluep}?dataTypeObjectPositionInfosideEastflagsAttributesTid typeCUP_O_RU_PilotZpositiondEY`Cǿ6Eanglesӑ@Q)@][@TZdataTypeWaypointpositionEylBFDEffectsshowWPNEVERid typeMoveʼnʼndataTypeWaypointpositiontE*@ۼDtypeSeekAndDestroyEffects4showWPNEVERid ::dataTypeWaypointpositionϵE>B eDEffectsshowWPNEVERid typeMovedataTypeWaypointpositionB E@r/DtypeSeekAndDestroyEffectsshowWPNEVERid dataTypeWaypointpositionBEE7lB6TDtypeCycleEffectsshowWPNEVERid atlOffset7combatModeREDbehaviourCOMBATspeedModeFULLыLinkIDProviderLinks یnextID itemsItem01Item1}یlinkIDitem0 item1 CustomDatal}role}linkIDitem0 item1 CustomDataیroleturretPathیdataTypeObjectPositionInfoksideEastflagsAttributesid typeCUP_O_Mi24_P_Dynamic_RUCustomAttributes\zpositioneEtcC6Eanglesӑ@Q)@][@fuelnameheli_1texturesRussiaGreypylons[0];CUP_PylonPod_20Rnd_S8N_CCIP_M;CUP_PylonPod_1Rnd_FAB250_M;CUP_PylonPod_1Rnd_FAB250_M;CUP_PylonPod_20Rnd_S8N_CCIP_M;[0];\Attribute0Attribute1nAttributeszpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]propertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValueFzdataVzsingleTypeBOOLvaluezdataTypeLayername40 Minutes - ArtyEntitiesѐidLatlOffsetitemsItem0Item1IdataTypeGroupsideEastEntitiesbAttributesCrewLinksidiatlOffsetIitemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesPid typeCUP_O_RU_SoldieratlOffsetCustomAttributesVpositioniE([_Cw|>Eangles2@e8@@PVAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueؒdatasingleTypeSTRINGvalueMale02RUSpropertypitchexpression_this setpitch _value;ValueZdatajsingleTypeSCALARvalue?LinkIDProviderLinksΓInextIDΓitemsItem0IlinkIDitem0 item1 CustomData&IroleturretPathIdataTypeObjectPositionInfoȔsideEastflagsAttributesid typeCUP_O_D30_RUatlOffsetpositioniEQ`Cy>Eangles2@ f8@~@namearty_1dataTypeLayernameJIP ExtractEntitieseidatlOffsetG> %items$Item0Item1GItem2qItem3Item4şItem5Item6OItem7tItem8Item9MItem10Item117Item12Item13Item14Item15Item16)Item17Item18Item19Item20Item21Item22GItem23Item24RItem25|Item26 Item27L Item28qItem29wItem30bItem31Item32Item33Item348Item35 dataTypeGroupsideCivilianEntities{AttributesAidatlOffset 6GitemsItem0Item1kItem2֘AdataTypeObjectPositionInfo-sideCivilianflagsAttributeseidtypeC_Bob_VRatlOffset 6kpositionsE[o@ Dangles9a?ekdataTypeWaypointpositionKE1@UDEffectsИshowWPNEVERidtypeMove֘֘dataTypeWaypointposition)E@EEffects;showWPNEVERidtypeMoveAAGdataTypeGroupsideCivilianEntitiesAttributeskidatlOffsetqitemsItem0ؙItem1Item2kdataTypeObjectPositionInfoWsideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetposition+sE@Dangles9a?dataTypeWaypointpositionۛSE+8@TDEffectsshowWPNEVERidtypeMovedataTypeWaypointposition{)E@EEffectseshowWPNEVERidtypeMovekkqdataTypeGroupsideCivilianEntitiesϛAttributesidatlOffset8itemsItem0Item1Item2*dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset8positionIE$B&Eangles9a?dataTypeWaypointposition%E @EEffects$showWPNEVERidtypeMove**dataTypeWaypointpositionZEپA]0EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesidatlOffset7şitemsItem0,Item1Item2TdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset7position#IEA6Eangles9a?dataTypeWaypointposition#E@LJEEffectsNshowWPNEVERidtypeMoveTTdataTypeWaypointpositionYEA0EEffectsshowWPNEVERidtypeMoveşdataTypeTriggerpositionsE@ߘDangle6a?Attributes9idtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_jip_moving;}sizeA AsizeB AdataTypeTriggerpositiondIEoWBJEangle6a?AttributesidtypeEmptyDetectorAreaR50Oconditioncall{triggeractivated tgr_jip_moving;}sizeA AsizeB AOdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributestpositionqE@`Dangles2<8a?Attribute0Attribute1Attribute2dAttribute3Attribute4ҥAttribute5Attribute6FAttribute7Attribute8ϨAttribute9Attribute10cAttribute11(Attribute12Attribute13nAttributestpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuezdatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value.ddata>dsingleTypeSCALARvaluedpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueҥdataҥsingleTypeSCALARvalueBҥpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value[dataksingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueFdata"FsingleTypeBOOLvalueFpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueߧdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueϨdataϨsingleTypeSTRINGvalueϨpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuefdatavsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value-cdata=csingleTypeSCALARvaluecpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value(data(singleTypeSCALARvalue A(propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedataësingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value|datasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueAtdataQtsingleTypeSTRINGvaluetdataTypeLogicPositionInfoܭidtypeAdmiral_OndemandCampZoneCustomAttributesposition/GErAZbEangless@8a?e2>Attribute0Attribute1үAttribute2Attribute3@Attribute4Attribute5Attribute6kAttribute7:Attribute8Attribute9Attribute10Attribute11MAttribute12Attribute13׸nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueүdataүsingleTypeSTRINGvalueүpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueSdatacsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value @data@singleTypeSCALARvalueB@propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataѱsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value7kdataGksingleTypeBOOLvaluekpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value:data:singleTypeSCALARvalue:propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedataѴsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueRdatabsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueMdata'MsingleTypeSCALARvalue AMpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueطdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value׸data׸singleTypeSCALARvalue׸propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuefdatavsingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesGidatlOffset7MitemsItem0Item1ܺGdataTypeObjectPositionInfosideCivilianflagsAttributesֺidtypeC_Bob_VRatlOffset7ܺpositionFCwE@?A-Dangles9a?ֺܺdataTypeWaypointposition)E@EEffectsAshowWPNEVERidtypeMoveGGMdataTypeTriggerpositionfwEy.ADangle6a?AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_jip_moving;}sizeApAsizeBpAdataTypeLogicPositionInfozidtypeAdmiral_OndemandCampZoneCustomAttributes7positionuEHADangles@8a?U|<Attribute0Attribute1pAttribute2'Attribute3޿Attribute4Attribute5TAttribute6 Attribute7Attribute8Attribute9_Attribute10&Attribute11Attribute12Attribute13unAttributes7propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value=pdataMpsingleTypeSTRINGvalueppropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value'data'singleTypeSCALARvalue'propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value޿data޿singleTypeSCALARvalueB޿propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value_dataosingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueTdata.TsingleTypeSCALARvalue ATpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data singleTypeBOOLvalue propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value_dataosingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value)_data9_singleTypeSCALARvalue_propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value&data&singleTypeSCALARvalue?&propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuevdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value?udataOusingleTypeSCALARvalueupropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value7data7singleTypeSTRINGvalue7dataTypeGroupsideCivilianEntitiesAttributesidatlOffset7itemsItem0Item1zdataTypeObjectPositionInfo<sideCivilianflagsAttributestidtypeC_Bob_VRatlOffset7zposition?3xE @Dangles9a?tzdataTypeWaypointposition)E@EEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionVxE@ dDangle6a?Attributes_idtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_jip_moving;}sizeApAsizeBpAdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesPpositionvE.K@*Dangles@8a?!@PAttribute0LAttribute1Attribute2Attribute3|Attribute43Attribute5Attribute6Attribute7vAttribute80Attribute9Attribute10Attribute11Attribute12JAttribute13nAttributespropertyAdmiral_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];Value0data 0singleTypeSTRINGvalue0propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueSdatacsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueJdata$JsingleTypeSCALARvalue?JpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities3Attributesid atlOffset@6itemsItem0fItem1#Item2dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset@6#position(UDv#@n6Dangles9a?#dataTypeWaypointposition.nDx@qdataNqsingleTypeSTRINGvalueqdataTypeGroupsideEastEntitiesAttributesCrewLinksid' atlOffsetI>witemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid( typeCUP_O_RU_Soldier_M_EMRatlOffset5positionCٜ@DDanglesA?LinkIDProviderLinkswnextIDitemsItem0wlinkIDitem0( item1& CustomDataTwroleturretPathwdataTypeGroupsideEastEntitiesAttributesCrewLinksid) atlOffsetbitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid* typeCUP_O_RU_Crew_M_EMRatlOffseto>positionaCO@@vDLinkIDProviderLinksbnextIDitemsItem0blinkIDitem0* item1% CustomData?broleturretPathbdataTypeGroupsideEastEntitiesAttributesid1 atlOffset5itemsItem0dataTypeObjectPositionInfoesideEastflagsAttributesid2 typeCUP_O_RU_Soldier_AT_M_EMRatlOffset5positionOC@PDangles$?dataTypeGroupsideEastEntitiesAttributesid3 itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid4 typeCUP_O_RU_Soldier_AR_M_EMRposition7C@?Danglesß?dataTypeGroupsideEastEntities*Attributesid5 atlOffset5itemsItem0GdataTypeObjectPositionInfosideEastflagsAttributesid6 typeCUP_O_RU_Soldier_M_EMRatlOffset5positionwC@2DanglesoX?dataTypeGroupsideEastEntities^Attributes2id7 8itemsItem0{2dataTypeObjectPositionInfosideEastflagsAttributes,id8 typeCUP_O_RU_Soldier_M_EMR2position"pC@Dangles8?,28dataTypeObjectPositionInfosideEastflagsAttributesid% typeCUP_O_BTR80A_CAMO_RUatlOffsetpositionĆCgA#DanglesoE:?!@dataTypeObjectPositionInfo sideEastflagsAttributes id& typeCUP_O_KORD_high_RUatlOffsetI> positionJC@DanglesA?F@  dataTypeLayernamePlayer BitsEntities!id atlOffset6‰8itemsItem0!Item1"Item2$Item30%Item4x(Item5+Item6,Item71.Item8l/Item90Item101Item113Item12/4Item13J58dataTypeObjectPositionInfoJ"sideEmptyflagsAttributes"idJtypeCUP_USBasicWeaponsBoxatlOffsetlͻ"positionEْ@ZNDangles)@"initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}"dataTypeObjectPositionInfoq#sideEmptyflagsAttributes#idKtypeCUP_USBasicWeaponsBoxatlOffsetP$positionٞE@4Dangles)@#initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}$dataTypeObjectPositionInfo$sideEmptyflagsAttributes$id=typeCUP_USOrdnanceBoxatlOffset;0%positionEb@ Dangles @$initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Mines"]] call hull3_unit_fnc_init;}0% dataTypeObjectPositionInfo%sideEmptyflagsAttributes&idX typeCUP_B_BTR80A_CDFatlOffset<CustomAttributest&x(positionqD B Eangles@T@@&skill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;}t&Attribute0&nAttributesx(propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value&x(data'x(singleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]x( dataTypeObjectPositionInfo)sideEmptyflagsAttributesJ)idY typeCUP_B_BTR80A_CDFatlOffset$ԼCustomAttributes)+positionVDvB4 Eangles_@?LS@5V@J)skill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;})Attribute0)nAttributes+propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value>*+dataN*+singleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]+dataTypeObjectPositionInfoL,sideEmptyflagsAttributes,idZ typeCUP_B_Mi24_D_Dynamic_CDFatlOffset,positionDB9 Eangles˜D<y'@Af@,skill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;},dataTypeObjectPositionInfow-sideEmptyflagsAttributes-id[ typeCUP_B_T72_CDFatlOffset1.positionZ$D7B Eangles_@@G3@(@-skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;}1.dataTypeObjectPositionInfo.sideEmptyflagsAttributes.id\ typeCUP_B_T72_CDFatlOffsetl/position]DMB Eangles!a@7L@@.skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;}l/dataTypeObjectPositionInfo/sideEmptyflagsAttributes&0id] typeCUP_B_Mi17_CDFatlOffseth0position DB&jEangles@>h@&0skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;}0dataTypeObjectPositionInfo*1sideEmptyflagsAttributesb1id^ typeCUP_B_Mi17_CDFatlOffset81positionpDo BR7EanglesD@ֺ@oE:b1skill?lockUNLOCKEDinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;}1dataTypeObjectPositionInfop2sideEmptyflagsAttributes2id_ typeCUP_B_Mi24_D_Dynamic_CDFatlOffset3position>DBĎEangles6;ǻ@@2skill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;}3dataTypeObjectPositionInfo3sideEmptyflagsAttributes3idc typeCUP_B_Ural_Open_CDF/4positionȔEA Danglesp{@3initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}/4dataTypeObjectPositionInfo4sideEmptyflagsAttributes4ida typeCUP_B_S1203_Ambulance_CDFJ5positionMʞE ]@ʽDangles#?4initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Extract"]] call hull3_unit_fnc_init;}J5 dataTypeObjectPositionInfo5sideEmptyflagsAttributes6id typeCUP_B_Ural_ZU23_CDFatlOffset5CustomAttributes68position.9EAUDanglesM?6initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}6Attribute06nAttributes8propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value78data78singleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]8dataTypeLayernameSet DressingEntities8id atlOffset\E@ ODanglesP@NdisableSimulationNAttribute0NnAttributesXOpropertyallowDamageexpression_this allowdamage _value;Value$OXOdata4OXOsingleTypeBOOLvalueXOdataTypeObjectPositionInfoOsideEmptyflagsAttributes)Pid typeLand_ConcretePanels_01_single_FCustomAttributesGPPpositionJE@6DanglesP@)PdisableSimulationGPAttribute0oPnAttributesPpropertyallowDamageexpression_this allowdamage _value;ValuePPdataPPsingleTypeBOOLvaluePdataTypeObjectPositionInfoQsideEmptyflagsAttributesQid typeLand_ConcretePanels_01_single_FCustomAttributesQRpositionVE@DanglesP@QdisableSimulationQAttribute0 RnAttributesRpropertyallowDamageexpression_this allowdamage _value;ValueXRRdatahRRsingleTypeBOOLvalueRdataTypeObjectPositionInfoSsideEmptyflagsAttributesVSid typeLand_ConcretePanels_01_FCustomAttributestSTpositionEJ@ Dangles7"@VSdisableSimulationtSAttribute0SnAttributesTpropertyallowDamageexpression_this allowdamage _value;ValueSTdataSTsingleTypeBOOLvalueTdataTypeObjectPositionInfoTsideEmptyflagsAttributesTid typeLand_ConcretePanels_01_FCustomAttributesUUposition>E@=Dangles7"@TdisableSimulationUAttribute0/UnAttributesUpropertyallowDamageexpression_this allowdamage _value;Value~UUdataUUsingleTypeBOOLvalueUdataTypeObjectPositionInfoDVsideEmptyflagsAttributes|Vid typeLand_ConcretePanels_01_FCustomAttributesVEWpositionRxE@8Dangles7"@|VdisableSimulationVAttribute0VnAttributesEWpropertyallowDamageexpression_this allowdamage _value;ValueWEWdata!WEWsingleTypeBOOLvalueEWdataTypeObjectPositionInfoWsideEmptyflagsAttributesXid typeLand_ConcretePanels_01_FCustomAttributes-XXpositionE@Dangles7"@XdisableSimulation-XAttribute0UXnAttributesXpropertyallowDamageexpression_this allowdamage _value;ValueXXdataXXsingleTypeBOOLvalueXdataTypeObjectPositionInfojYsideEmptyflagsAttributesYid typeLand_ConcretePanels_01_FCustomAttributesYkZposition"Eп@}Dangles7"@YdisableSimulationYAttribute0YnAttributeskZpropertyallowDamageexpression_this allowdamage _value;Value7ZkZdataGZkZsingleTypeBOOLvaluekZdataTypeObjectPositionInfoZsideEmptyflagsAttributes5[id typeLand_ConcretePanels_01_FCustomAttributesS[[positionZE@Dangles7"@5[disableSimulationS[Attribute0{[nAttributes[propertyallowDamageexpression_this allowdamage _value;Value[[data[[singleTypeBOOLvalue[dataTypeObjectPositionInfo\sideEmptyflagsAttributes\id typeLand_ConcretePanels_01_FCustomAttributes\]positionWE@VDangles7"@\disableSimulation\Attribute0]nAttributes]propertyallowDamageexpression_this allowdamage _value;Value]]]datam]]singleTypeBOOLvalue]dataTypeObjectPositionInfo#^sideEmptyflagsAttributes[^id typeLand_ConcretePanels_01_FCustomAttributesy^$_position̞E@GDangles7"@[^disableSimulationy^Attribute0^nAttributes$_propertyallowDamageexpression_this allowdamage _value;Value^$_data_$_singleTypeBOOLvalue$_dataTypeObjectPositionInfo_sideEmptyflagsAttributes_id typeLand_ConcretePanels_01_FCustomAttributes ``position>E@bDangles7"@_disableSimulation `Attribute04`nAttributes`propertyallowDamageexpression_this allowdamage _value;Value``data``singleTypeBOOLvalue`dataTypeObjectPositionInfoIasideEmptyflagsAttributesaid typeLand_ConcretePanels_01_FCustomAttributesaJbpositionwE@ODangles7"@adisableSimulationaAttribute0anAttributesJbpropertyallowDamageexpression_this allowdamage _value;ValuebJbdata&bJbsingleTypeBOOLvalueJbdataTypeObjectPositionInfobsideEmptyflagsAttributescid typeLand_ConcretePanels_01_FCustomAttributes2ccpositiondE@ؿDangles7"@cdisableSimulation2cAttribute0ZcnAttributescpropertyallowDamageexpression_this allowdamage _value;ValueccdataccsingleTypeBOOLvaluecdataTypeObjectPositionInfoodsideEmptyflagsAttributesdid typeLand_ConcretePanels_01_FCustomAttributesdpepositionE@(Dangles7"@ddisableSimulationdAttribute0dnAttributespepropertyallowDamageexpression_this allowdamage _value;ValuevnAttributesvpropertyallowDamageexpression_this allowdamage _value;ValuevvdatavvsingleTypeBOOLvaluevdataTypeObjectPositionInfoSwsideEmptyflagsAttributeswid typeLand_ConcretePanels_01_FCustomAttributeswTxposition4=E@tDangles7"@wdisableSimulationwAttribute0wnAttributesTxpropertyallowDamageexpression_this allowdamage _value;Value xTxdata0xTxsingleTypeBOOLvalueTxdataTypeObjectPositionInfoxsideEmptyflagsAttributesyid typeLand_ConcretePanels_01_FCustomAttributesCustomAttributes?positionJSEADanglesv?!disableSimulation?Attribute0gnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedataƙsingleTypeBOOLvalue dataTypeObjectPositionInfosideEmptyflagsAttributesid- typeSign_1L_FirstaidatlOffset`N >CustomAttributesښposition>EtH@lDanglesPw?disableSimulationښAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueQdataasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyAttributesMid. typeLand_SignB_GovSignatlOffset A@CustomAttributeskpositionQEAyDangles=u?MdisableSimulationkAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvalue dataTypeObjectPositionInfosideEmptyflagsAttributesid, typeSign_1L_BorderatlOffset >CustomAttributespositioncEQV@-DanglesF}?disableSimulationAttribute0,nAttributespropertyallowDamageexpression_this allowdamage _value;Value{datasingleTypeBOOLvaluedataTypeObjectPositionInfo.sideEmptyflagsAttributesfid typeLand_ConcreteWall_01_l_4m_FpositionLE@,Dangles@fdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes;id typeLand_ConcreteWall_01_l_4m_FYposition˱E@ݿDangles@;disableSimulationYdataTypeObjectPositionInfoؠsideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_F.positionE@ Dangles@disableSimulation.dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_FpositionE7@xDangles^@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_FآpositiondXE@Dangles^@disableSimulationآdataTypeObjectPositionInfoWsideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_Fposition#$Eh@Dangles^@disableSimulationdataTypeObjectPositionInfo,sideEmptyflagsAttributesdid typeLand_ConcreteWall_01_l_8m_FpositionՌE8@h/Dangles^@ddisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes9id typeLand_ConcreteWall_01_l_8m_FWpositionE@Dangles^@9disableSimulationWdataTypeObjectPositionInfo֥sideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_F,positionK`E@!DanglesPt?disableSimulation,dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_FpositionE@DanglesPt?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_F֧positionE@ PDangles$@disableSimulation֧dataTypeObjectPositionInfoUsideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_8m_Fposition[E@~Dangles$@disableSimulationdataTypeObjectPositionInfo*sideEmptyflagsAttributesbid typeLand_ConcreteWall_01_l_8m_FpositionE@U~Dangles0@bdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes7id typeLand_ConcreteWall_01_l_8m_FUpositionF$E@iDangles@7disableSimulationUdataTypeObjectPositionInfoӪsideEmptyflagsAttributes id typeLand_ConcreteWall_01_l_d_F)position˞E@Dangles@ disableSimulation)dataTypeObjectPositionInfosideEmptyflagsAttributes߫id typeLand_ConcreteWall_01_l_d_FpositionCE @` Dangles'z?߫disableSimulationdataTypeObjectPositionInfo{sideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_d_FѬpositionEE@ODangles@disableSimulationѬdataTypeObjectPositionInfoOsideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_d_FpositionE[@}Danglesww?disableSimulationdataTypeObjectPositionInfo&sideEmptyflagsAttributes^id typeLand_ConcreteWall_01_l_pole_F|positionܞEZ @DanglesƂ@^disableSimulation|dataTypeObjectPositionInfosideEmptyflagsAttributes5id typeLand_ConcreteWall_01_l_pole_FSpositionݝEo@;Dangles@5disableSimulationSdataTypeObjectPositionInfoԯsideEmptyflagsAttributes id typeLand_ConcreteWall_01_l_pole_F*position;՞EF_@ԽDangles@ disableSimulation*dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_pole_Fposition@EF_@Dangles@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_pole_Fرposition$EF_@JDangles @disableSimulationرdataTypeObjectPositionInfoYsideEmptyflagsAttributesid typeLand_ConcreteWall_01_l_pole_FpositionEF_@cDangles=?disableSimulationdataTypeObjectPositionInfo1sideEmptyflagsAttributesiid typeFlagCarrierCDFatlOffsetZAoposition0E0AwDangles)@iodataTypeObjectPositionInfosideEmptyflagsAttributes#id! typeFlagCarrierCDFEnsign_EP1)positionE0A2Dangles*@#)dataTypeObjectPositionInfosideEmptyflagsAttributesid6 typeLand_SandbagBarricade_01_FCustomAttributespositionE$@iDanglesUQo?disableSimulationAttribute0;nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoWsideEmptyflagsAttributesid9 typeLand_SandbagBarricade_01_half_FCustomAttributesXpositionlžETh@/Dangles9x?disableSimulationAttribute0նnAttributesXpropertyallowDamageexpression_this allowdamage _value;Value$Xdata4XsingleTypeBOOLvalueXdataTypeObjectPositionInfosideEmptyflagsAttributes)id8 typeLand_SandbagBarricade_01_half_FCustomAttributesGpositionETh@#Dangles@)disableSimulationGAttribute0onAttributespropertyallowDamageexpression_this allowdamage _value;ValuedataθsingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesùid5 typeLand_SandbagBarricade_01_half_FCustomAttributesposition֞ETh@Y׿Danglescox?ùdisableSimulationAttribute0 nAttributespropertyallowDamageexpression_this allowdamage _value;ValueXdatahsingleTypeBOOLvaluedataTypeObjectPositionInfo%sideEmptyflagsAttributes]id7 typeLand_SandbagBarricade_01_hole_FCustomAttributes{&positionE)9@BDanglesWk?]disableSimulation{Attribute0nAttributes&propertyallowDamageexpression_this allowdamage _value;Value&data&singleTypeBOOLvalue& dataTypeObjectPositionInfo̼sideEmptyflagsAttributesid typeLand_HouseRuin_Big_01_half_FatlOffsetCustomAttributes"ͽpositionIE@ DanglesS\z?disableSimulation"Attribute0JnAttributesͽpropertyallowDamageexpression_this allowdamage _value;ValueͽdataͽsingleTypeBOOLvalueͽdataTypeObjectPositionInfo^sideEmptyflagsAttributesid typeLand_HouseRuin_Big_05_FCustomAttributes_position#EADangles@disableSimulationAttribute0ܾnAttributes_propertyallowDamageexpression_this allowdamage _value;Value+_data;_singleTypeBOOLvalue_dataTypeObjectPositionInfosideEmptyflagsAttributes)idz typeLand_HouseBlock_A1_ruinsCustomAttributesGpositionE @RDanglesS:3.w?)disableSimulationGAttribute0onAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid~ typeLand_HouseBlock_A1_1_ruinsCustomAttributespositionE@gzDangles@x@oE:disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueSdatacsingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesQid{ typeLand_HouseBlock_B1_ruinsCustomAttributesopositionE:/ADangles @QdisableSimulationoAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid| typeLand_HouseBlock_D1_ruinsCustomAttributesposition!EA.zDangles͞@disableSimulationAttribute0*nAttributespropertyallowDamageexpression_this allowdamage _value;ValueydatasingleTypeBOOLvaluedataTypeObjectPositionInfo?sideEmptyflagsAttributeswid} typeLand_HouseBlock_D1_ruinsCustomAttributes@position/EpAuDanglesi#@wdisableSimulationAttribute0nAttributes@propertyallowDamageexpression_this allowdamage _value;Value @data@singleTypeBOOLvalue@dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ruin_rubbleCustomAttributes position]iE@@rDanglesoE:@disableSimulation Attribute0HnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoUsideEmptyflagsAttributesid typeLand_ruin_rubbleCustomAttributesVpositionoE"@DanglesS:disableSimulationAttribute0nAttributesVpropertyallowDamageexpression_this allowdamage _value;Value"Vdata2VsingleTypeBOOLvalueVdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ruin_rubbleCustomAttributes6positionEl@,DanglesS:disableSimulation6Attribute0^nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoksideEmptyflagsAttributesid typeLand_ruin_rubbleCustomAttributeslposition{EG@Dangles8@!;disableSimulationAttribute0nAttributeslpropertyallowDamageexpression_this allowdamage _value;Value8ldataHlsingleTypeBOOLvalueldataTypeObjectPositionInfosideEmptyflagsAttributes"id typeLand_ShellCrater_02_debris_FCustomAttributes@position?E@D"disableSimulation@Attribute0hnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvalue dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_debris_FatlOffset5CustomAttributespositionE@Dangles?disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;Value^datansingleTypeBOOLvalue dataTypeObjectPositionInfo8sideEmptyflagsAttributespid typeLand_ShellCrater_02_debris_FatlOffsetCustomAttributes9positiont E;@Dangles@!@pdisableSimulationAttribute0nAttributes9propertyallowDamageexpression_this allowdamage _value;Value9data9singleTypeBOOLvalue9dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_debris_FCustomAttributes positionIE@# DdisableSimulation Attribute05nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvalue dataTypeObjectPositionInfo^sideEmptyflagsAttributes~id typeLand_ShellCrater_02_debris_FatlOffsetCustomAttributesGposition3E@yD~disableSimulationAttribute0nAttributesGpropertyallowDamageexpression_this allowdamage _value;ValueGdata#GsingleTypeBOOLvalueG dataTypeObjectPositionInfosideEmptyflagsAttributes%id typeLand_ShellCrater_02_debris_FatlOffset5CustomAttributesCposition;E ADanglesVټ@=%disableSimulationCAttribute0knAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributeslposition\=E@MDdisableSimulationAttribute0nAttributeslpropertyallowDamageexpression_this allowdamage _value;Value8ldataHlsingleTypeBOOLvalueldataTypeObjectPositionInfosideEmptyflagsAttributes9id typeLand_ShellCrater_02_decal_FCustomAttributesWpositionE׿@FDanglesS:?9disableSimulationWAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributesposition[/E&@DanglesF@disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueddatatsingleTypeBOOLvaluedataTypeObjectPositionInfo-sideEmptyflagsAttributesMid typeLand_ShellCrater_02_decal_FCustomAttributeskpositionzdE@~DMdisableSimulationkAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributespositionဝE@MEDdisableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;Value`datapsingleTypeBOOLvaluedataTypeObjectPositionInfo)sideEmptyflagsAttributesIid typeLand_ShellCrater_02_decal_FCustomAttributesgposition[E@“DIdisableSimulationgAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributespositionGE@04DanglesoE:?@disableSimulationAttribute0%nAttributespropertyallowDamageexpression_this allowdamage _value;ValuetdatasingleTypeBOOLvaluedataTypeObjectPositionInfo=sideEmptyflagsAttributes]id typeLand_ShellCrater_02_decal_FCustomAttributes{&positionnE@RD]disableSimulation{Attribute0nAttributes&propertyallowDamageexpression_this allowdamage _value;Value&data&singleTypeBOOLvalue&dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributespositionѠE@DdisableSimulationAttribute0!nAttributespropertyallowDamageexpression_this allowdamage _value;ValuepdatasingleTypeBOOLvaluedataTypeObjectPositionInfo9sideEmptyflagsAttributesqid typeLand_ShellCrater_02_decal_FCustomAttributes:position"EiADanglesVټ@,]?j=qdisableSimulationAttribute0nAttributes:propertyallowDamageexpression_this allowdamage _value;Value:data:singleTypeBOOLvalue:dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributes%positionE@DanglesoE:@disableSimulation%Attribute0MnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoesideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributesNposition[E@cDdisableSimulationAttribute0nAttributesNpropertyallowDamageexpression_this allowdamage _value;ValueNdata*NsingleTypeBOOLvalueNdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributes!positionE@DdisableSimulation!Attribute0InAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoasideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributesbpositionvEu@οDanglesnZ<5@disableSimulationAttribute0nAttributesbpropertyallowDamageexpression_this allowdamage _value;Value.bdata>bsingleTypeBOOLvaluebdataTypeObjectPositionInfosideEmptyflagsAttributes/id typeLand_ShellCrater_02_decal_FCustomAttributesMposition-Eb@Dangles<V@/disableSimulationMAttribute0unAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributespositionE@}Dangles<V@disableSimulationAttribute0 nAttributespropertyallowDamageexpression_this allowdamage _value;ValueZdatajsingleTypeBOOLvaluedataTypeObjectPositionInfo#sideEmptyflagsAttributes[id typeLand_ShellCrater_02_decal_FCustomAttributesy$positionEq@Dangles8@E@[disableSimulationyAttribute0nAttributes$propertyallowDamageexpression_this allowdamage _value;Value$data$singleTypeBOOLvalue$dataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributespositionE2@)Dangles@/@disableSimulationAttribute07nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoOsideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributesPpositionyE$@0Dangles@/@disableSimulationAttribute0nAttributesPpropertyallowDamageexpression_this allowdamage _value;ValuePdata,PsingleTypeBOOLvaluePdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributes;positionoE8@~DanglesS:disableSimulation;Attribute0cnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfo{sideEmptyflagsAttributesid typeLand_ShellCrater_02_decal_FCustomAttributes|position՜E~D@DanglesF@disableSimulationAttribute0nAttributes|propertyallowDamageexpression_this allowdamage _value;ValueH|dataX|singleTypeBOOLvalue|dataTypeObjectPositionInfosideEmptyflagsAttributesIid typeLand_ShellCrater_02_decal_FCustomAttributesgpositionP՜E4E@XDanglesF@IdisableSimulationgAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_extralarge_FCustomAttributespositionzEt@gDdisableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueadataqsingleTypeBOOLvaluedataTypeObjectPositionInfo/sideEmptyflagsAttributesOid typeLand_ShellCrater_02_extralarge_FCustomAttributesmpositionEt@qDOdisableSimulationmAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_extralarge_FCustomAttributespositionZEJ\@ZDangles<V@disableSimulationAttribute00nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoMsideEmptyflagsAttributesid typeLand_ShellCrater_02_extralarge_FCustomAttributesNposition,Eם@{Dangles@/@disableSimulationAttribute0nAttributesNpropertyallowDamageexpression_this allowdamage _value;ValueNdata*NsingleTypeBOOLvalueNdataTypeObjectPositionInfosideEmptyflagsAttributes id typeLand_ShellCrater_02_extralarge_FCustomAttributes>positionϜE=@5DanglesF@ disableSimulation>Attribute0fnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfo~sideEmptyflagsAttributesid typeLand_ShellCrater_02_small_FCustomAttributespositionlE@FDanglesS:o@disableSimulationAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValueKdata[singleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesLid typeLand_ShellCrater_02_small_FCustomAttributesjpositionO/EF@DanglesF@ @LdisableSimulationjAttribute0nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_small_FCustomAttributesposition HEܨ@q4DanglesoE:o@@disableSimulationAttribute0(nAttributespropertyallowDamageexpression_this allowdamage _value;ValuewdatasingleTypeBOOLvaluedataTypeObjectPositionInfo@sideEmptyflagsAttributesxid typeLand_ShellCrater_02_small_FCustomAttributesApositionxnE@Dangles @xdisableSimulationAttribute0nAttributesApropertyallowDamageexpression_this allowdamage _value;Value AdataAsingleTypeBOOLvalueAdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_ShellCrater_02_small_FCustomAttributes,positionѠE@SDangles @disableSimulation,Attribute0TnAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfol sideEmptyflagsAttributes id typeLand_ShellCrater_02_small_FCustomAttributes m positionEMAĊDanglesVټ@:@j= disableSimulation Attribute0 nAttributesm propertyallowDamageexpression_this allowdamage _value;Value9 m dataI m singleTypeBOOLvaluem  dataTypeObjectPositionInfo sideEmptyflagsAttributesH id typeLand_HouseRuin_Small_01_FatlOffsetCustomAttributesf  position؝EADangles\@H disableSimulationf Attribute0 nAttributes propertyallowDamageexpression_this allowdamage _value;Value  data  singleTypeBOOLvalue dataTypeObjectPositionInfo sideEmptyflagsAttributes id typeLand_HouseRuin_Small_04_FCustomAttributes  position!E@17DanglesI@ disableSimulation Attribute0" nAttributes propertyallowDamageexpression_this allowdamage _value;Valueq  data  singleTypeBOOLvalue dataTypeObjectPositionInfo)sideEmptyflagsAttributesaid typeCraterLongCustomAttributes*positionIE^AGDangless@?e@adisableSimulationAttribute0nAttributes*propertyallowDamageexpression_this allowdamage _value;Value*data*singleTypeBOOLvalue*dataTypeObjectPositionInfosideEmptyflagsAttributesid typeCraterLongCustomAttributesposition"E]ABcDangless@?e@disableSimulationAttribute0,nAttributespropertyallowDamageexpression_this allowdamage _value;Value{datasingleTypeBOOLvaluedataTypeObjectPositionInfo3sideEmptyflagsAttributeskid typeCraterLongCustomAttributes4positionEˑAլDanglesb@?.\@kdisableSimulationAttribute0nAttributes4propertyallowDamageexpression_this allowdamage _value;Value4data4singleTypeBOOLvalue4dataTypeObjectPositionInfosideEmptyflagsAttributesid typeCraterLongCustomAttributesposition*E:ADangles_@?@disableSimulationAttribute06nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvalue dataTypeObjectPositionInfoKsideEmptyflagsAttributesid typeMi8WreckatlOffsetȫ<CustomAttributesLpositionc+E51A<{Dangless@p@v@disableSimulationAttribute0nAttributesLpropertyallowDamageexpression_this allowdamage _value;ValueLdata(LsingleTypeBOOLvalueLdataTypeObjectPositionInfosideEmptyflagsAttributesid typeGraveCustomAttributes!position5E lADangles@Sם@@disableSimulation!Attribute0InAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvaluedataTypeObjectPositionInfoKsideEmptyflagsAttributesid typeGraveCustomAttributesLposition EtmADangles@Sם@@disableSimulationAttribute0nAttributesLpropertyallowDamageexpression_this allowdamage _value;ValueLdata(LsingleTypeBOOLvalueLdataTypeObjectPositionInfosideEmptyflagsAttributesid typeGraveCustomAttributes!position8EemADangles@Sם@@disableSimulation!Attribute0InAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatasingleTypeBOOLvalue dataTypeObjectPositionInfoqsideEmptyflagsAttributesid typeLand_ClutterCutter_medium_FatlOffset>CustomAttributesposition*EECKE(Attribute0-)Attribute1)Attribute2t*Attribute3 +nAttributes+propertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Value))data))singleTypeSTRINGvalue#adminLogged)propertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];Value>*t*dataN*t*singleTypeSCALARvaluet*propertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];Value* +data* +singleTypeSTRINGvalue +propertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Valuew++data++singleTypeSCALARvalue@@+ dataTypeLogicPositionInfoc,areaSizexA?5AareaIsRectangleflagsidw typeModuleHideTerrainObjects_FatlOffset#CustomAttributes,-position7E@ Danglest!@H-;,Attribute0,Attribute1_-nAttributes-property#filterexpression_this setVariable ["#filter",_value]Value)-_-data9-_-singleTypeSCALARvaluepA_-property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value--data--singleTypeBOOLvalue-dataTypeLogicPositionInfo.areaSize@?flagside typeModuleHideTerrainObjects_FCustomAttributes.0positionغEC@"QDanglesM?.Attribute0.Attribute1/nAttributes0property#filterexpression_this setVariable ["#filter",_value]ValueI//dataY//singleTypeSCALARvaluePA/property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value/0data/0singleTypeBOOLvalue0 dataTypeLogicPositionInfo0areaSizeMA4AareaIsRectangleflagsidg typeModuleHideTerrainObjects_FatlOffset`eCustomAttributes1Y2positionE w@DanglesA@I:1Attribute091Attribute11nAttributesY2property#filterexpression_this setVariable ["#filter",_value]Value11data11singleTypeSCALARvalue@@1property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value%2Y2data52Y2singleTypeBOOLvalueY2dataTypeLogicPositionInfo2areaSize^A`,@flagsidh typeModuleHideTerrainObjects_FatlOffsetrCustomAttributes134positionE@qDanglesS:M?13Attribute0i3Attribute13nAttributes4property#filterexpression_this setVariable ["#filter",_value]Value33data33singleTypeSCALARvaluePA3property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueU44datae44singleTypeBOOLvalue4dataTypeLogicPositionInfo5areaSizeA,8@flagsidi typeModuleHideTerrainObjects_FCustomAttributesQ56position@E@%Dangles@Q5Attribute05Attribute16nAttributes6property#filterexpression_this setVariable ["#filter",_value]Value56data56singleTypeSCALARvaluePA6property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Valueu66data66singleTypeBOOLvalue6dataTypeLogicPositionInfoO7areaSizeAAareaIsRectangleflagsidj typeModuleHideTerrainObjects_FCustomAttributes78positionoE@h̼Dangles2@7Attribute07Attribute1K8nAttributes8property#filterexpression_this setVariable ["#filter",_value]Value8K8data%8K8singleTypeSCALARvaluepAK8property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value88data88singleTypeBOOLvalue8 dataTypeLogicPositionInfo9areaSize@ 0BwAareaIsRectangleflagsid typeModuleHideTerrainObjects_FatlOffset?>CustomAttributes9%;positionFDA Eangleso@t!@t5@9Attribute0:Attribute1:nAttributes%;property#filterexpression_this setVariable ["#filter",_value]Value[::datak::singleTypeSCALARvaluepA:property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value:%;data;%;singleTypeBOOLvalue%;dataTypeLogicPositionInfo;id typeModuleEffectsFire_FatlOffset09CustomAttributes;#Dposition+QEmADDanglesc@-=; Attribute0<Attribute1C=Attribute2=Attribute3>Attribute4]?Attribute5@Attribute6@Attribute7WAAttribute8BAttribute9BAttribute10qCnAttributes #DpropertyModuleEffectsFire_F_ColorBlueexpression_this setVariable ['ColorBlue',_value,true];Value =C=data=C=singleTypeSCALARvalue?C=propertyModuleEffectsFire_F_ParticleDensityexpression_this setVariable ['ParticleDensity',_value,true];Value==data==singleTypeSCALARvalueA=propertyModuleEffectsFire_F_ParticleLifeTimeexpression_this setVariable ['ParticleLifeTime',_value,true];Value{>>data>>singleTypeSCALARvalue?>propertyModuleEffectsFire_F_FireDamageexpression_this setVariable ['FireDamage',_value,true];Value'?]?data7?]?singleTypeSCALARvalue]?propertyModuleEffectsFire_F_Timeoutexpression_this setVariable ['Timeout',_value,true];Value?@data?@singleTypeSCALARvalue@propertyModuleEffectsFire_F_ColorGreenexpression_this setVariable ['ColorGreen',_value,true];Valuey@@data@@singleTypeSCALARvalue?@propertyModuleEffectsFire_F_ColorRedexpression_this setVariable ['ColorRed',_value,true];Value!AWAdata1AWAsingleTypeSCALARvalue?WApropertyModuleEffectsFire_F_ParticleOrientationexpression_this setVariable ['ParticleOrientation',_value,true];ValueABdataABsingleTypeSCALARvalueBpropertyModuleEffectsFire_F_EffectSizeexpression_this setVariable ['EffectSize',_value,true];ValueBBdataBBsingleTypeSCALARvalue@BpropertyModuleEffectsFire_F_ParticleSizeexpression_this setVariable ['ParticleSize',_value,true];Value;CqCdataKCqCsingleTypeSCALARvalue?qCpropertyModuleEffectsFire_F_ParticleSpeedexpression_this setVariable ['ParticleSpeed',_value,true];ValueC#DdataC#DsingleTypeSCALARvalue?#DdataTypeLogicPositionInfoDid typeModuleEffectsSmoke_FCustomAttributesDNpositionHCEA TDanglesD@S@DAttribute0EAttribute1cFAttribute2GAttribute3GAttribute4rHAttribute5IAttribute6IAttribute7mJAttribute8$KAttribute9KAttribute10~LAttribute111MAttribute12MnAttributes NpropertyModuleEffectsSmoke_F_ParticleLifeTimeexpression_this setVariable ['ParticleLifeTime',_value,true];Value-FcFdata=FcFsingleTypeSCALARvalueHBcFpropertyModuleEffectsSmoke_F_ParticleLiftingexpression_this setVariable ['ParticleLifting',_value,true];ValueFGdataFGsingleTypeSCALARvalue?GpropertyModuleEffectsSmoke_F_ColorAlphaexpression_this setVariable ['ColorAlpha',_value,true];ValueGGdataGGsingleTypeSCALARvalue?GpropertyModuleEffectsSmoke_F_ColorBlueexpression_this setVariable ['ColorBlue',_value,true];Value typeB_crew_FCustomAttributes2UlVpositionDiB EanglesVP@@Tskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - APC 1 Driver [JIP Extract]@APC 1isPlayable2UAttribute0jUAttribute1UnAttributeslVpropertyspeakerexpression_this setspeaker _value;ValueUUdataUUsingleTypeSTRINGvalueMale06ENGUpropertypitchexpression_this setpitch _value;Value6VlVdataFVlVsingleTypeSCALARvalueG?lVdataTypeObjectPositionInfoVsideWestflagsAttributes%Wid? typeB_crew_FCustomAttributesW Yposition!DbEB Eangles?@VP@@%Wskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - APC 1 Gunner [JIP Extract]@APC 1isPlayableWAttribute0 XAttribute1XnAttributes Ypropertyspeakerexpression_this setspeaker _value;ValueTXXdatadXXsingleTypeSTRINGvalueMale05ENGXpropertypitchexpression_this setpitch _value;ValueX YdataX YsingleTypeSCALARvalueQx? YformationDIAMOND&YdataTypeGroupsideWestEntitiespYAttributesaid@ aitemsItem0YItem1\Item2)_adataTypeObjectPositionInfo$ZsideWestflagsAttributes\ZidA typeB_crew_FCustomAttributesO[\position10D)A%t Eangles?@Q@b5@\Zskill?rankSERGEANTinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "APC2", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionCDF - APC 2 Commander (BTR-80A) [JIP Extract]@APC 2isPlayableO[Attribute0[Attribute1 \nAttributes\propertyspeakerexpression_this setspeaker _value;Value[ \data[ \singleTypeSTRINGvalueMale02ENG \propertypitchexpression_this setpitch _value;ValueS\\datac\\singleTypeSCALARvalueu?\dataTypeObjectPositionInfo ]sideWestflagsAttributesB]idB typeB_crew_FCustomAttributes])_positionDA Eangles?@Q@b5@B]skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - APC 2 Driver [JIP Extract]@APC 2isPlayable]Attribute0'^Attribute1^nAttributes)_propertyspeakerexpression_this setspeaker _value;Valueq^^data^^singleTypeSTRINGvalueMale07ENG^propertypitchexpression_this setpitch _value;Value^)_data_)_singleTypeSCALARvalue ׃?)_ dataTypeObjectPositionInfo_sideWestflagsAttributes_idC typeB_crew_FatlOffsetCustomAttributes`apositionNDAi Eangles\@Q@EV@_skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - APC 2 Gunner [JIP Extract]@APC 2isPlayable`Attribute0`Attribute1]anAttributesapropertyspeakerexpression_this setspeaker _value;Value!a]adata1a]asingleTypeSTRINGvalueMale01ENG]apropertypitchexpression_this setpitch _value;ValueaadataaasingleTypeSCALARvalue33s?aformationDIAMONDadataTypeGroupsideWestEntities=bAttributesjidD jitemsItem0pbItem1UeItem2gjdataTypeObjectPositionInfobsideWestflagsAttributes)cidE typeB_crew_FCustomAttributesdUepositionwDrAi Eangles}@ M@@)cskill?rankSERGEANTinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "TNK1", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionCDF - Tank 1 Commander (T-72) [JIP Extract]@Tank 1isPlayabledAttribute0SdAttribute1dnAttributesUepropertyspeakerexpression_this setspeaker _value;ValuedddataddsingleTypeSTRINGvalueMale01ENGdpropertypitchexpression_this setpitch _value;ValueeUedata/eUesingleTypeSCALARvalue ׃?UedataTypeObjectPositionInfoesideWestflagsAttributesfidF typeB_crew_FCustomAttributesfgpositionD1AL Eangles@ M@EV@fskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Tank 1 Driver [JIP Extract]@Tank 1isPlayablefAttribute0fAttribute1{gnAttributesgpropertyspeakerexpression_this setspeaker _value;Value?g{gdataOg{gsingleTypeSTRINGvalueMale05ENG{gpropertypitchexpression_this setpitch _value;ValueggdataggsingleTypeSCALARvalue ׃?gdataTypeObjectPositionInfoxhsideWestflagsAttributeshidG typeB_crew_FCustomAttributes_ijposition3'DAN Eangles}@ M@@hskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - Tank 1 Gunner [JIP Extract]@Tank 1isPlayable_iAttribute0iAttribute1jnAttributesjpropertyspeakerexpression_this setspeaker _value;ValueijdataijsingleTypeSTRINGvalueMale06ENGjpropertypitchexpression_this setpitch _value;ValuecjjdatasjjsingleTypeSCALARvaluep}?jformationDIAMONDjdataTypeGroupsideWestEntities kAttributessidH atlOffset6sitemsItem0@kItem15nItem2ps dataTypeObjectPositionInfoksideWestflagsAttributes lidI typeB_crew_FatlOffset6CustomAttributesl5nposition#kDjAV Eangles@*3@@ lskill?rankSERGEANTinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "TNK2", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionCDF - Tank 2 Commander (T-72) [JIP Extract]@Tank 2isPlayablelAttribute03mAttribute1mnAttributes5npropertyspeakerexpression_this setspeaker _value;Value}mmdatammsingleTypeSTRINGvalueMale07ENGmpropertypitchexpression_this setpitch _value;Valuem5ndatan5nsingleTypeSCALARvalueQx?5n dataTypeObjectPositionInfonsideWestflagsAttributesnidJ typeB_crew_FatlOffset6CustomAttributesopposition DAw Eangles@*3@@nskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Tank 2 Driver [JIP Extract]@Tank 2isPlayableoAttribute0oAttribute1kpnAttributesppropertyspeakerexpression_this setspeaker _value;Value/pkpdata?pkpsingleTypeSTRINGvalueMale06ENGkppropertypitchexpression_this setpitch _value;ValueppdatappsingleTypeSCALARvalueHz?pdataTypeObjectPositionInfohqsideWestflagsAttributesqidK typeB_crew_FCustomAttributesOrspositionqDPA^ Eanglese@@*3@|@qskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - Tank 2 Gunner [JIP Extract]@Tank 2isPlayableOrAttribute0rAttribute1 snAttributesspropertyspeakerexpression_this setspeaker _value;Valuer sdatar ssingleTypeSTRINGvalueMale11ENG spropertypitchexpression_this setpitch _value;ValueSssdatacsssingleTypeSCALARvalueG?sformationDIAMONDsdataTypeGroupsideWestEntitiessAttributesyidL atlOffset6yitemsItem0%tItem1wy dataTypeObjectPositionInfotsideWestflagsAttributestidM typeB_Helipilot_FatlOffset6CustomAttributesuwpositiondD4B. Eangles^@>@tskill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - TH 1 Pilot (Mi-17) [JIP Extract]@TH 1isPlayableuAttribute0vAttribute1vnAttributeswpropertyspeakerexpression_this setspeaker _value;ValueXvvdatahvvsingleTypeSTRINGvalueMale07ENGvpropertypitchexpression_this setpitch _value;ValuevwdatavwsingleTypeSCALARvalueQx?wdataTypeObjectPositionInfowsideWestflagsAttributeswidN typeB_helicrew_FCustomAttributesyxypositionDBZEangles@>F@wskill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionCDF - TH 1 Crewman [JIP Extract]@TH 1isPlayableyxAttribute0xAttribute17ynAttributesypropertyspeakerexpression_this setspeaker _value;Valuex7ydata y7ysingleTypeSTRINGvalueMale01ENG7ypropertypitchexpression_this setpitch _value;Value}yydatayysingleTypeSCALARvalue33s?yformationDIAMONDydataTypeGroupsideWestEntitieszAttributesidO itemsItem0?zItem1}dataTypeObjectPositionInfozsideWestflagsAttributeszidP typeB_Helipilot_FCustomAttributes{}position DnAAEangles\@Ⱥ@BK@zskill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - TH 2 Pilot (Mi-17) [JIP Extract]@TH 2isPlayable{Attribute0|Attribute1|nAttributes}propertyspeakerexpression_this setspeaker _value;Valueb||datar||singleTypeSTRINGvalueMale04ENG|propertypitchexpression_this setpitch _value;Value|}data|}singleTypeSCALARvalue?}dataTypeObjectPositionInfo}sideWestflagsAttributes}idQ typeB_helicrew_FCustomAttributes~position]DVAEangles@Ⱥ@BK@}skill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionCDF - TH 2 Crewman [JIP Extract]@TH 2isPlayable~Attribute0~Attribute1AnAttributespropertyspeakerexpression_this setspeaker _value;ValueAdataAsingleTypeSTRINGvalueMale08ENGApropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue?formationDIAMONDdataTypeGroupsideWestEntities!AttributesidR itemsItem0IItem1"dataTypeObjectPositionInfoˀsideWestflagsAttributesidS typeB_Pilot_FCustomAttributes"positionݘD_A< Eangles@@@skill?rankLIEUTENANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - AH 1 Pilot (Mi-24) [JIP Extract]@AH 1isPlayableAttribute0 Attribute1nAttributes"propertyspeakerexpression_this setspeaker _value;ValuejdatazsingleTypeSTRINGvalueMale12ENGpropertypitchexpression_this setpitch _value;Value"data"singleTypeSCALARvalue ׃?" dataTypeObjectPositionInfosideWestflagsAttributesidT typeB_Pilot_FatlOffset6CustomAttributespositionJD'A& Eangles@@ґ@skill?rankLIEUTENANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionCDF - AH 1 Gunner [JIP Extract]@AH 1isPlayableAttribute0Attribute1fnAttributespropertyspeakerexpression_this setspeaker _value;Value*fdata:fsingleTypeSTRINGvalueMale04ENGfpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalueQx?formationDIAMONDdataTypeGroupsideWestEntitiesFAttributesidU itemsItem0nItem1GdataTypeObjectPositionInfosideWestflagsAttributes(idV typeB_Pilot_FCustomAttributes GpositionDqA Eangles}@xX@@(skill?rankLIEUTENANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - AH 2 Pilot (Mi-24) [JIP Extract]@AH 2isPlayable Attribute0EAttribute1ˈnAttributesGpropertyspeakerexpression_this setspeaker _value;ValueˈdataˈsingleTypeSTRINGvalueMale10ENGˈpropertypitchexpression_this setpitch _value;ValueGdata!GsingleTypeSCALARvalue\?GdataTypeObjectPositionInfoɉsideWestflagsAttributesidW typeB_Pilot_FCustomAttributespositionJ0DNA Eangles;xX@@skill?rankLIEUTENANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionCDF - AH 2 Gunner [JIP Extract]@AH 2isPlayableAttribute0Attribute1{nAttributespropertyspeakerexpression_this setspeaker _value;Value?{dataO{singleTypeSTRINGvalueMale03ENG{propertypitchexpression_this setpitch _value;ValuedataыsingleTypeSCALARvalueHz?formationDIAMONDLinkIDProvider6LinksI#nextID"I#items"Item0Item16Item2Item3ЎItem4Item5jItem6Item7Item8QItem9Item10Item118Item12Item13ґItem14Item15lItem16Item17Item18SItem19Item20Item21:Item22Item23ԔItem24!Item25nItem26Item27Item28UItem29Item30Item31<Item32Item33֗#linkIDitem0Sitem1PCustomData$6typeSync6linkIDitem0nitem1mCustomDataqtypeSynclinkIDitem0Qitem1PCustomDataЎtypeSyncЎlinkIDitem0item1CustomData typeSynclinkIDitem0.item1-CustomDataXjtypeSyncjlinkIDitem04item13CustomDatatypeSynclinkIDitem0>item1=CustomDatatypeSynclinkIDitem0_item1]CustomData?QtypeSyncQlinkIDitem0bitem1]CustomDatatypeSynclinkID item0eitem1cCustomDataِtypeSynclinkID item0fitem1cCustomData&8typeSync8linkID item0Titem1SCustomDatastypeSynclinkID item0Zitem1YCustomDataґtypeSyncґlinkID item0`item1_CustomData typeSynclinkIDitem0fitem1eCustomDataZltypeSyncllinkIDitem0litem1kCustomDatatypeSynclinkIDitem0ritem1qCustomDatatypeSynclinkIDitem0item1CustomDataAStypeSyncSlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataۓtypeSynclinkIDitem0item1CustomData(:typeSync:linkIDitem0item1CustomDatautypeSynclinkIDitem0item1CustomData”ԔtypeSyncԔlinkIDitem0item1CustomData!typeSync!linkIDitem0 item1 CustomData\ntypeSyncnlinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDataCUtypeSyncUlinkIDitem0/ item1( CustomDatatypeSynclinkIDitem00 item1% CustomDataݖtypeSynclinkIDitem08 item1/ CustomData*<typeSync<linkIDitem06 item1/ CustomDatawtypeSynclinkID item04 item1/ CustomDataė֗typeSync֗linkID!item02 item1/ CustomData#typeSync#class Plank { isEnabled = 1; fortifications[] = { // Action text | Classname | Distance | Direction | Direction Range | Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker (Large)", "Land_fortified_nest_big", 8.5, 180, 60, ""}, {"Bunker (Small)", "Land_fortified_nest_small", 6, 180, 360, ""}, {"Wide Sandbag fence", "Land_BagFence_Long_F", 3, 0, 360, ""}, {"Wide Sandbag fence (Round)", "Land_BagFence_Round_F", 3, 0, 360, ""}, {"Sandbag fence", "Land_BagFence_Short_F", 3, 0, 360, ""}, {"Rampart", "Land_fort_rampart", 10, 180, 360, ""}, {"Ammobox HMG", "CUP_USLaunchersBox", 6, 0, 360, "_this call ark_fnc_di_fillMMGAmmobox;"}, {"Ammobox", "CUP_USSpecialWeaponsBox", 3, 0, 360, "_this call ark_fnc_di_fillSLAmmobox;"}, {"Six Pounder", "fow_w_6Pounder_uk", 4, 0, 360, ""} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];rX3;H