From: pocl v <24708225+Pinkbat5@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:34:44 +0000 (-0500) Subject: Diona chirping & Nymph vocals (#32511) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3a917bcb561b2b5cbff280b3517aca5571f13a6d;p=space-station-14.git Diona chirping & Nymph vocals (#32511) * Adds chirping to adult diona * Added vocals for diona nymph * Nymphs now have a speechsound --- diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index b776a156fe..176c201789 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -3458,6 +3458,13 @@ gender: epicene - type: Speech speechVerb: Plant + speechSounds: Alto + allowedEmotes: ['Chirp'] + - type: Vocal + sounds: + Male: UnisexDiona + Female: UnisexDiona + Unsexed: UnisexDiona - type: Tag tags: - DoorBumpOpener diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index fdb7ac1e95..5ae09c4d82 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -86,6 +86,7 @@ - MobLayer - type: Speech speechVerb: Plant + allowedEmotes: ['Chirp'] - type: Vocal sounds: Male: UnisexDiona diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 96726eb7fe..a45260093f 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -237,6 +237,8 @@ path: /Audio/Voice/Diona/diona_scream.ogg Laugh: collection: DionaLaugh + Chirp: + path: /Audio/Animals/nymph_chirp.ogg Honk: collection: BikeHorn Weh: diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 21a884ed4c..9de4bb2b70 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -347,11 +347,15 @@ id: Chirp name: chat-emote-name-chirp category: Vocal + available: false icon: Interface/Emotes/chirp.png whitelist: - requireAll: true components: - Nymph + - Vocal + blacklist: + components: + - BorgChassis chatMessages: ["chat-emote-msg-chirp"] chatTriggers: - chirp