mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add missing weights
This commit is contained in:
@@ -8,12 +8,6 @@ class workbench_kit
|
||||
weight = 10;
|
||||
};
|
||||
|
||||
// DayZ Mod workbench
|
||||
class ItemWorkBench
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
|
||||
class wood_ramp_kit
|
||||
{
|
||||
weight = 70;
|
||||
@@ -152,4 +146,92 @@ class helipad_parkborder_kit
|
||||
class cctv_kit
|
||||
{
|
||||
weight = 25;
|
||||
};
|
||||
class fortified_wire_kit
|
||||
{
|
||||
weight = 85;
|
||||
};
|
||||
class barbed_gate_kit
|
||||
{
|
||||
weight = 35;
|
||||
};
|
||||
class concrete_barrier_kit
|
||||
{
|
||||
weight = 65;
|
||||
};
|
||||
class concrete_barrier_striped_kit
|
||||
{
|
||||
weight = 65;
|
||||
};
|
||||
class concrete_wall_kit
|
||||
{
|
||||
weight = 120;
|
||||
};
|
||||
class concrete_pipe_kit
|
||||
{
|
||||
weight = 150;
|
||||
};
|
||||
class dragonteeth_kit
|
||||
{
|
||||
weight = 100;
|
||||
};
|
||||
class dragonteeth_big_kit
|
||||
{
|
||||
weight = 150;
|
||||
};
|
||||
class simple_footbridge_kit
|
||||
{
|
||||
weight = 2;
|
||||
};
|
||||
class wooden_footbridge_kit
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class windbreak_kit
|
||||
{
|
||||
weight = 7;
|
||||
};
|
||||
class metal_container_1a_kit
|
||||
{
|
||||
weight = 200;
|
||||
};
|
||||
class metal_container_1b_kit
|
||||
{
|
||||
weight = 200;
|
||||
};
|
||||
class metal_container_1g_kit
|
||||
{
|
||||
weight = 200;
|
||||
};
|
||||
class metal_container_2d_kit
|
||||
{
|
||||
weight = 400;
|
||||
};
|
||||
class compost_barrel_empty_kit
|
||||
{
|
||||
weight = 2;
|
||||
};
|
||||
class compost_barrel_full_kit
|
||||
{
|
||||
weight = 20;
|
||||
};
|
||||
class boggle_kit
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class satellite_dish_kit
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class fueltank_kit
|
||||
{
|
||||
weight = 250;
|
||||
};
|
||||
class watertank_kit
|
||||
{
|
||||
weight = 250;
|
||||
};
|
||||
class watertower_kit
|
||||
{
|
||||
weight = 350;
|
||||
};
|
||||
@@ -58,6 +58,11 @@ class ItemWoodStairsSupport
|
||||
weight = 30;
|
||||
};
|
||||
|
||||
class ItemWoodStairsRails
|
||||
{
|
||||
weight = 33;
|
||||
};
|
||||
|
||||
class ItemWoodLadder
|
||||
{
|
||||
weight = 25;
|
||||
|
||||
@@ -26,4 +26,37 @@ class ItemSandbagExLarge5x
|
||||
class sandbag_nest_kit
|
||||
{
|
||||
weight = 50;
|
||||
};
|
||||
|
||||
class ItemSandbagExLarge5xCurved
|
||||
{
|
||||
weight = 200;
|
||||
};
|
||||
class sandbag_nest_large_kit
|
||||
{
|
||||
weight = 200;
|
||||
};
|
||||
class ItemSandbagHeavy_kit
|
||||
{
|
||||
weight = 15;
|
||||
};
|
||||
class ItemSandBagHeavyCorner_kit
|
||||
{
|
||||
weight = 30;
|
||||
};
|
||||
class ItemSandbagHeavyRound_kit
|
||||
{
|
||||
weight = 50;
|
||||
};
|
||||
class ItemWarfareBarrier5x_kit
|
||||
{
|
||||
weight = 200;
|
||||
};
|
||||
class ItemWarfareBarrier10x_kit
|
||||
{
|
||||
weight = 400;
|
||||
};
|
||||
class ItemWarfareBarrier10xTall_kit
|
||||
{
|
||||
weight = 800;
|
||||
};
|
||||
@@ -162,6 +162,15 @@ class advanced_workBench_kit
|
||||
{
|
||||
weight = 35;
|
||||
};
|
||||
// DayZ Mod workbench
|
||||
class ItemWorkBench
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class ItemWorkBench_DZE
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class camo_storage_crate_kit
|
||||
{
|
||||
weight = 21;
|
||||
@@ -197,4 +206,20 @@ class ItemStorageBarrel7_kit
|
||||
class ItemStorageBarrel8_kit
|
||||
{
|
||||
weight = 25;
|
||||
};
|
||||
class rabbit_hutch_kit
|
||||
{
|
||||
weight = 75;
|
||||
};
|
||||
class chicken_coop_kit
|
||||
{
|
||||
weight = 45;
|
||||
};
|
||||
class doghouse_kit
|
||||
{
|
||||
weight = 15;
|
||||
};
|
||||
class postbox_kit
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
@@ -232,4 +232,16 @@ class ItemBucketFuel
|
||||
class ItemBucketMilk
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class ItemBackpackUpgrade_1
|
||||
{
|
||||
weight = 2;
|
||||
};
|
||||
class ItemBackpackUpgrade_2
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class ItemBackpackUpgrade_3
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
Reference in New Issue
Block a user