diff --git a/init.lua b/init.lua index 5399af6..75c6472 100644 --- a/init.lua +++ b/init.lua @@ -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, diff --git a/sounds/eating-brains.ogg b/sounds/eating-brains.ogg new file mode 100644 index 0000000..296a9ac Binary files /dev/null and b/sounds/eating-brains.ogg differ diff --git a/sounds/groan.ogg b/sounds/groan.ogg new file mode 100644 index 0000000..f91a3be Binary files /dev/null and b/sounds/groan.ogg differ diff --git a/sounds/rattles.ogg b/sounds/rattles.ogg new file mode 100644 index 0000000..6497b47 Binary files /dev/null and b/sounds/rattles.ogg differ diff --git a/textures/.zombie-base.xcf-autosave.kra b/textures/.zombie-base.xcf-autosave.kra deleted file mode 100644 index 253d76b..0000000 Binary files a/textures/.zombie-base.xcf-autosave.kra and /dev/null differ diff --git a/textures/zombie-base.kra~ b/textures/zombie-base.kra~ deleted file mode 100644 index 1946b71..0000000 Binary files a/textures/zombie-base.kra~ and /dev/null differ diff --git a/textures/zombie-base.png~ b/textures/zombie-base.png~ deleted file mode 100644 index a3c2bba..0000000 Binary files a/textures/zombie-base.png~ and /dev/null differ diff --git a/textures/zombie-base.psd b/textures/zombie-base.psd new file mode 100644 index 0000000..923de9e Binary files /dev/null and b/textures/zombie-base.psd differ diff --git a/textures/zombie-base.xcf b/textures/zombie-base.xcf index 5de83e1..440f902 100644 Binary files a/textures/zombie-base.xcf and b/textures/zombie-base.xcf differ diff --git a/textures/zombie04.png~ b/textures/zombie04.png~ deleted file mode 100644 index 92cdccd..0000000 Binary files a/textures/zombie04.png~ and /dev/null differ