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 1b942c264..eb43d9a47 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 @@ -133,7 +133,7 @@ class ItemSuitcaseBomb { weight = 8; }; -class ItemPlasicParts +class ItemPlasticParts { weight = 4; }; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp index a2403a33d..3d0490157 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp @@ -253,4 +253,16 @@ class CZ75SP_SD_DZ class DesertEagle_DZ { weight = 3.0; +}; +class DesertEagle_Gold_DZ +{ + weight = 5; +}; +class DesertEagle_Silver_DZ +{ + weight = 4; +}; +class DesertEagle_Modern_DZ +{ + weight = 3.2; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp index ac3483439..f1d980dab 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp @@ -2273,4 +2273,24 @@ class RK95_ACOG_DZ class G3_DZ { weight = 6.1; +}; +class SCAR_H_AK_DZ +{ + weight = 4.5; +}; +class SCAR_H_AK_CCO_DZ +{ + weight = 4.6; +}; +class SCAR_H_B_AK_CCO_DZ +{ + weight = 4.6; +}; +class SCAR_H_AK_HOLO_DZ +{ + weight = 4.6; +}; +class SCAR_H_AK_ACOG_DZ +{ + weight = 4.7; }; \ No newline at end of file