Skip to content

Commit

Permalink
Owl Hooting for Harpies (#202)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Harpies can now do "*hoots" to hoot to their hearts content

---

# TODO

<!--
A list of everything you have to do before this PR is "complete"
You probably won't have to complete everything before merging but it's
good to leave future references
-->

- [x] Hoot 🦉

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>



https://github.com/user-attachments/assets/f424862e-e721-468f-9a5e-40f1068d2af3



</p>
</details>

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- add: Harpies have gained the ability to hoot

Co-authored-by: KyuPolaris <[email protected]>
  • Loading branch information
KyuPolaris and KyuPolaris authored Jan 26, 2025
1 parent 1443677 commit 4e170fa
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
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

0 comments on commit 4e170fa

Please sign in to comment.