Skip to content

Commit

Permalink
Add vulpkanin growl & howl emotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Jun 3, 2024
1 parent 0113332 commit 8fcc768
Show file tree
Hide file tree
Showing 11 changed files with 145 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Audio/Corvax/Effects/Growl/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["growl1.ogg", "growl2.ogg", "growl3.ogg"]
license: "CC-BY-SA-3.0"
copyright: 'by ParadiseSS13'
source: "https://github.com/ParadiseSS13/Paradise/commit/4ec5d79e97bc88bdca8c89c1da9378a798e18350"
Binary file added Resources/Audio/Corvax/Effects/Growl/growl1.ogg
Binary file not shown.
Binary file added Resources/Audio/Corvax/Effects/Growl/growl2.ogg
Binary file not shown.
Binary file added Resources/Audio/Corvax/Effects/Growl/growl3.ogg
Binary file not shown.
4 changes: 4 additions & 0 deletions Resources/Audio/Corvax/Effects/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["howl.ogg"]
license: "CC-BY-SA-3.0"
copyright: 'by ParadiseSS13'
source: "https://github.com/ParadiseSS13/Paradise/commit/4ec5d79e97bc88bdca8c89c1da9378a798e18350"
Binary file added Resources/Audio/Corvax/Effects/howl.ogg
Binary file not shown.
6 changes: 6 additions & 0 deletions Resources/Locale/ru-RU/corvax/chat/emotes.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Имена
chat-emote-name-howl = Выть
chat-emote-name-growl = Рычит
# Сообщение
chat-emote-msg-howl = воет
chat-emote-msg-growl = рычит
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
- type: ContentEye
targetZoom: "1.125, 1.125"
maxZoom: "1.125, 1.125"
- type: Speech
allowedEmotes: ['Howl', 'Growl']
- type: Vocal
sounds:
Male: MaleVulpkanin
Female: FemaleVulpkanin
Unsexed: MaleVulpkanin
- type: GrowlingAccent
- type: MeleeWeapon
animation: WeaponArcClaw
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Corvax/SoundCollections/growl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: soundCollection
id: Growl
files:
- /Audio/Corvax/Effects/Growl/growl1.ogg
- /Audio/Corvax/Effects/Growl/growl2.ogg
- /Audio/Corvax/Effects/Growl/growl3.ogg
68 changes: 68 additions & 0 deletions Resources/Prototypes/Corvax/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# species
- type: emoteSounds
id: MaleVulpkanin
params:
variation: 0.125
sounds:
Scream:
collection: MaleScreams
Laugh:
collection: MaleLaugh
Growl:
collection: Growl
Howl:
path: /Audio/Corvax/Effects/howl.ogg
Sneeze:
collection: MaleSneezes
Cough:
collection: MaleCoughs
Yawn:
collection: MaleYawn
Snore:
collection: Snores
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
Gasp:
collection: MaleGasp
DefaultDeathgasp:
collection: MaleDeathGasp

- type: emoteSounds
id: FemaleVulpkanin
params:
variation: 0.125
sounds:
Scream:
collection: FemaleScreams
Laugh:
collection: FemaleLaugh
Growl:
collection: Growl
Howl:
path: /Audio/Corvax/Effects/howl.ogg
Sneeze:
collection: FemaleSneezes
Cough:
collection: FemaleCoughs
Yawn:
collection: FemaleYawn
Snore:
collection: Snores
Sigh:
collection: FemaleSigh
Crying:
collection: FemaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
Gasp:
collection: FemaleGasp
DefaultDeathgasp:
collection: FemaleDeathGasp
50 changes: 50 additions & 0 deletions Resources/Prototypes/Corvax/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- type: emote
id: Howl
name: chat-emote-name-howl
category: Vocal
available: false
icon: Interface/Actions/scream.png
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: ["chat-emote-msg-howl"]
chatTriggers:
- howl
- howl.
- howl!
- howls
- howls.
- howls!
- воет
- воет.
- воет!
- завывает
- завывает.
- завывает!

- type: emote
id: Growl
name: chat-emote-name-growl
category: Vocal
available: false
icon: Interface/Actions/scream.png
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: ["chat-emote-msg-growl"]
chatTriggers:
- growl
- growl.
- growl!
- growls
- growls.
- growls!
- рычит
- рычит.
- рычит!

0 comments on commit 8fcc768

Please sign in to comment.