weight update

This commit is contained in:
[VB]AWOL
2013-09-10 22:56:08 -05:00
parent 2377cc7f8b
commit dcfad8bbb1
17 changed files with 340 additions and 0 deletions

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;

View File

@@ -1212,6 +1212,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class MeleeSledge
{
weight = 9.1;
};
class MeleeMachete class MeleeMachete
{ {
weight = 1; weight = 1;
@@ -1223,11 +1227,19 @@ class CfgWeight
class ItemHatchet class ItemHatchet
{ {
weight = 1; weight = 1;
};
class ItemSledge
{
weight = 9.1;
}; };
class ItemCrowbar class ItemCrowbar
{ {
weight = 1; weight = 1;
}; };
class ItemSledge
{
weight = 9.1;
};
class ItemMatchbox class ItemMatchbox
{ {
weight = 0.005; weight = 0.005;
@@ -1236,6 +1248,10 @@ class CfgWeight
{ {
weight = 1; weight = 1;
}; };
class ItemKeyKit
{
weight = 1;
};
class ItemEtool class ItemEtool
{ {
weight = 1; weight = 1;
@@ -1450,6 +1466,10 @@ class CfgWeight
{ {
weight = 0; weight = 0;
}; };
class sledge_swing
{
weight = 0;
};
class ItemVault class ItemVault
{ {
weight = 100; weight = 100;