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

@@ -2,11 +2,16 @@ ZombieHunter[] =
{
{Loot_GROUP, 4, Consumable},
{Loot_GROUP, 7, AmmoCivilian},
{Loot_MAGAZINE, 1, 1Rnd_Arrow_Wood}
{Loot_MAGAZINE, 1, 1Rnd_Arrow_Wood},
{Loot_MAGAZINE, 3, ItemBandage},
{Loot_MAGAZINE, 1, 5x_22_LR_17_HMR},
{Loot_MAGAZINE, 2, 10x_303},
{Loot_MAGAZINE, 2, ItemMixOil},
{Loot_MAGAZINE, 2, ItemDocument}
};
ZombieHunterViral[] =
{
{Loot_GROUP, 10, ZombieHunter},
{Loot_MAGAZINE, 1, ItemAntibiotic1}
{Loot_MAGAZINE, 2, ItemAntibiotic1}
};