From 0c2ff272e19b9e524c6a3ea6613981a1df2db6d6 Mon Sep 17 00:00:00 2001 From: A Man Date: Sat, 16 Apr 2022 23:30:37 +0200 Subject: [PATCH] Update weights --- .../R3F_Weight/Magazines/Buildings/Misc.hpp | 2 +- .../R3F_Weight/Magazines/Consumables/Fish.hpp | 8 ++++---- .../R3F_Weight/Magazines/Items/Bulk.hpp | 8 ++++---- .../R3F_Weight/Magazines/Items/VehicleParts.hpp | 16 ++++++++-------- 4 files changed, 17 insertions(+), 17 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 87e4bb9d9..e53474ab1 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 @@ -35,7 +35,7 @@ class ItemWire class ItemTankTrap { - weight = 218; + weight = 7.5; }; class ItemGenerator diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Consumables/Fish.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Consumables/Fish.hpp index c49a9bc2c..b83ec070a 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Consumables/Fish.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Consumables/Fish.hpp @@ -8,17 +8,17 @@ class FishCookedTrout }; class FishRawSeaBass { - weight = 2; + weight = 4; }; class FishCookedSeaBass { - weight = 2; + weight = 4; }; class FishRawTuna { - weight = 1.8; + weight = 15; }; class FishCookedTuna { - weight = 1.8; + weight = 15; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Bulk.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Bulk.hpp index 255cfd269..25be17d1c 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Bulk.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Bulk.hpp @@ -46,7 +46,7 @@ class bulk_equip_garlic_bulbFull class bulk_FishCookedSeaBassFull { - weight = 15; + weight = 48; }; class bulk_FishCookedTroutFull @@ -56,7 +56,7 @@ class bulk_FishCookedTroutFull class bulk_FishCookedTunaFull { - weight = 24.6; + weight = 180; }; class bulk_FoodBeefCookedFull @@ -132,12 +132,12 @@ class bulk_ItemSandbag class bulk_ItemTankTrap { - weight = 2619; + weight = 93; }; class bulk_ItemTankTrapHalf { - weight = 1331; + weight = 48; }; class bulk_ItemWire diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/VehicleParts.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/VehicleParts.hpp index 6da03d841..25f74444c 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/VehicleParts.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/VehicleParts.hpp @@ -8,35 +8,35 @@ class PartFueltank }; class PartGlass { - weight = 12; + weight = 6; }; class PartEngine { - weight = 200; + weight = 25; }; class PartVRotor { - weight = 400; + weight = 50; }; class PartFueltankBroken { - weight = 7; + weight = 10; }; class PartWheelBroken { - weight = 6; + weight = 10; }; class PartEngineBroken { - weight = 110; + weight = 25; }; class PartVRotorBroken { - weight = 220; + weight = 50; }; class PartGlassBroken { - weight = 1; + weight = 6; }; // PartGeneric can be found under Items\Metal.hpp