Added/ edited new bulk items and weights

- added new bulks weights
 - added new animal harvestables/ textiles bulk items and their weights
 - fixed a few unrealistic weights (just what I came across)
 - added strings for the new bulk items
This commit is contained in:
seelenapparat
2021-01-11 16:59:30 +01:00
parent 89e2bb4a76
commit d06ba91010
6 changed files with 486 additions and 9 deletions

View File

@@ -39,6 +39,70 @@ class bulk_FoodbaconCookedFull
weight = 5;
};
class bulk_equip_garlic_bulbFull
{
weight = 6.2;
};
class bulk_FishCookedSeaBassFull
{
weight = 65;
};
class bulk_FishCookedTroutFull
{
weight = 17;
};
class bulk_FishCookedTunaFull
{
weight = 305;
};
class bulk_FoodBeefCookedFull
{
weight = 8;
};
class bulk_FoodCarrotFull
{
weight = 8;
};
class bulk_FoodChickenCookedFull
{
weight = 8;
};
class bulk_FoodDogCookedFull
{
weight = 8;
};
class bulk_FoodGoatCookedFull
{
weight = 8;
};
class bulk_FoodMuttonCookedFull
{
weight = 8;
};
class bulk_FoodPotatoRawFull
{
weight = 8;
};
class bulk_FoodPumpkinFull
{
weight = 41;
};
class bulk_FoodRabbitCookedFull
{
weight = 8;
};
// Ammo
class bulk_17Rnd_9x19_glock17
{
@@ -94,4 +158,197 @@ class bulk_PartGeneric
class bulk_PartGenericHalf
{
weight = 30;
};
class bulk_ItemSandbagHalf
{
weight = 125;
};
class bulk_ItemComboLockFull
{
weight = 5.36;
};
//Animal craftables
class bulk_ItemAnimalSkinFull
{
weight = 101;
};
class bulk_ItemSkinRabbitFull
{
weight = 41;
};
class bulk_ItemSkinCowFull
{
weight = 149;
};
class bulk_ItemSkinGoatFull
{
weight = 77;
};
class bulk_ItemSkinBoarFull
{
weight = 107;
};
class bulk_ItemSkinDogFull
{
weight = 77;
};
class bulk_ItemSkinSheepFull
{
weight = 77;
};
class bulk_ItemWoolFull
{
weight = 41;
};
class bulk_ItemLeatherFull
{
weight = 89;
};
//Misc
class bulk_equip_aa_batteryFull
{
weight = 5.12;
};
class bulk_equip_d_batteryFull
{
weight = 5.24;
};
class bulk_equip_duct_tapeFull
{
weight = 5.48;
};
class bulk_equip_feathersFull
{
weight = 5.12;
};
class bulk_equip_floppywireFull
{
weight = 5.12;
};
class bulk_equip_nailsFull
{
weight = 5.12;
};
class bulk_equip_pvc_boxFull
{
weight = 5.24;
};
class bulk_equip_ragFull
{
weight = 5.36;
};
class bulk_equip_ropeFull
{
weight = 6.2;
};
class bulk_equip_scrapelectronicsFull
{
weight = 11;
};
class bulk_equip_stringFull
{
weight = 5.6;
};
class bulk_HandChemBlueFull
{
weight = 6.2;
};
class bulk_HandChemGreenFull
{
weight = 6.2;
};
class bulk_HandChemRedFull
{
weight = 6.2;
};
class bulk_HandRoadFlareFull
{
weight = 13.4;
};
class bulk_ItemC4ChargeFull
{
weight = 14.6;
};
class bulk_ItemDogTagFull
{
weight = 5.12;
};
class bulk_ItemHotwireKitFull
{
weight = 29;
};
class bulk_ItemKosmosSmokesFull
{
weight = 14.6;
};
class bulk_ItemLightBulbFull
{
weight = 5.24;
};
class bulk_ItemMixOilFull
{
weight = 8;
};
class bulk_ItemScrewsFull
{
weight = 8;
};
class bulk_PartGlassFull
{
weight = 65;
};
class bulk_PartWheelFull
{
weight = 125;
};
class bulk_PipeBombFull
{
weight = 53;
};
class bulk_ItemFertilizerFull
{
weight = 35;
};
class bulk_ItemKiloBlackTeaFull
{
weight = 17;
};
class bulk_ItemKiloHempFull
{
weight = 17;
};
class bulk_ItemKiloTobaccoFull
{
weight = 17;
};

View File

@@ -1,8 +1,8 @@
class ItemComboLock
{
weight = 0.03;
weight = 0.5;
};
class ItemPadlock
{
weight = 0.03;
weight = 0.5;
};

View File

@@ -20,12 +20,12 @@ class ItemKosmosSmokesOpen
class equip_nails
{
weight = 0.01;
weight = 0.5;
};
class ItemScrews
{
weight = 0.01;
weight = 0.5;
};
class equip_duct_tape

View File

@@ -1,6 +1,6 @@
class ItemFertilizer
{
weight = 0.1;
weight = 2.5;
};
class ItemPumpkinSeed