Add skunk sounds
This commit is contained in:
parent
248521b297
commit
94e136edf7
@ -3,8 +3,10 @@ Mobs mod
|
|||||||
By PilzAdam, KrupnovPavel, Zeg9, TenPlus1
|
By PilzAdam, KrupnovPavel, Zeg9, TenPlus1
|
||||||
Tweaked by KaadmY, for Pixture
|
Tweaked by KaadmY, for Pixture
|
||||||
|
|
||||||
Asset license: CC BY-SA 4.0
|
Media file license: CC BY-SA 4.0
|
||||||
Source License:
|
* mobs_skunk_hiss.ogg: by Reitanna, CC0 <https://freesound.org/people/Reitanna/sounds/343927/>
|
||||||
|
|
||||||
|
Source code license:
|
||||||
api.lua: MIT
|
api.lua: MIT
|
||||||
sheep.lua: MIT
|
sheep.lua: MIT
|
||||||
boar.lua: MIT
|
boar.lua: MIT
|
||||||
|
@ -20,7 +20,9 @@ mobs:register_mob(
|
|||||||
},
|
},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
sounds = {
|
sounds = {
|
||||||
attack = "mobs_boar_angry",
|
attack = "mobs_skunk_hiss",
|
||||||
|
damage = "mobs_skunk_hiss",
|
||||||
|
death = "mobs_skunk_hiss",
|
||||||
distance = 16,
|
distance = 16,
|
||||||
},
|
},
|
||||||
walk_velocity = 1.5,
|
walk_velocity = 1.5,
|
||||||
|
BIN
mods/mobs/sounds/mobs_skunk_hiss.ogg
Normal file
BIN
mods/mobs/sounds/mobs_skunk_hiss.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user