From 955ab009743e8c956a104469ace094d5e7a4e52d Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 15 Nov 2013 16:40:48 -0500 Subject: [PATCH] GunRack Fluff Storage --- SQF/dayz_code/Configs/cfgVehicles.hpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 6bb5ef1d2..5cf2e3f8e 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -1942,7 +1942,17 @@ class CfgVehicles { constructioncount = 3; removeoutput[] = {{"ItemFuelBarrelEmpty",1}}; }; - + class Gunrack1; + class GunRack_DZ: Gunrack1 + { + armor = 200; + scope = 2; + displayName = "Gun Rack"; + vehicleClass = "Fortifications"; + transportMaxWeapons = 20; + offset[] = {0,2.5,0}; + removeoutput[] = {{"ItemGunRackKit",1}}; + }; // modular class MetalFloor_DZ: ModularItems {