mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
0.963
+ added more missing weights + added large sandbag with crafting 3 sandbags + 1 wire + potential fix for vehicle detection at seller + fixed mi17 civillian skin and added test for removing gear access + force all spawned objects to exact position
This commit is contained in:
@@ -1336,6 +1336,24 @@ class CfgWeight
|
||||
{
|
||||
weight = 0.003;
|
||||
};
|
||||
class 7Rnd_45ACP_1911
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class ItemZombieParts
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class ItemSandbag
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class ItemSandbagLarge
|
||||
{
|
||||
weight = 50;
|
||||
};
|
||||
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user