Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Owl Hooting for Harpies #202

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Resources/Audio/Effects/Emotes/harpyHoot1.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/Emotes/harpyHoot2.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/Emotes/harpyHoot3.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/Emotes/harpyHoot4.ogg
Binary file not shown.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/chat/emotes.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ chat-emote-name-harpypew = Pew
chat-emote-name-harpybang = Bang
chat-emote-name-harpyrev = Rev
chat-emote-name-harpycaw = Caw
chat-emote-name-harpyhoot = Hoot
# Vulp
chat-emote-name-tailwag = Wag Tail
chat-emote-name-vulpbark = Bark
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
collection: HarpySqueak
HarpyCaw:
collection: HarpyCaws
HarpyHoot:
collection: HarpyHoots
Chirp:
collection: HarpyChirps
Snarl:
Expand Down
15 changes: 15 additions & 0 deletions Resources/Prototypes/DeltaV/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@
chatTriggers:
- caws

- type: emote
id: HarpyHoot
name: chat-emote-name-harpyhoot
category: Vocal
icon: Interface/Emotes/caw.png
whitelist:
tags:
- HarpyEmotes
blacklist:
components:
- BorgChassis
chatMessages: [ hoots ]
chatTriggers:
- hoots

#Vulpkanin
- type: emote
id: Bark
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/SoundCollections/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,11 @@
- /Audio/Voice/Talk/pai.ogg
- /Audio/Voice/Talk/pai_ask.ogg
- /Audio/Voice/Talk/pai_exclaim.ogg

- type: soundCollection
id: HarpyHoots
files:
- /Audio/Effects/Emotes/harpyHoot1.ogg
- /Audio/Effects/Emotes/harpyHoot2.ogg
- /Audio/Effects/Emotes/harpyHoot3.ogg
- /Audio/Effects/Emotes/harpyHoot4.ogg
Loading