mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
class BAF_Merlin_HC3_D;
|
||||
class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
|
||||
scope = public;
|
||||
displayName = $STR_VEH_NAME_AW101;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
magazines[] = {"120Rnd_CMFlareMagazine"};
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
@@ -8,8 +11,10 @@ class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
|
||||
commanderCanSee = 2+16+32;
|
||||
gunnerCanSee = 2+16+32;
|
||||
driverCanSee = 2+16+32;
|
||||
transportMaxWeapons = 15;
|
||||
transportMaxMagazines = 150;
|
||||
transportmaxbackpacks = 5;
|
||||
transportMaxWeapons = 20;
|
||||
transportMaxMagazines = 160;
|
||||
transportmaxbackpacks = 6;
|
||||
fuelCapacity = 3222;
|
||||
};
|
||||
radartype = 0;
|
||||
supplyRadius = 1.3;
|
||||
};
|
||||
Reference in New Issue
Block a user