CfgLootSmall Done, left off at tents[] in CfgLoot

This commit is contained in:
icomrade
2016-02-23 10:39:33 -05:00
parent 8cdc8e6e36
commit 71956df248
17 changed files with 324 additions and 31 deletions

View File

@@ -6,9 +6,13 @@ Office[] =
{Loot_WEAPON, 5, ItemFlashlight},
//Pistols
{Loot_WEAPON, 4, Makarov_DZ},
{Loot_WEAPON, 3, Revolver_DZ},
{Loot_WEAPON, 3, Makarov_DZ},
{Loot_WEAPON, 1, MakarovSD},
{Loot_WEAPON, 2, M1911_DZ},
{Loot_WEAPON, 2, M9_DZ},
{Loot_WEAPON, 1, M9SD},
{Loot_WEAPON, 2, G17_DZ},
{Loot_WEAPON, 2, Revolver_DZ},
//Rifles
{Loot_WEAPON, 3, MeleeBaseBallBat},
@@ -21,9 +25,14 @@ Office[] =
//Items
{Loot_MAGAZINE, 5, ItemAntibacterialWipe},
{Loot_MAGAZINE, 5, ItemPainkiller},
{Loot_MAGAZINE, 1, ItemBriefcaseEmpty},
{Loot_MAGAZINE, 1, ItemLockbox},
//{Loot_MAGAZINE, 3, 10x_303}, //IN GENERIC
//{Loot_MAGAZINE, 1, 5x_22_LR_17_HMR}, //IN GENERIC
//Groups
{Loot_GROUP, 10, Trash},
{Loot_GROUP, 8, Consumable},
{Loot_GROUP, 6, Trash},
{Loot_GROUP, 8, Generic},
{Loot_GROUP, 5, AmmoCivilian},
{Loot_GROUP, 2, AttachmentsGeneric}