mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
0.96
+ fixed crafting of tin and aluminum bars from trash + fixed color coding on weapons and vehicle sellers + removed radar from mi-17 civilian + added 10oz versions of silver and copper. + added basic 3d preview support to build-ables.
This commit is contained in:
@@ -145,7 +145,7 @@ class Citizen1; // External class reference
|
||||
|
||||
class Mi17_DZ: Mi17_base
|
||||
{
|
||||
displayname = "Mi-8M";
|
||||
displayname = "Mi-17";
|
||||
displaynameshort = "Mi17_DZ";
|
||||
scope = 2;
|
||||
side = 2;
|
||||
@@ -173,7 +173,26 @@ class Citizen1; // External class reference
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class Mi17_Civilian;
|
||||
class Mi17_Civilian_DZ: Mi17_Civilian
|
||||
{
|
||||
displayname = "Mi-17 Civilian";
|
||||
displaynameshort = "Mi17_Civilian_DZ";
|
||||
scope = 2;
|
||||
side = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
hiddenSelections[] = {};
|
||||
class TransportMagazines{};
|
||||
class TransportWeapons{};
|
||||
commanderCanSee = 2+16+32;
|
||||
gunnerCanSee = 2+16+32;
|
||||
driverCanSee = 2+16+32;
|
||||
transportMaxWeapons = 10;
|
||||
transportMaxMagazines = 50;
|
||||
transportmaxbackpacks = 10;
|
||||
};
|
||||
|
||||
class UH1H_base: Helicopter
|
||||
{
|
||||
class Turrets: Turrets
|
||||
|
||||
Reference in New Issue
Block a user