mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-22 16:10:49 +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:
@@ -104,6 +104,10 @@ class CfgWeight
|
||||
{
|
||||
weight=5.5;
|
||||
};
|
||||
class FN_FAL_ANPVS4_DZE
|
||||
{
|
||||
weight=5.5;
|
||||
};
|
||||
class glock17_EP1
|
||||
{
|
||||
weight = 0.7;
|
||||
@@ -112,6 +116,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 0.7;
|
||||
};
|
||||
class G17_FL_DZ
|
||||
{
|
||||
weight = 0.7;
|
||||
};
|
||||
class G36A_camo
|
||||
{
|
||||
weight = 3.6;
|
||||
@@ -276,6 +284,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A4_ACOG_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A4
|
||||
{
|
||||
weight = 3.8;
|
||||
@@ -634,6 +646,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AK74_Kobra_DZ
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AKM_DZ
|
||||
{
|
||||
weight = 2.7;
|
||||
|
||||
Reference in New Issue
Block a user