Added weights for all new items to the cfgweight config

This commit is contained in:
seelenapparat
2022-01-11 14:58:11 +01:00
parent ea236b466d
commit e02da39742
7 changed files with 280 additions and 0 deletions

View File

@@ -161,4 +161,20 @@ class FoodPotatoBaked
class FoodCarrot
{
weight = 0.25;
};
class FoodCanDog1
{
weight = 0.2;
};
class FoodCanDog2
{
weight = 0.2;
};
class FoodCanFrozen1
{
weight = 0.25;
};
class FoodCanFrozen2
{
weight = 0.25;
};

View File

@@ -97,4 +97,16 @@ class ItemPlasticWaterbottle8ozBoiled
class ItemPlasticWaterbottle9ozBoiled
{
weight = 0.2;
};
class ItemPlasticWaterBottleCoffee
{
weight = 0.22;
};
class ItemPlasticWaterBottleBlackTea
{
weight = 0.22;
};
class ItemPlasticWaterBottleFrozen
{
weight = 0.22;
};

View File

@@ -81,4 +81,12 @@ class ItemSodaRbull
class ItemSodaOrangeSherbet
{
weight = 0.2;
};
class ItemSodaFrozen1
{
weight = 0.25;
};
class ItemSodaFrozen2
{
weight = 0.25;
};

View File

@@ -97,4 +97,16 @@ class ItemWaterbottle8ozBoiled
class ItemWaterbottle9ozBoiled
{
weight = 0.2;
};
class ItemWaterBottleCoffee
{
weight = 0.22;
};
class ItemWaterBottleBlackTea
{
weight = 0.22;
};
class ItemWaterBottleFrozen
{
weight = 0.22;
};

View File

@@ -262,4 +262,164 @@ class PileBooks
class PileMedBooks
{
weight = 6.5;
};
class StashFile_01
{
weight = 0.3;
};
class StashFile_02
{
weight = 0.3;
};
class StashFile_03
{
weight = 0.3;
};
class StashFile_04
{
weight = 0.3;
};
class StashFile_05
{
weight = 0.3;
};
class StashFile_06
{
weight = 0.3;
};
class StashFile_07
{
weight = 0.3;
};
class StashFile_08
{
weight = 0.3;
};
class StashFile_09
{
weight = 0.3;
};
class StashFile_10
{
weight = 0.3;
};
class StashFile_11
{
weight = 0.3;
};
class StashFile_12
{
weight = 0.3;
};
class StashFile_13
{
weight = 0.3;
};
class StashFile_14
{
weight = 0.3;
};
class StashFile_15
{
weight = 0.3;
};
class StashFile_16
{
weight = 0.3;
};
class StashFile_17
{
weight = 0.3;
};
class StashFile_18
{
weight = 0.3;
};
class StashFile_19
{
weight = 0.3;
};
class StashFile_20
{
weight = 0.3;
};
class StashFile_21
{
weight = 0.3;
};
class StashFile_22
{
weight = 0.3;
};
class StashFile_23
{
weight = 0.3;
};
class StashFile_24
{
weight = 0.3;
};
class StashFile_25
{
weight = 0.3;
};
class StashFile_26
{
weight = 0.3;
};
class StashFile_27
{
weight = 0.3;
};
class StashFile_28
{
weight = 0.3;
};
class StashFile_29
{
weight = 0.3;
};
class StashFile_30
{
weight = 0.3;
};
class StashFile_31
{
weight = 0.3;
};
class StashFile_32
{
weight = 0.3;
};
class StashFile_33
{
weight = 0.3;
};
class StashFile_34
{
weight = 0.3;
};
class StashFile_35
{
weight = 0.3;
};
class StashFile_36
{
weight = 0.3;
};
class StashFile_37
{
weight = 0.3;
};
class StashFile_38
{
weight = 0.3;
};
class StashFile_39
{
weight = 0.3;
};
class StashFile_40
{
weight = 0.3;
};

View File

@@ -25,4 +25,40 @@ class ItemCitrine
class ItemRuby
{
weight = 2;
};
ItemGemSuitcase_Emtpy
{
weight = 1;
};
ItemGemSuitcase_Topaz
{
weight = 21;
};
ItemGemSuitcase_Obisidian
{
weight = 21;
};
ItemGemSuitcase_Sapphire
{
weight = 21;
};
ItemGemSuitcase_Amethyst
{
weight = 21;
};
ItemGemSuitcase_Emerald
{
weight = 21;
};
ItemGemSuitcase_Citrine
{
weight = 21;
};
ItemGemSuitcase_Ruby
{
weight = 21;
};
ItemGemSuitcase_All
{
weight = 15;
};

View File

@@ -196,4 +196,40 @@ class ItemGunPowder
class ItemGunPowderBig
{
weight = 16;
};
class ItemFuelcanWater
{
weight = 5;
};
class ItemFuelcanMilk
{
weight = 5;
};
class ItemJerrycanWater
{
weight = 20;
};
class ItemJerrycanMilk
{
weight = 20;
};
class ItemFuelBarrelWater
{
weight = 210;
};
class ItemFuelBarrelMilk
{
weight = 210;
};
class ItemBucketWater
{
weight = 10;
};
class ItemBucketFuel
{
weight = 10;
};
class ItemBucketMilk
{
weight = 10;
};