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
19 lines
595 B
C++
19 lines
595 B
C++
class Hunting : Default
|
|
{
|
|
zombieChance = 0.6;
|
|
minRoaming = 1;
|
|
maxRoaming = 3;
|
|
zombieClass[] = {"z_hunter","z_hunter","z_hunter","z_hunter2","z_hunter2","z_hunter3","z_hunter3","z_hunter4","z_hunter4"};
|
|
lootChance = 0.8;
|
|
lootGroup = Hunting;
|
|
};
|
|
|
|
class Land_Misc_deerstand: Hunting
|
|
{
|
|
zombieChance = 0.3;
|
|
maxRoaming = 3;
|
|
zedPos[] = {{0.419922,-0.234375,0.985291},{-0.836914,-0.929688,0.985291}};
|
|
lootChance = 0.5;
|
|
//lootPos[] = {{-0.836914,-0.929688,0.985291},{0.419922,-0.234375,0.985291}};
|
|
lootPos[] = {{-0.923828,-0.808594,1.08539},{0.419922,-0.237305,1.08539}};
|
|
}; |