0.96 Chernarus

This commit is contained in:
vbawol
2013-02-16 13:11:29 -06:00
parent 35f587048d
commit c6b90e46b0
6 changed files with 241 additions and 78 deletions

View File

@@ -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;
};
};
};