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:
A Man
2020-01-24 11:00:00 +01:00
parent 37100076de
commit 06b788a10b
19 changed files with 530 additions and 547 deletions

View File

@@ -17,21 +17,26 @@ class UH1H_base: Helicopter
class UH1H_DZ: UH1H_base
{
displayname = $STR_VEH_NAME_UH1H_WOODLAND;
vehicleClass = "DayZ Epoch Vehicles";
scope = public;
side = 2;
crew = "";
model = "dayz_vehicles\helicopters\huey\huey.p3d";
typicalCargo[] = {};
hiddenSelections[] = {};
class TransportMagazines{};
class TransportWeapons{};
weapons[] = {"CMFlareLauncher"};
magazines[] = {"120Rnd_CMFlareMagazine"};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 5;
transportMaxMagazines = 25;
transportmaxbackpacks = 4;
fuelCapacity = 1333;
transportMaxWeapons = 15;
transportMaxMagazines = 80;
transportmaxbackpacks = 6;
fuelCapacity = 1333;
radartype = 0;
supplyRadius = 1.3;
class Turrets : Turrets
{
class MainTurret : MainTurret