Update weights

This commit is contained in:
AirwavesMan
2021-01-11 15:49:27 +01:00
parent dba86a523f
commit 89e2bb4a76
7 changed files with 240 additions and 12 deletions

View File

@@ -42,6 +42,22 @@ class Assault_Pack_DZE2
{
weight = 2.4;
};
class GymBag_Camo_DZE1
{
weight = 1.7;
};
class GymBag_Camo_DZE2
{
weight = 1.9;
};
class GymBag_Green_DZE1
{
weight = 1.7;
};
class GymBag_Green_DZE2
{
weight = 1.9;
};
class DZ_Czech_Vest_Pouch
{
weight = 2;
@@ -66,6 +82,14 @@ class ALICE_Pack_DZE2
{
weight = 3.4;
};
class School_Bag_DZE1
{
weight = 3;
};
class School_Bag_DZE2
{
weight = 3.2;
};
class DZ_CompactPack_EP1
{
weight = 3;
@@ -114,6 +138,14 @@ class GunBag_DZE2
{
weight = 4.4;
};
class PartyPack_DZE1
{
weight = 3.7;
};
class PartyPack_DZE2
{
weight = 3.8;
};
class NightPack_DZE1
{
weight = 4.2;
@@ -130,6 +162,22 @@ class SurvivorPack_DZE2
{
weight = 5.4;
};
class AirwavesPack_DZE1
{
weight = 4.6;
};
class AirwavesPack_DZE2
{
weight = 5.6;
};
class CzechBackpack_Camping_DZE1
{
weight = 5.2;
};
class CzechBackpack_Camping_DZE2
{
weight = 5.4;
};
class DZ_CivilBackpack_EP1
{
weight = 5;
@@ -142,7 +190,6 @@ class CzechBackpack_DZE2
{
weight = 5.4;
};
class CzechBackpack_OD_DZE1
{
weight = 5.2;
@@ -323,6 +370,14 @@ class CoyoteBackpackWdl_DZE2
{
weight = 6.4;
};
class CoyoteBackpack_Camping_DZE1
{
weight = 6.2;
};
class CoyoteBackpack_Camping_DZE2
{
weight = 6.4;
};
class WandererBackpack_DZE1
{
weight = 6.2;

View File

@@ -96,7 +96,7 @@ class ItemScaffoldingKit
class notebook_kit
{
weight = 2;
weight = 3;
};
class water_pump_kit
{

View File

@@ -162,3 +162,7 @@ class advanced_workBench_kit
{
weight = 35;
};
class camo_storage_crate_kit
{
weight = 21;
};

View File

@@ -7,23 +7,124 @@ class equip_d_battery
{
weight = 0.02;
};
class equip_floppywire
class equip_aa_battery_empty
{
weight = 0.3;
weight = 0.01;
};
class equip_scrapelectronics
{
weight = 0.5;
};
class ItemLightBulb
class equip_d_battery_empty
{
weight = 0.02;
};
class equip_floppywire
{
weight = 0.01;
};
class equip_satawire
{
weight = 0.01;
};
class equip_scrapelectronics
{
weight = 0.5;
};
class equip_graphicscard
{
weight = 0.6;
};
class equip_graphicscard_broken
{
weight = 0.6;
};
class equip_soundcard
{
weight = 0.3;
};
class equip_soundcard_broken
{
weight = 0.3;
};
class equip_pcicard
{
weight = 0.35;
};
class equip_pcicard_broken
{
weight = 0.35;
};
class ItemLightBulb
{
weight = 0.02;
};
class ItemLightBulbBroken
{
weight = 0.02;
};
class Laserbatteries
{
weight = 0.005;
};
class ItemNotebook
{
weight = 3;
};
class ItemNotebookBroken
{
weight = 3;
};
class ItemSmallTV
{
weight = 7;
};
class ItemSmallTVBroken
{
weight = 7;
};
class ItemBigTV
{
weight = 14;
};
class ItemBigTVBroken
{
weight = 14;
};
class ItemSatelitePhone
{
weight = 12;
};
class ItemSatelitePhoneBroken
{
weight = 12;
};
class ItemPC
{
weight = 21;
};
class ItemPCBroken
{
weight = 21;
};
class ItemDesktopRadio
{
weight = 12;
};
class ItemDesktopRadioBroken
{
weight = 12;
};
class ItemMusicRadio1
{
weight = 3;
};
class ItemMusicRadio1Broken
{
weight = 3;
};
class ItemMusicRadio2
{
weight = 3;
};
class ItemMusicRadio2Broken
{
weight = 3;
};

View File

@@ -116,4 +116,28 @@ class equip_rail_screws
class IR_Strobe_Target
{
weight = 0.4;
};
class ItemBucket
{
weight = 1;
};
class ItemSuitcase
{
weight = 5;
};
class ItemSuitcaseDiamonds
{
weight = 6;
};
class ItemSuitcaseBomb
{
weight = 8;
};
class ItemPlasicParts
{
weight = 4;
};
class ItemCeramicParts
{
weight = 3;
};

View File

@@ -54,4 +54,12 @@ class FoodPumpkin
class FoodSunFlowerSeed
{
weight = 0.2;
};
class ItemTobaccoSeed
{
weight = 0.1;
};
class ItemBlackTeaSeed
{
weight = 0.1;
};

View File

@@ -21,4 +21,40 @@ class equip_string
class equip_rope
{
weight = 0.1;
};
class ItemSkinRabbit
{
weight = 3;
};
class ItemSkinCow
{
weight = 12;
};
class ItemSkinGoat
{
weight = 6;
};
class ItemSkinBoar
{
weight = 8;
};
class ItemSkinDog
{
weight = 6;
};
class ItemSkinSheep
{
weight = 6;
};
class ItemWool
{
weight = 3;
};
class ItemAnimalSkin
{
weight = 8;
};
class ItemLeather
{
weight = 7;
};