Add Garbage Man and Paramedic as zombies

Thx @DeVloek for the textures
This commit is contained in:
A Man
2021-10-27 21:24:49 +02:00
parent e766d1d344
commit 9dde58abb9
7 changed files with 28 additions and 17 deletions

View File

@@ -155,16 +155,8 @@
class z_new_worker4 : z_new_worker_base {
hiddenSelectionsTextures[] = {"z\addons\dayz_communityassets\zeds\overall\Overall_4_co.paa"};
};
/*
class z_policeman;
class z_new_policeman : z_policeman {
hiddenSelectionsTextures[] = {"\z\addons\dayz_communityassets\zeds\villager\villager_co.paa"};
};
class z_new_policeman : z_policeman {
hiddenSelectionsTextures[] = {"\z\addons\dayz_communityassets\zeds\policeman\policeman_co.paa"};
class Eventhandlers {
init = "(_this select 0) setObjectTexture [0, '\z\addons\dayz_communityassets\zeds\policeman\policeman_co.paa'];";
};
};
*/
class z_new_garbageman : z_new_worker_base {
displayName = $STR_ZNAME_GARBAGEMAN;
zombieLoot = ZombieCivilianViral;
hiddenSelectionsTextures[] = {"\dayz_epoch_c\skins\male\garbageman.paa"};
};

View File

@@ -2044,4 +2044,10 @@ class z_hero4 : z_hero1 {
};
class z_hero5 : z_hero1 {
HiddenSelectionsTextures[] = {"\Ca\Characters_PMC\PMC_soldier\Data\bauer_5_co.paa","\Ca\Characters_PMC\PMC_soldier\Data\Bauer_Gear_3_co.paa","\Ca\Characters_PMC\PMC_soldier\Data\HeadGear_CO.paa"};
};
class z_paramedic : z_firefighter1 {
displayName = $STR_ZNAME_PARAMEDIC;
zombieLoot = ZombieDoctor;
hiddenSelectionsTextures[] = {"\dayz_epoch_c\skins\male\paramedic.paa"};
};