mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 23:51:56 +03:00
Adding 93 new zombie models (#2023)
* 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
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
ZombieDoctor[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 5, ItemMorphine},
|
||||
{Loot_MAGAZINE, 3, ItemBloodTester},
|
||||
{Loot_MAGAZINE, 5, ItemHeatPack},
|
||||
{Loot_MAGAZINE, 2, ItemBloodbagEmpty},
|
||||
{Loot_GROUP, 2, Antibiotics},
|
||||
{Loot_GROUP, 6, Bloodbags},
|
||||
{Loot_GROUP, 7, MedicalLow}
|
||||
};
|
||||
|
||||
ZombieDoctorViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieMedical},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
ZombieDoctor[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 5, ItemMorphine},
|
||||
{Loot_MAGAZINE, 3, ItemBloodTester},
|
||||
{Loot_MAGAZINE, 5, ItemHeatPack},
|
||||
{Loot_MAGAZINE, 2, ItemBloodbagEmpty},
|
||||
{Loot_GROUP, 2, Antibiotics},
|
||||
{Loot_GROUP, 6, Bloodbags},
|
||||
{Loot_GROUP, 7, MedicalLow}
|
||||
};
|
||||
|
||||
ZombieDoctorViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieDoctor},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
Reference in New Issue
Block a user