diff --git a/mods/chatplus/depends.txt b/mods/chatplus/depends.txt old mode 100644 new mode 100755 diff --git a/mods/mobs/npc_female.lua b/mods/mobs/npc_female.lua index 827cde1c..31b6985c 100755 --- a/mods/mobs/npc_female.lua +++ b/mods/mobs/npc_female.lua @@ -34,7 +34,12 @@ mobs:register_mob("mobs:npc_female", { }, -- sounds makes_footstep_sound = true, - sounds = {}, + sounds = { + random = "mobs_fnpc", -- 2 sounds + damage = "mobs_fnpc_hit", -- 2 sounds + attack = "mobs_fnpc_attack", -- 1 sound + death = "mobs_fnpc_death", -- 1 sound + }, -- speed and jump walk_velocity = 3, run_velocity = 3, @@ -115,6 +120,6 @@ mobs:register_mob("mobs:npc_female", { }) -- spawning enable for now -mobs:spawn_specific("mobs:npc_female", {"default:dirt_with_grass", "default:dirt", "default:junglegrass", "default:sand"}, {"air"}, -1, 20, 30, 300000, 1, -31000, 31000, true) +mobs:spawn_specific("mobs:npc_female", {"default:dirt_with_grass", "default:dirt", "default:junglegrass", "default:sand"}, {"air"}, -1, 20, 30, 100000, 1, -31000, 31000, true) -- register spawn egg mobs:register_egg("mobs:npc_female", "Npc", "mobs_npc_female_inv.png", 1) diff --git a/mods/mobs/sounds/mobs_fnpc.1.ogg b/mods/mobs/sounds/mobs_fnpc.1.ogg new file mode 100755 index 00000000..5ce3aae9 Binary files /dev/null and b/mods/mobs/sounds/mobs_fnpc.1.ogg differ diff --git a/mods/mobs/sounds/mobs_fnpc.2.ogg b/mods/mobs/sounds/mobs_fnpc.2.ogg new file mode 100755 index 00000000..09cae2ad Binary files /dev/null and b/mods/mobs/sounds/mobs_fnpc.2.ogg differ diff --git a/mods/mobs/sounds/mobs_fnpc_attack.ogg b/mods/mobs/sounds/mobs_fnpc_attack.ogg new file mode 100755 index 00000000..1625e455 Binary files /dev/null and b/mods/mobs/sounds/mobs_fnpc_attack.ogg differ diff --git a/other_things/sounds/female_NPC/mobs_fnpc_death.ogg b/mods/mobs/sounds/mobs_fnpc_death.ogg similarity index 100% rename from other_things/sounds/female_NPC/mobs_fnpc_death.ogg rename to mods/mobs/sounds/mobs_fnpc_death.ogg diff --git a/mods/mobs/sounds/mobs_fnpc_hit.1.ogg b/mods/mobs/sounds/mobs_fnpc_hit.1.ogg new file mode 100755 index 00000000..e524c99f Binary files /dev/null and b/mods/mobs/sounds/mobs_fnpc_hit.1.ogg differ diff --git a/mods/mobs/sounds/mobs_fnpc_hit.2.ogg b/mods/mobs/sounds/mobs_fnpc_hit.2.ogg new file mode 100755 index 00000000..f148129f Binary files /dev/null and b/mods/mobs/sounds/mobs_fnpc_hit.2.ogg differ diff --git a/other_things/sounds/yeti/mobs_yeti_attack_1.ogg b/other_things/sounds/yeti/mobs_yeti_attack_1.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_attack_2.ogg b/other_things/sounds/yeti/mobs_yeti_attack_2.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_attack_3.ogg b/other_things/sounds/yeti/mobs_yeti_attack_3.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_damage_1.ogg b/other_things/sounds/yeti/mobs_yeti_damage_1.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_damage_2.ogg b/other_things/sounds/yeti/mobs_yeti_damage_2.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_damage_3.ogg b/other_things/sounds/yeti/mobs_yeti_damage_3.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_death_1.ogg b/other_things/sounds/yeti/mobs_yeti_death_1.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_death_2.ogg b/other_things/sounds/yeti/mobs_yeti_death_2.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_random_1.ogg b/other_things/sounds/yeti/mobs_yeti_random_1.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_random_2.ogg b/other_things/sounds/yeti/mobs_yeti_random_2.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/mobs_yeti_random_3.ogg b/other_things/sounds/yeti/mobs_yeti_random_3.ogg old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti.aup b/other_things/sounds/yeti/yeti.aup old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000964.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000964.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e00009ea.au b/other_things/sounds/yeti/yeti_data/e00/d00/e00009ea.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000ad1.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000ad1.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000aee.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000aee.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000af4.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000af4.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000b7e.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000b7e.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000c80.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000c80.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000d06.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000d06.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000d1e.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000d1e.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000d54.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000d54.au old mode 100644 new mode 100755 diff --git a/other_things/sounds/yeti/yeti_data/e00/d00/e0000fce.au b/other_things/sounds/yeti/yeti_data/e00/d00/e0000fce.au old mode 100644 new mode 100755