Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MH6J_DZ.hpp
A Man 06b788a10b Helicopter overhaul
This commit updates all helicopter.
-	Flares for all helis excluding the mozzie
-	Complete gear rework
-	Helis added to “DayZ Epoch Vehicles” for the editor
-	Remove radar and and radar checks
-	Correct fuel capacity for some models
-	Add Ka60 and AW159 Wildcat as epoch versions with PKT and M240 only
-	Update trader prices and add new helis
2020-01-24 11:00:00 +01:00

25 lines
589 B
C++

class MH6J_EP1;
class MH6J_DZ: MH6J_EP1
{
scope = public;
crew = "";
enablemanualfire = 0;
typicalCargo[] = {};
displayname = $STR_VEH_NAME_MH6J;
vehicleClass = "DayZ Epoch Vehicles";
radartype = 0;
class TransportMagazines{};
class TransportWeapons{};
weapons[] = {"CMFlareLauncher"};
magazines[] = {"60Rnd_CMFlareMagazine","60Rnd_CMFlareMagazine"};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 10;
transportMaxMagazines = 40;
transportmaxbackpacks = 4;
fuelCapacity = 242;
class Turrets {};
supplyRadius = 1.3;
};