mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Added weight for new weapon classes #696
This commit is contained in:
@@ -140,14 +140,26 @@ class CfgWeight
|
|||||||
{
|
{
|
||||||
weight = 8;
|
weight = 8;
|
||||||
};
|
};
|
||||||
|
class M249_m145_EP1_DZE
|
||||||
|
{
|
||||||
|
weight = 8;
|
||||||
|
};
|
||||||
class M60A4_EP1
|
class M60A4_EP1
|
||||||
{
|
{
|
||||||
weight = 10;
|
weight = 10;
|
||||||
};
|
};
|
||||||
|
class M60A4_EP1_DZE
|
||||||
|
{
|
||||||
|
weight = 10;
|
||||||
|
};
|
||||||
class m240_scoped_EP1
|
class m240_scoped_EP1
|
||||||
{
|
{
|
||||||
weight = 14;
|
weight = 14;
|
||||||
};
|
};
|
||||||
|
class m240_scoped_EP1_DZE
|
||||||
|
{
|
||||||
|
weight = 14;
|
||||||
|
};
|
||||||
class MG36_camo
|
class MG36_camo
|
||||||
{
|
{
|
||||||
weight = 3.6;
|
weight = 3.6;
|
||||||
@@ -950,6 +962,10 @@ class CfgWeight
|
|||||||
{
|
{
|
||||||
weight = 0.3;
|
weight = 0.3;
|
||||||
};
|
};
|
||||||
|
class 8Rnd_B_Saiga12_Pellets
|
||||||
|
{
|
||||||
|
weight = 0.3;
|
||||||
|
};
|
||||||
class 64Rnd_9x19_Bizon
|
class 64Rnd_9x19_Bizon
|
||||||
{
|
{
|
||||||
weight = 0.8;
|
weight = 0.8;
|
||||||
|
|||||||
Reference in New Issue
Block a user