Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Add the Female NPC sounds from the Cyberpangolin's girlfriend voice (…
Browse files Browse the repository at this point in the history
…thank you to you for give us your voice)
  • Loading branch information
BUISSON-DEBON Quentin committed Sep 17, 2015
1 parent 1688439 commit 7662998
Show file tree
Hide file tree
Showing 31 changed files with 7 additions and 2 deletions.
Empty file modified mods/chatplus/depends.txt
100644 → 100755
Empty file.
9 changes: 7 additions & 2 deletions mods/mobs/npc_female.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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)
Binary file added mods/mobs/sounds/mobs_fnpc.1.ogg
Binary file not shown.
Binary file added mods/mobs/sounds/mobs_fnpc.2.ogg
Binary file not shown.
Binary file added mods/mobs/sounds/mobs_fnpc_attack.ogg
Binary file not shown.
Binary file added mods/mobs/sounds/mobs_fnpc_hit.1.ogg
Binary file not shown.
Binary file added mods/mobs/sounds/mobs_fnpc_hit.2.ogg
Binary file not shown.
Empty file modified other_things/sounds/yeti/mobs_yeti_attack_1.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_attack_2.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_attack_3.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_damage_1.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_damage_2.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_damage_3.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_death_1.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_death_2.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_random_1.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_random_2.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/mobs_yeti_random_3.ogg
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti.aup
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000964.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e00009ea.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000ad1.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000aee.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000af4.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000b7e.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000c80.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000d06.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000d1e.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000d54.au
100644 → 100755
Empty file.
Empty file modified other_things/sounds/yeti/yeti_data/e00/d00/e0000fce.au
100644 → 100755
Empty file.

0 comments on commit 7662998

Please sign in to comment.