mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
New config variable dayz_toolBreaking
Tool breaking is disabled by default. Also made all scripts use Epoch sledge, which is a different model from vanilla sledge. PK_DZ was a duplicate of the new PKM_DZ.
This commit is contained in:
@@ -7,7 +7,12 @@ class DMR_DZ : DMR
|
||||
|
||||
magazines[] = {20Rnd_762x51_DMR};
|
||||
|
||||
class Single;
|
||||
class Single : Single
|
||||
{
|
||||
reloadTime = 0.6;
|
||||
recoil = "recoil_single_primary_4outof10";
|
||||
recoilProne = "recoil_single_primary_prone_4outof10";
|
||||
};
|
||||
|
||||
visionMode[] = {"Normal"};
|
||||
|
||||
@@ -16,7 +21,9 @@ class DMR_DZ : DMR
|
||||
Attachment_Ghillie = "DMR_Gh_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
class DMR_SKN : DMR_DZ {};
|
||||
|
||||
class DMR_Gh_DZ : DMR_DZ
|
||||
{
|
||||
model = "z\addons\dayz_communityweapons\dmr\dmr_ghillie.p3d";
|
||||
|
||||
Reference in New Issue
Block a user