mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Adding 3 more options for zombie loot to give admins better possibilities to customize the zombie loot.
15 lines
333 B
C++
15 lines
333 B
C++
ZombiePilot[] =
|
|
{
|
|
{Loot_MAGAZINE, 1, FoodMRE},
|
|
{Loot_MAGAZINE, 2, ItemHotwireKit},
|
|
{Loot_GROUP, 3, MedicalLow},
|
|
{Loot_GROUP, 10, AmmoMilitaryLow},
|
|
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
|
{Loot_GROUP, 2, Consumable}
|
|
};
|
|
|
|
ZombiePilotViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieMilitary},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
}; |