mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 10:11:51 +03:00
Update weights
This commit is contained in:
@@ -96,7 +96,7 @@ class ItemScaffoldingKit
|
||||
|
||||
class notebook_kit
|
||||
{
|
||||
weight = 2;
|
||||
weight = 3;
|
||||
};
|
||||
class water_pump_kit
|
||||
{
|
||||
|
||||
@@ -162,3 +162,7 @@ class advanced_workBench_kit
|
||||
{
|
||||
weight = 35;
|
||||
};
|
||||
class camo_storage_crate_kit
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
@@ -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;
|
||||
};
|
||||
@@ -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;
|
||||
};
|
||||
@@ -54,4 +54,12 @@ class FoodPumpkin
|
||||
class FoodSunFlowerSeed
|
||||
{
|
||||
weight = 0.2;
|
||||
};
|
||||
class ItemTobaccoSeed
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemBlackTeaSeed
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user