From cb6ed37846717bc665baf7d570b0c5bad078bc7f Mon Sep 17 00:00:00 2001 From: Namindu Date: Fri, 25 Jul 2014 14:55:12 -0700 Subject: [PATCH] Added RedRyder BB Gun Ammo to Loot Table Forgot to add the ammo. Added ammo to "hunter", "generic" and "office". Chance of spawn is 0.05 Classname: "350Rnd_BB_Magazine" --- SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp b/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp index 375f49244..85ef03839 100644 --- a/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp +++ b/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp @@ -84,6 +84,7 @@ class CfgLoot { ,{"8Rnd_9x18_Makarov",0.08} ,{"15Rnd_W1866_Slug",0.02} ,{"WoodenArrow",0.04} + ,{"350Rnd_BB_Magazine",0.05} ,{"HandRoadFlare",0.07} ,{"ItemPainkiller",0.02} ,{"HandChemGreen",0.01} @@ -115,6 +116,7 @@ class CfgLoot { ,{"8Rnd_9x18_Makarov",0.09} ,{"15Rnd_W1866_Slug",0.02} ,{"WoodenArrow",0.04} + ,{"350Rnd_BB_Magazine",0.05} ,{"HandRoadFlare",0.07} ,{"ItemPainkiller",0.02} ,{"HandChemGreen",0.01} @@ -247,6 +249,7 @@ class CfgLoot { ,{"10x_303",0.1} ,{"ItemWaterbottleUnfilled",0.05} ,{"WoodenArrow",0.2} + ,{"350Rnd_BB_Magazine",0.05} ,{"ItemHeatPack",0.02} ,{"FoodMRE",0.01} ,{"FoodNutmix",0.02}