mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
* Adding 93 new zombie models based on arma 2 skins * Adding zombie strings * Adding new zombie loot groups * Adding new zombie loot groups, update pilot and doctor loot group * Adding some new zombies to crash sites * Adding new hunter zombies to farm buildings * Adding new hunter zombies to hunting buildings * Adding new military zombies to military buildings * Adding new zombies to residential buildings * Adding new zombies to supermarket buildings * New zombie documentation file * Update CHANGE LOG 1.0.6.3.txt * Capitalize all english zombie names at beginning
20 lines
526 B
C++
20 lines
526 B
C++
ZombieLumberJack[] =
|
|
{
|
|
{Loot_GROUP, 10, Consumable},
|
|
{Loot_GROUP, 2, AmmoCivilian},
|
|
{Loot_MAGAZINE, 3, ItemBandage},
|
|
{Loot_MAGAZINE, 2, ItemPainkiller},
|
|
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
|
{Loot_MAGAZINE, 2, ItemDocument},
|
|
{Loot_MAGAZINE, 2, ItemWire},
|
|
{Loot_MAGAZINE, 3, ItemTankTrap},
|
|
{Loot_MAGAZINE, 2, ItemComboLock},
|
|
{Loot_MAGAZINE, 2, ItemSledgeHead}
|
|
};
|
|
|
|
ZombieLumberJackViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieLumberJack},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
};
|