sound effects added.

master
NathanSalapat 2016-03-12 20:01:26 -06:00
parent a65cdddc41
commit ab85b3a447
10 changed files with 8 additions and 9 deletions

View File

@ -11,6 +11,11 @@ Inventory = {
{name = "cityscape:canned_food", chance = 4, min = 2, max = 5},
}
Noise = {
random = "eating-brains",
attack = "groan",
}
mobs:register_mob('zombies:1arm', {
type = "monster",
passive = false,
@ -27,9 +32,7 @@ mobs:register_mob('zombies:1arm', {
textures = Skins,
blood_texture = "default_wood.png",
makes_footstep_sound = true,
-- sounds = {
-- random = "mobs_treemonster",
-- },
sounds = Noise,
walk_velocity = 2,
run_velocity = 4,
jump = true,
@ -67,9 +70,7 @@ mobs:register_mob('zombies:crawler', {
textures = Skins,
blood_texture = "default_wood.png",
makes_footstep_sound = true,
-- sounds = {
-- random = "mobs_treemonster",
-- },
sounds = Noise,
walk_velocity = .5,
run_velocity = 1,
jump = true,
@ -107,9 +108,7 @@ mobs:register_mob('zombies:normal', {
textures = Skins,
blood_texture = "default_wood.png",
makes_footstep_sound = true,
-- sounds = {
-- random = "mobs_treemonster",
-- },
sounds = Noise,
walk_velocity = 2,
run_velocity = 4,
jump = true,

BIN
sounds/eating-brains.ogg Normal file

Binary file not shown.

BIN
sounds/groan.ogg Normal file

Binary file not shown.

BIN
sounds/rattles.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

BIN
textures/zombie-base.psd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB