mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
14 lines
287 B
C++
14 lines
287 B
C++
ZombieApo[] =
|
|
{
|
|
{Loot_MAGAZINE, 5, FoodMRE},
|
|
{Loot_MAGAZINE, 1, ItemHotwireKit},
|
|
{Loot_GROUP, 3, MedicalLow},
|
|
{Loot_GROUP, 10, AmmoMilitaryZed},
|
|
{Loot_GROUP, 2, Consumable}
|
|
};
|
|
|
|
ZombieApoViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieApo},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
}; |