mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
added some more bulk supply crates
bulk_ItemTankTrap, bulk_ItemWire, bulk_PartGeneric
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user