Add Armored Bus

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-11-15 11:28:20 +01:00
parent 65d82d9401
commit 34c2c7163e
4 changed files with 36 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ class Category_45 {
class Ikarus_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class Ikarus_TK_CIV_EP1_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class Ikarus_White_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class Ikarus_Armored_DZE {type = "trade_any_vehicle";buy[] = {-2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
class S1203_TK_CIV_EP1_DZE {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
class S1203_ambulance_EP1_DZE {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
class Tractor_DZE {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};

View File

@@ -163,6 +163,7 @@ class Category_45 {
class Ikarus_DZE {type = "trade_any_vehicle";buy[] = {2000,"worth"};sell[] = {1000,"worth"};};
class Ikarus_TK_CIV_EP1_DZE {type = "trade_any_vehicle";buy[] = {2000,"worth"};sell[] = {1000,"worth"};};
class Ikarus_White_DZE {type = "trade_any_vehicle";buy[] = {2000,"worth"};sell[] = {1000,"worth"};};
class Ikarus_Armored_DZE {type = "trade_any_vehicle";buy[] = {-2000,"worth"};sell[] = {5000,"worth"};};
class S1203_TK_CIV_EP1_DZE {type = "trade_any_vehicle";buy[] = {600,"worth"};sell[] = {300,"worth"};};
class S1203_ambulance_EP1_DZE {type = "trade_any_vehicle";buy[] = {600,"worth"};sell[] = {300,"worth"};};
class Tractor_DZE {type = "trade_any_vehicle";buy[] = {2000,"worth"};sell[] = {1000,"worth"};};

View File

@@ -226,3 +226,33 @@ class Ikarus_White_DZE: Ikarus_DZE {
class HitRMWheel: HitLFWheel{};
};
};
class Ikarus_Armored_DZE: Ikarus_White_DZE
{
model = "z\addons\dayz_epoch_v\vehicles\citybus\dze_citybus";
displayName = $STR_VEH_NAME_IKARUS_ARMORED;
maxSpeed = 85;
turnCoef = 1.2;
armor = 100;
transportMaxWeapons = 25;
transportMaxMagazines = 120;
transportmaxbackpacks = 10;
hiddenselections[] = {"camo1"};
hiddenselectionstextures[]=
{
"z\addons\dayz_epoch_v\vehicles\citybus\data\citybus_ext_co.paa"
};
class Damage
{
tex[]={};
mat[]=
{
"z\addons\dayz_epoch_v\vehicles\citybus\data\bus_city_ext.rvmat",
"z\addons\dayz_epoch_v\vehicles\citybus\data\bus_city_ext.rvmat",
"z\addons\dayz_epoch_v\vehicles\citybus\data\bus_city_ext_destruct.rvmat",
"z\addons\dayz_epoch_v\vehicles\citybus\data\bus_city_int.rvmat",
"z\addons\dayz_epoch_v\vehicles\citybus\data\bus_city_int.rvmat",
"z\addons\dayz_epoch_v\vehicles\citybus\data\bus_city_int_destruct.rvmat"
};
};
};

View File

@@ -8943,6 +8943,10 @@
<German>Bus (Weiß)</German>
<Russian>Автобус (белый)</Russian>
</Key>
<Key ID="STR_VEH_NAME_IKARUS_ARMORED">
<English>Armored Bus</English>
<German>Gepanzerter Bus</German>
</Key>
<Key ID="STR_VEH_NAME_KAMAZ">
<English>Kamaz open (Woodland)</English>
<Russian>Камаз открытый (Лесной камуфляж)</Russian>