diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp index 00135679c..381585154 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgBuildingLoot.hpp @@ -454,11 +454,11 @@ class CfgBuildingLoot { { "militaryammo","single" } }; itemChance[] = { - 0.1, - 0.03, - 0.05, - 0.05, - 0.35, + 0.11, + 0.04, + 0.07, + 0.06, + 0.3, 0.19, 0.05, 0.01, @@ -691,7 +691,7 @@ class CfgBuildingLoot { { "machineguns","cfglootweapon" }, { "pistols","cfglootweapon" }, { "sniperrifles","cfglootweapon" }, - { "shotgunsingleshot","cfglootweapon" }, + { "militaryshotguns","cfglootweapon" }, { "submachinegun","cfglootweapon" }, { "AmmoBoxSmall_556","object" }, { "AmmoBoxSmall_762","object" }, diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp index ff77209b3..2bfb4458d 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp @@ -1028,4 +1028,17 @@ class CfgLoot { 0.15, } }; + + militaryshotguns[] = { + { + "Saiga12K", + "Remington870_lamp", + "M1014", + }, + { + 0.25, + 0.35, + 0.40 + } + }; };