CFGLoot should be done

Make sure there's no attachments or NEW _DZ weapons that support
attachments!!!!
This commit is contained in:
icomrade
2016-02-26 11:24:20 -05:00
parent 43b9da7c17
commit dde3215f9a
24 changed files with 371 additions and 143 deletions

View File

@@ -1,24 +1,36 @@
Office[] =
{
//Tools
{Loot_WEAPON, 8, ItemWatch},
{Loot_WEAPON, 3, ItemWatch},
{Loot_WEAPON, 6, ItemMap},
{Loot_WEAPON, 5, ItemFlashlight},
{Loot_WEAPON, 6, ItemCompass},
{Loot_WEAPON, 6, ItemKnife},
{Loot_WEAPON, 4, ItemFlashlight},
{Loot_WEAPON, 4, ItemMatchbox_DZE},
{Loot_WEAPON, 4, Binocular},
{Loot_WEAPON, 3, ItemCrowbar},
//Pistols
{Loot_GROUP, 10, pistols},
{Loot_GROUP, 4, military},
{Loot_GROUP, 6, shotgunsingleshot},
//Rifles
{Loot_WEAPON, 3, MeleeBaseBallBat},
//Backpacks
{Loot_GROUP, 4, backpacks},
{Loot_GROUP, 4, tents},
{Loot_GROUP, 3, clothes},
{Loot_GROUP, 2, specialclothes},
//Items
{Loot_MAGAZINE, 5, ItemAntibacterialWipe},
{Loot_MAGAZINE, 5, ItemPainkiller},
{Loot_MAGAZINE, 1, ItemBriefcaseEmpty},
{Loot_MAGAZINE, 1, ItemLockbox},
{Loot_MAGAZINE, 1, PartPlywoodPack},
{Loot_MAGAZINE, 1, ItemDocument},
//{Loot_MAGAZINE, 3, 10x_303}, //IN GENERIC
//{Loot_MAGAZINE, 1, 5x_22_LR_17_HMR}, //IN GENERIC
@@ -26,6 +38,6 @@ Office[] =
{Loot_GROUP, 8, Consumable},
{Loot_GROUP, 6, Trash},
{Loot_GROUP, 8, Generic},
{Loot_GROUP, 5, AmmoCivilian},
{Loot_GROUP, 2, AttachmentsGeneric}
{Loot_GROUP, 10, AmmoCivilian}
//{Loot_GROUP, 5, AttachmentsGeneric}
};