mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add 3 new CH-47 Chinook skins
Thx @SyNcRoNiCzZ This also corrects the maxmagazines from the CH53 and the CH47. Ive overwrote my own changes.
This commit is contained in:
@@ -37,6 +37,7 @@ Included Custom Addons
|
||||
* Retextured German KSK Units by Brainbug - http://www.armaholic.com/page.php?id=11129
|
||||
* 19 Backpack Variants by lennard91 - http://www.armaholic.com/page.php?id=13793
|
||||
* Spetsnaz GRU by stagler - http://www.armaholic.com/page.php?id=15693
|
||||
* CH-47 Reskins by SyNcRoNiCzZ - http://www.armaholic.com/page.php?id=11202
|
||||
|
||||
--------------------------
|
||||
Included Custom Islands
|
||||
|
||||
@@ -36,6 +36,12 @@ class Category_6 {
|
||||
class UH1Y_DZ {type = "trade_any_vehicle";buy[] = {-4,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DZE {type = "trade_any_vehicle";buy[] = {5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DZ {type = "trade_any_vehicle";buy[] = {-5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_Black_DZE {type = "trade_any_vehicle";buy[] = {5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_Black_DZ {type = "trade_any_vehicle";buy[] = {-5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_GREY_DZE {type = "trade_any_vehicle";buy[] = {5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_GREY_DZ {type = "trade_any_vehicle";buy[] = {-5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DES_DZE {type = "trade_any_vehicle";buy[] = {5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DES_DZ {type = "trade_any_vehicle";buy[] = {-5,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
};
|
||||
|
||||
//Ground Vehicles
|
||||
|
||||
@@ -36,6 +36,12 @@ class Category_1 {
|
||||
class UH1Y_DZ {type = "trade_any_vehicle";buy[] = {-3,"ItemBriefcase100oz"};sell[] = {1,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DZE {type = "trade_any_vehicle";buy[] = {4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DZ {type = "trade_any_vehicle";buy[] = {-4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_Black_DZE {type = "trade_any_vehicle";buy[] = {4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_Black_DZ {type = "trade_any_vehicle";buy[] = {-4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_GREY_DZE {type = "trade_any_vehicle";buy[] = {4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_GREY_DZ {type = "trade_any_vehicle";buy[] = {-4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DES_DZE {type = "trade_any_vehicle";buy[] = {4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
class CH_47F_EP1_DES_DZ {type = "trade_any_vehicle";buy[] = {-4,"ItemBriefcase100oz"};sell[] = {2,"ItemBriefcase100oz"};};
|
||||
};
|
||||
|
||||
//Ground Vehicles
|
||||
|
||||
@@ -2,7 +2,7 @@ class CH_47F_EP1;
|
||||
class CH_47F_EP1_DZ : CH_47F_EP1 {
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
scope = public;
|
||||
displayName = $STR_VEH_NAME_CH47;
|
||||
displayName = $STR_VEH_NAME_CH47_GREEN;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
@@ -11,7 +11,7 @@ class CH_47F_EP1_DZ : CH_47F_EP1 {
|
||||
gunnerCanSee = 2+16+32;
|
||||
driverCanSee = 2+16+32;
|
||||
transportMaxWeapons = 40;
|
||||
transportMaxMagazines = 360;
|
||||
transportMaxMagazines = 300;
|
||||
transportmaxbackpacks = 10;
|
||||
class Turrets;
|
||||
class MainTurret;
|
||||
@@ -124,4 +124,34 @@ class CH_47F_EP1_DZE: CH_47F_EP1_DZ
|
||||
memoryPointGunnerOptics = "gunnerview_3";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class CH_47F_EP1_Black_DZ : CH_47F_EP1_DZ {
|
||||
displayName = $STR_VEH_NAME_CH47_BLACK;
|
||||
model = "C1987_ch47\ca\air_e\CH47\CH_47F.p3d";
|
||||
};
|
||||
|
||||
class CH_47F_EP1_Black_DZE : CH_47F_EP1_DZE {
|
||||
displayName = $STR_VEH_NAME_CH47_BLACK;
|
||||
model = "C1987_ch47\ca\air_e\CH47\CH_47F.p3d";
|
||||
};
|
||||
|
||||
class CH_47F_EP1_GREY_DZ : CH_47F_EP1_DZ {
|
||||
displayName = $STR_VEH_NAME_CH47_GREY;
|
||||
model = "C1987_ch47\ca\air_e\CH47\CH_47F2.p3d";
|
||||
};
|
||||
|
||||
class CH_47F_EP1_GREY_DZE : CH_47F_EP1_DZE {
|
||||
displayName = $STR_VEH_NAME_CH47_GREY;
|
||||
model = "C1987_ch47\ca\air_e\CH47\CH_47F2.p3d";
|
||||
};
|
||||
|
||||
class CH_47F_EP1_DES_DZ : CH_47F_EP1_DZ {
|
||||
displayName = $STR_VEH_NAME_CH47_DESERT;
|
||||
model = "C1987_ch47\ca\air_e\CH47\CH_47F3.p3d";
|
||||
};
|
||||
|
||||
class CH_47F_EP1_DES_DZE : CH_47F_EP1_DZE {
|
||||
displayName = $STR_VEH_NAME_CH47_DESERT;
|
||||
model = "C1987_ch47\ca\air_e\CH47\CH_47F3.p3d";
|
||||
};
|
||||
@@ -27,7 +27,7 @@ class CH53_DZE : USEC_ch53_E {
|
||||
gunnerCanSee = 2+16+32;
|
||||
driverCanSee = 2+16+32;
|
||||
transportMaxWeapons = 40;
|
||||
transportMaxMagazines = 300;
|
||||
transportMaxMagazines = 250;
|
||||
transportmaxbackpacks = 15;
|
||||
fuelCapacity = 3849;
|
||||
class eventhandlers {
|
||||
|
||||
@@ -8901,10 +8901,26 @@
|
||||
<English>Mi-17 MedEvac (RU)</English>
|
||||
<Russian>Ми-17 MedEvac (RU)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_CH47">
|
||||
<English>CH-47F Chinook</English>
|
||||
<Russian>CH-47F Чинук</Russian>
|
||||
<Key ID="STR_VEH_NAME_CH47_GREEN">
|
||||
<English>CH-47F Chinook (Green)</English>
|
||||
<German>CH-47F Chinook (Grün)</German>
|
||||
<Russian>CH-47F Чинук (Зеленый)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_CH47_BLACK">
|
||||
<English>CH-47F Chinook (Black)</English>
|
||||
<German>CH-47F Chinook (Schwarz)</German>
|
||||
<Russian>CH-47F Чинук (черный)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_CH47_DESERT">
|
||||
<English>CH-47F Chinook (Desert)</English>
|
||||
<German>CH-47F Chinook (Wüstentarn)</German>
|
||||
<Russian>CH-47F Чинук (Пустынный)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_CH47_GREY">
|
||||
<English>CH-47F Chinook (Grey)</English>
|
||||
<German>CH-47F Chinook (Grau)</German>
|
||||
<Russian>CH-47F Чинук (серый)</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_VEH_NAME_AW101">
|
||||
<English>AW101 Merlin</English>
|
||||
</Key>
|
||||
|
||||
Reference in New Issue
Block a user