mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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
25 lines
589 B
C++
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;
|
|
};
|