mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
chainsaw weight
This commit is contained in:
@@ -12,6 +12,10 @@ class CfgWeight
|
||||
{
|
||||
class Weapons
|
||||
{
|
||||
class Chainsaw
|
||||
{
|
||||
weight = 6.8;
|
||||
};
|
||||
class SCAR_L_STD_Mk4CQT
|
||||
{
|
||||
weight = 3.6;
|
||||
@@ -1535,6 +1539,26 @@ class CfgWeight
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class ItemJerryMixed
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class ItemJerryMixed4
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
class ItemJerryMixed3
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
class ItemJerryMixed2
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class ItemJerryMixed1
|
||||
{
|
||||
weight = 2;
|
||||
};
|
||||
class ItemJerrycanEmpty
|
||||
{
|
||||
weight = 1;
|
||||
|
||||
Reference in New Issue
Block a user