mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add Armored Bus
Model made by @Helion4
This commit is contained in:
@@ -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"};};
|
||||
|
||||
@@ -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"};};
|
||||
|
||||
@@ -225,4 +225,34 @@ class Ikarus_White_DZE: Ikarus_DZE {
|
||||
class HitLMWheel: HitLFWheel{};
|
||||
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"
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user