From 1693b33d42cf7a4ee22fc4f73b4efceb57c7be24 Mon Sep 17 00:00:00 2001 From: Namindu Date: Fri, 25 Jul 2014 14:48:35 -0700 Subject: [PATCH] Added RedRyder BB Gun to Loot Table Available as "farmweapons" and "shotgunsingleshot". Chance of spawn is 0.06. --- SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp b/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp index 375f49244..d22c5db16 100644 --- a/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp +++ b/SQF/dayz_code/Configs/CfgLoot/CfgLoot.hpp @@ -369,6 +369,7 @@ class CfgLoot { ,{"Saiga12K",0.13} ,{"Remington870_lamp",0.1} ,{"Crossbow_DZ",0.07} + ,{"RedRyder",0.06} ,{"M1014",0.05} }; farmweapons[] = { @@ -378,6 +379,7 @@ class CfgLoot { ,{"Saiga12K",0.13} ,{"Remington870_lamp",0.1} ,{"Crossbow_DZ",0.07} + ,{"RedRyder",0.06} ,{"huntingrifle",0.05} ,{"Chainsaw",0.01} };