mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-22 16:10:49 +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:
@@ -1,20 +1,20 @@
|
||||
class Category_517 {
|
||||
class GNT_C185U {
|
||||
class GNT_C185U_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GNT_C185 {
|
||||
class GNT_C185_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GNT_C185R {
|
||||
class GNT_C185R_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
};
|
||||
class GNT_C185C {
|
||||
class GNT_C185C_DZ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {4,"ItemGoldBar10oz"};
|
||||
sell[] = {2,"ItemGoldBar10oz"};
|
||||
|
||||
Reference in New Issue
Block a user