mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 09:00:50 +03:00
Update trader files for Streatman's new L85 and SVD models (#1996)
* Update FriendlyAssaultRifle.hpp * Update FriendlySniperRifle.hpp * Update BanditMilitaryArmed.hpp * Update Rifles.hpp * Update Snipers.hpp
This commit is contained in:
committed by
ebayShopper
parent
d6f88fbf8a
commit
c2dd9016cb
@@ -151,14 +151,106 @@ class AK_74_GL_kobra
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class BAF_L85A2_RIS_Holo
|
||||
class L85A2_DZ
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class L85A2_FL_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class L85A2_MFL_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class L85A2_SD_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class L85A2_SD_FL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_SD_MFL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_CCO_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class L85A2_CCO_FL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_CCO_MFL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_CCO_SD_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_CCO_SD_FL_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class L85A2_CCO_SD_MFL_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class L85_Holo_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class L85A2_Holo_FL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_Holo_MFL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_Holo_SD_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_Holo_SD_FL_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class L85A2_Holo_SD_MFL_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class L85A2_ACOG_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class L85A2_ACOG_FL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_ACOG_MFL_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_ACOG_SD_DZ
|
||||
{
|
||||
weight = 5.4;
|
||||
};
|
||||
class L85A2_ACOG_SD_FL_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class L85A2_ACOG_SD_MFL_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class BAF_L85A2_RIS_Holo
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class BAF_L85A2_UGL_Holo
|
||||
{
|
||||
weight = 6.2;
|
||||
|
||||
@@ -117,18 +117,26 @@ class SVD
|
||||
weight = 6.2;
|
||||
};
|
||||
class SVD_DZ
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
class SVD_Gh_DZ
|
||||
{
|
||||
weight = 6.1;
|
||||
};
|
||||
class SVD_PSO1_DZ
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
class SVD_Camo
|
||||
class SVD_PSO1_Gh_DZ
|
||||
{
|
||||
weight = 6.3;
|
||||
};
|
||||
class SVD_Gh_DZ
|
||||
class SVD_Camo
|
||||
{
|
||||
weight = 6.3;
|
||||
};
|
||||
class VSS_Vintorez
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user