mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-26 03:36:02 +03:00
0.96 Chernarus
This commit is contained in:
@@ -1213,6 +1213,24 @@ class CfgWeight
|
||||
weight = 0.1;
|
||||
};
|
||||
|
||||
class ItemBandage
|
||||
{
|
||||
weight = 0.005;
|
||||
};
|
||||
|
||||
class Hatchet_Swing
|
||||
{
|
||||
weight = 0;
|
||||
};
|
||||
class Crowbar_Swing
|
||||
{
|
||||
weight = 0;
|
||||
};
|
||||
|
||||
class ItemVault
|
||||
{
|
||||
weight = 100;
|
||||
};
|
||||
|
||||
class PartWoodPile
|
||||
{
|
||||
@@ -1234,6 +1252,10 @@ class CfgWeight
|
||||
{
|
||||
weight = 15;
|
||||
};
|
||||
class ItemGenerator
|
||||
{
|
||||
weight = 30;
|
||||
};
|
||||
class PartGeneric
|
||||
{
|
||||
weight = 5;
|
||||
@@ -1266,6 +1288,54 @@ class CfgWeight
|
||||
{
|
||||
weight = 2.5;
|
||||
};
|
||||
class ItemGoldBar
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class ItemGoldBar10oz
|
||||
{
|
||||
weight = 0.2;
|
||||
};
|
||||
class ItemSilverBar
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class ItemSilverBar10oz
|
||||
{
|
||||
weight = 0.2;
|
||||
};
|
||||
class ItemBronzeBar
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class ItemCopperBar
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class ItemCopperBar10oz
|
||||
{
|
||||
weight = 0.2;
|
||||
};
|
||||
class ItemAluminumBar
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class ItemTinBar
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class BoltSteel
|
||||
{
|
||||
weight = 0.02;
|
||||
};
|
||||
class BoltSteel4pack
|
||||
{
|
||||
weight = 0.08;
|
||||
};
|
||||
class TrashTinCan
|
||||
{
|
||||
weight = 0.003;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user