mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
12 lines
228 B
C++
12 lines
228 B
C++
ZombieHunter[] =
|
|
{
|
|
{Loot_GROUP, 4, Consumable},
|
|
{Loot_GROUP, 7, AmmoCivilian},
|
|
{Loot_MAGAZINE, 1, 1Rnd_Arrow_Wood}
|
|
};
|
|
|
|
ZombieHunterViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieHunter},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
}; |