mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Adding many new vehicles to configs (#1746)
* Adding display name for UH60M_MEV_EP1_DZ * Adding 6 new Mi17 variants to config Armed: Mi17_TK_EP1 Mi17_UN_CDF_EP1 Mi17_CDF Unarmed: Mi17_medevac_CDF Mi17_medevac_Ins Mi17_medevac_RU * Adding new line for Cessna.hpp * Adding Cessna to the configs That removes the radar function from the cessans. * Adding 1 new An2 version to the config * Adding 2 more HMMWVs to the config Ive lowered the maxspeed from the HMMVW_DZ because all HMMWVs have a maxspeed of 100. New classes: HMMWV_Armored HMMWV_M2 * Adding BRDM2 to configs * Adding line for BRDM2_DZ.hpp * Update after comments * Update again * Update BRDM2_DZ.hpp * Update HMMWV.hpp * Update HMMWV.hpp 80 is the same as the other high tier armored HMMWV above. 40 is the same as the low tier ones. * Update HMMWV.hpp * Update HMMWV.hpp * Update BRDM2_DZ.hpp * Update HMMWV.hpp * Update CHANGE LOG 1.0.6.txt * Update UH60.hpp * Update Cessna_DZ.hpp * Update Cessna_DZ.hpp * Update NeutralAirplanes.hpp * Update MI17.hpp * Update AN2_DZ.hpp
This commit is contained in:
@@ -554,6 +554,8 @@ class UH60M_EP1_DZE: UH60M_US_base_EP1 {
|
||||
// Unarmed medevac
|
||||
class UH60M_MEV_EP1;
|
||||
class UH60M_MEV_EP1_DZ : UH60M_MEV_EP1 {
|
||||
displayname = "UH-60M MedEvac";
|
||||
displaynameshort = "UH-60M MedEvac";
|
||||
scope = public;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
@@ -563,7 +565,6 @@ class UH60M_MEV_EP1_DZ : UH60M_MEV_EP1 {
|
||||
transportMaxWeapons = 10;
|
||||
transportMaxMagazines = 100;
|
||||
transportMaxBackpacks = 5;
|
||||
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
accuracy = 0.5;
|
||||
@@ -575,4 +576,4 @@ class UH60M_MEV_EP1_DZ : UH60M_MEV_EP1 {
|
||||
fuelCapacity = 2000;
|
||||
class TransportMagazines{};
|
||||
class TransportWeapons{};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user