mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 03:01:52 +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:
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Bodyguard.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Bodyguard.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
ZombieBodyguard[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieBodyguardViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieBodyguard},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Crewman.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Crewman.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
ZombieCrewman[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieCrewmanViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieCrewman},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -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}
|
||||
};
|
||||
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Ghillie.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Ghillie.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
ZombieGhillie[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieGhillieViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieGhillie},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
19
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Lumberjack.hpp
Normal file
19
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Lumberjack.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
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}
|
||||
};
|
||||
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Officer.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Officer.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
ZombieOfficer[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieOfficerViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieOfficer},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -1,15 +1,15 @@
|
||||
ZombiePilot[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, 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}
|
||||
};
|
||||
ZombiePilot[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombiePilotViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombiePilot},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
|
||||
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Rebels.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Rebels.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
ZombieRebels[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieRebelsViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieRebels},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Rocker.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Rocker.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
ZombieRocker[] =
|
||||
{
|
||||
{Loot_GROUP, 6, Consumable},
|
||||
{Loot_GROUP, 1, AmmoCivilian},
|
||||
{Loot_MAGAZINE, 3, ItemBandage},
|
||||
{Loot_MAGAZINE, 2, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
||||
{Loot_MAGAZINE, 3, ItemDocument}
|
||||
};
|
||||
|
||||
ZombieRockerViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieRocker},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
@@ -0,0 +1,15 @@
|
||||
ZombieSpecialForces[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 1, FoodMRE},
|
||||
{Loot_MAGAZINE, 0.5, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieSpecialForcesViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieSpecialForces},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
Reference in New Issue
Block a user