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