From ad53f1612dd2fe3e6d1870b4a78b57e19861160c Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 11 Aug 2013 10:46:15 -0500 Subject: [PATCH] added some more bulk supply crates bulk_ItemTankTrap, bulk_ItemWire, bulk_PartGeneric --- SQF/dayz_code/Configs/CfgMagazines.hpp | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index e82dfe386..47f76e2b4 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -1059,6 +1059,49 @@ class CfgMagazines { }; }; }; + + class bulk_ItemTankTrap: bulk + { + descriptionShort = "12 x Tank Trap"; + class ItemActions + { + class CreateMags + { + text = "Open %1"; + script = "spawn player_loadCrate;"; + output[] = {"ItemTankTrap",12,"magazine"}; + }; + }; + }; + + class bulk_ItemWire: bulk + { + descriptionShort = "12 x Wire Kit"; + class ItemActions + { + class CreateMags + { + text = "Open %1"; + script = "spawn player_loadCrate;"; + output[] = {"ItemWire",12,"magazine"}; + }; + }; + }; + + class bulk_PartGeneric: bulk + { + descriptionShort = "12 x Scrap Metal"; + class ItemActions + { + class CreateMags + { + text = "Open %1"; + script = "spawn player_loadCrate;"; + output[] = {"PartGeneric",12,"magazine"}; + }; + }; + }; + class bulk_17Rnd_9x19_glock17: bulk { descriptionShort = "12 x 17Rnd_9x19_glock17";