From 13b15e6303d85ab636a485d9d4028b92defc2217 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 24 Nov 2013 01:23:01 -0600 Subject: [PATCH] shotgun loot tweaks for military special --- .../Configs/CfgBuildingLoot/CfgBuildingLoot.hpp | 12 ++++++------ SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp | 13 +++++++++++++ 2 files changed, 19 insertions(+), 6 deletions(-) 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 + } + }; };