Skip to content

Commit

Permalink
Merge pull request #5 from iNV3RT3D/felinid-branch
Browse files Browse the repository at this point in the history
Fixed Felinid speech and slightly increased leap duration
  • Loading branch information
Catdere authored Oct 16, 2023
2 parents 890e752 + ce8b110 commit c8a8ad1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 1 deletion.
Binary file added Resources/Audio/Voice/Talk/felinid.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Talk/felinid_ask.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Talk/felinid_exclaim.ogg
Binary file not shown.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/chat/managers/chat-manager.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ chat-speech-verb-slime-1 = sloshes
chat-speech-verb-slime-2 = burbles
chat-speech-verb-slime-3 = oozes
chat-speech-verb-felinid = mews
chat-speech-verb-plant-1 = rustles
chat-speech-verb-plant-2 = sways
chat-speech-verb-plant-3 = creaks
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/en-US/species/felinid.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
felinid-dislikes-water-popup = The water clings to you, chilling you
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/felinid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
speechSounds: Felinid
speechVerb: Felinid
- type: Leap
duration: 0.5
duration: 0.6
- type: Butcherable
butcheringType: Spike
spawned:
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Voice/speech_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,12 @@
path: /Audio/Voice/Talk/arachnid_ask.ogg
exclaimSound:
path: /Audio/Voice/Talk/arachnid_exclaim.ogg

- type: speechSounds
id: Felinid
saySound:
path: /Audio/Voice/Talk/felinid.ogg
askSound:
path: /Audio/Voice/Talk/felinid_ask.ogg
exclaimSound:
path: /Audio/Voice/Talk/felinid_exclaim.ogg
5 changes: 5 additions & 0 deletions Resources/Prototypes/Voice/speech_verbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@
- chat-speech-verb-ghost-3
- chat-speech-verb-ghost-4
- chat-speech-verb-mumble

- type: speechVerb
id: Felinid
speechVerbStrings:
- chat-speech-verb-felinid

0 comments on commit c8a8ad1

Please sign in to comment.