Add sound effects for Bloodsuckers

This commit is contained in:
worldwidesorrow
2021-08-18 12:25:29 -05:00
parent 8c463674b7
commit 8422133a7d
14 changed files with 65 additions and 0 deletions

View File

@@ -841,4 +841,69 @@ class CfgSounds {
sound[] = {"\dayz_sfx\effects\switch.ogg",0.5,1};
titles[] = {};
};
class z_bloodatt0_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\attack_0.ogg",0.177828,1};
titles[] = {};
};
class z_bloodatt1_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\attack_1.ogg",0.177828,1};
titles[] = {};
};
class z_bloodatt2_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\attack_2.ogg",0.177828,1};
titles[] = {};
};
class z_bloodatt3_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\attack_3.ogg",0.177828,1};
titles[] = {};
};
class z_bloodgrowl0_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\distant_growl_0.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodgrowl1_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\distant_growl_1.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodgrowl2_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\distant_growl_2.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodgrowl3_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\distant_growl_3.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodgrowl4_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\distant_growl_4.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodforest1_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\forest_hidden_1.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodforest2_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\forest_hidden_2.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodforest3_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\forest_hidden_3.ogg",0.25118899,1};
titles[] = {};
};
class z_bloodforest4_0 {
name = "";
sound[] = {"\dayz_sfx\bloodsucker\forest_hidden_4.ogg",0.25118899,1};
titles[] = {};
};
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.