Add boar attack sounds

This commit is contained in:
Wuzzy 2024-03-21 13:45:22 +01:00
parent 42bfd4baf1
commit d010bc05b3
4 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,8 @@ Moving critters and monsters.
Media files are licensed under CC BY-SA 4.0.
* `mobs_skunk_hiss.ogg`: by Reitanna, CC0 <https://freesound.org/people/Reitanna/sounds/343927/>
* `mobs_boar*.ogg`: by TheVeoMammoth11, CC BY 3.0 <https://freesound.org/people/TheVeoMammoth11/sounds/492654/>
* `mobs_walker_death.ogg`: modified sound made originally by SoundsnapFX, CC BY 3.0 <https://freesound.org/people/SoundsnapFX/sounds/584208/>
* `mobs_boar*.ogg`: derived from sound by TheVeoMammoth11, CC BY 3.0 (original title: Wild Boar / Grunting / Squealing) <https://freesound.org/people/TheVeoMammoth11/sounds/492654/>
* `mobs_walker_death.ogg`: modified sound made originally by SoundsnapFX, CC BY 3.0 (original title: Wood sticks on wood tabletop.) <https://freesound.org/people/SoundsnapFX/sounds/584208/>
* `mobs_walker_damage.1.ogg`: modified sound made originally by wavecal22, CC0 <https://freesound.org/people/wavecal22/sounds/537385/>
* `mobs_walker_damage.2.ogg`: modified sound made originally by wavecal22, CC0 <https://freesound.org/people/wavecal22/sounds/537388/>
* `mobs_walker_punch_no_damage.ogg`: modified sound made originally by wavecal22, CC0 <https://freesound.org/people/wavecal22/sounds/537387/>

View File

@ -55,6 +55,7 @@ rp_mobs.register_mob("rp_mobs_mobs:boar", {
call = "mobs_boar_call",
give_birth = "mobs_boar_give_birth",
horny = "mobs_boar_horny",
attack = "mobs_boar_attack",
},
animations = {
["idle"] = { frame_range = { x = 0, y = 60 }, default_frame_speed = 20 },

Binary file not shown.

Binary file not shown.