Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/SpecialForces.hpp
2020-01-09 18:22:53 -06:00

15 lines
331 B
C++

ZombieSpecialForces[] =
{
{Loot_MAGAZINE, 5, FoodMRE},
{Loot_MAGAZINE, 1, ItemHotwireKit},
{Loot_GROUP, 3, MedicalLow},
{Loot_GROUP, 10, AmmoMilitaryZed},
{Loot_GROUP, 2, Consumable}
};
ZombieSpecialForcesViral[] =
{
{Loot_GROUP, 10, ZombieSpecialForces},
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};