Add some new vanilla items to R3F weight

@AirwavesMan - For future reference, if you notice any more new stuff we
forgot to add to the traders we probably forgot to add them to R3F
weight too.
This commit is contained in:
ebaydayz
2016-06-21 21:17:22 -04:00
parent 19285d677a
commit 3c76f3c800

View File

@@ -15,6 +15,38 @@ class equip_lever
{
weight = 0.5;
};
class equip_duct_tape
{
weight = 0.03;
};
class equip_rope
{
weight = 0.1;
};
class equip_hose
{
weight = 0.15;
};
class equip_nails
{
weight = 0.005;
};
class equip_scrapelectronics
{
weight = 0.5;
};
class equip_metal_sheet
{
weight = 0.1;
};
class equip_1inch_metal_pipe
{
weight = 0.4;
};
class equip_2inch_metal_pipe
{
weight = 0.8;
};
class ItemMetalSheet
{
weight = 10;