From 0e1f30c90ca7ba98135bbddb86dcdeacf321123f Mon Sep 17 00:00:00 2001 From: A Man Date: Sun, 20 Mar 2022 15:59:11 +0100 Subject: [PATCH] Add missing weights --- .../R3F_Weight/Magazines/Buildings/Misc.hpp | 94 +++++++++++++++++-- .../Magazines/Buildings/ModularBuilding.hpp | 5 + .../Magazines/Buildings/Sandbag.hpp | 33 +++++++ .../Magazines/Buildings/Storage.hpp | 25 +++++ .../R3F_Weight/Magazines/Items/Misc.hpp | 12 +++ 5 files changed, 163 insertions(+), 6 deletions(-) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Misc.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Misc.hpp index 6213a8336..7f2fb2854 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Misc.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Misc.hpp @@ -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; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/ModularBuilding.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/ModularBuilding.hpp index 925c6ef72..543099d13 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/ModularBuilding.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/ModularBuilding.hpp @@ -58,6 +58,11 @@ class ItemWoodStairsSupport weight = 30; }; +class ItemWoodStairsRails +{ + weight = 33; +}; + class ItemWoodLadder { weight = 25; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Sandbag.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Sandbag.hpp index 7a6b9e70e..b5bff9a2a 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Sandbag.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Sandbag.hpp @@ -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; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Storage.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Storage.hpp index 16927fb00..3a3eb9573 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Storage.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Buildings/Storage.hpp @@ -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; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp index 19dbe367d..0fad7969c 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp @@ -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; }; \ No newline at end of file