mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
17 lines
412 B
C++
17 lines
412 B
C++
ZombieHunter[] =
|
|
{
|
|
{Loot_GROUP, 4, Consumable},
|
|
{Loot_GROUP, 7, AmmoCivilian},
|
|
{Loot_MAGAZINE, 1, 1Rnd_Arrow_Wood},
|
|
{Loot_MAGAZINE, 3, ItemBandage},
|
|
{Loot_MAGAZINE, 1, 5Rnd_17HMR},
|
|
{Loot_MAGAZINE, 2, 10Rnd_303British},
|
|
{Loot_MAGAZINE, 2, ItemMixOil},
|
|
{Loot_MAGAZINE, 2, ItemDocument}
|
|
};
|
|
|
|
ZombieHunterViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieHunter},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
}; |