From e9382d84de81997c1a89b5ddabb344eaca3ab9d2 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Tue, 3 Dec 2013 14:00:57 -0600 Subject: [PATCH] grave WH --- SQF/dayz_code/Configs/cfgVehicles.hpp | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 1f50e7df7..1e194b71f 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -3150,6 +3150,18 @@ class CfgVehicles { lockedClass = "LockboxStorageLocked"; packedClass = "WeaponHolder_ItemLockbox"; }; - - + class GraveDZE: Land_A_tent + { + vehicleClass = "Survival"; + displayName = "Grave DZE"; + destrType = "DestructNo"; + memoryPointSupply = "collect"; + supplyRadius = 3; + transportMaxMagazines = 80; + transportMaxWeapons = 5; + transportMaxBackpacks = 1; + transportAmmo = 0; + transportRepair = 0; + transportFuel = 0; + }; };