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

@@ -162,3 +162,19 @@ class FoodCarrot
{ {
weight = 0.25; 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

@@ -98,3 +98,15 @@ class ItemPlasticWaterbottle9ozBoiled
{ {
weight = 0.2; weight = 0.2;
}; };
class ItemPlasticWaterBottleCoffee
{
weight = 0.22;
};
class ItemPlasticWaterBottleBlackTea
{
weight = 0.22;
};
class ItemPlasticWaterBottleFrozen
{
weight = 0.22;
};

View File

@@ -82,3 +82,11 @@ class ItemSodaOrangeSherbet
{ {
weight = 0.2; weight = 0.2;
}; };
class ItemSodaFrozen1
{
weight = 0.25;
};
class ItemSodaFrozen2
{
weight = 0.25;
};

View File

@@ -98,3 +98,15 @@ class ItemWaterbottle9ozBoiled
{ {
weight = 0.2; weight = 0.2;
}; };
class ItemWaterBottleCoffee
{
weight = 0.22;
};
class ItemWaterBottleBlackTea
{
weight = 0.22;
};
class ItemWaterBottleFrozen
{
weight = 0.22;
};

View File

@@ -263,3 +263,163 @@ class PileMedBooks
{ {
weight = 6.5; 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

@@ -26,3 +26,39 @@ class ItemRuby
{ {
weight = 2; 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

@@ -197,3 +197,39 @@ class ItemGunPowderBig
{ {
weight = 16; 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;
};