mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Bare-clawed Unathi footstep sounds. (#18975)
This PR will add barefoot walking sounds for Unathi. Their claws will make a clicky sound when they walk around. The sound files are lightweight, and should be less than 75 kilobytes total. The claw clicks are bespoke, sourced from a family dog and edited for clarity and noise reduction. The footstep noises beneath are from walk_indoor_barefoot.mp3 by dragonmin -- https://freesound.org/s/554592/ -- License: Creative Commons 0 https://github.com/Aurorastation/Aurora.3/assets/30341877/322a9767-ba2c-41df-82ae-21a7f80816ac
This commit is contained in:
@@ -850,6 +850,15 @@
|
||||
'sound/effects/footstep_skrell6.ogg'
|
||||
)
|
||||
|
||||
/singleton/sound_category/footstep_unathi_sound
|
||||
sounds = list(
|
||||
'sound/effects/footstep_unathi1.ogg',
|
||||
'sound/effects/footstep_unathi2.ogg',
|
||||
'sound/effects/footstep_unathi3.ogg',
|
||||
'sound/effects/footstep_unathi4.ogg',
|
||||
'sound/effects/footstep_unathi5.ogg'
|
||||
)
|
||||
|
||||
/singleton/sound_category/hammer_sound
|
||||
sounds = list(
|
||||
'sound/items/tools/hammer1.ogg',
|
||||
|
||||
@@ -105,6 +105,8 @@
|
||||
"Your scales bristle against the cold."
|
||||
)
|
||||
|
||||
footsound = /singleton/sound_category/footstep_unathi_sound
|
||||
|
||||
has_organ = list(
|
||||
BP_BRAIN = /obj/item/organ/internal/brain/unathi,
|
||||
BP_EYES = /obj/item/organ/internal/eyes/unathi,
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Crosarius
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- soundadd: "Added footstep sound effects for barefoot Unathi."
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user