mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
15 lines
299 B
C++
15 lines
299 B
C++
ZombieBandit[] =
|
|
{
|
|
{Loot_MAGAZINE, 5, FoodMRE},
|
|
{Loot_MAGAZINE, 1, ItemHotwireKit},
|
|
{Loot_GROUP, 3, MedicalLow},
|
|
{Loot_GROUP, 10, AmmoMilitaryZed},
|
|
{Loot_GROUP, 2, Consumable}
|
|
};
|
|
|
|
ZombieBanditViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieMilitary},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
};
|