New reptile sounds (#32064)
* Adds emotes to the Reptilian species: Tailthump, Hiss Todo: Huff * Adds emotes to the Reptilian species: Tailthump, Hiss Todo: Huff * Added ReptilianBodyEmotes to speech_emote_sounds.yml, yada yada yada * added sound and changed volume * fix thingies * fixed bug with reptilians not being able to do default emotes * lowered the volume of the hiss and huff * reformat the yml * Add sigh keywords to the huff * Undo changes to BuildChecker.csproj * Add icons to the emotes * Remove sigh triggers from the huff emote since it breaks normal sighing. * Remove the Huff and Hiss since i cant find good audio for it * i forgor * Changed attribution * Credit Sarahon for the tailslap --------- Co-authored-by: nicho <nicholasnewsom577@gmail.com>
This commit is contained in:
@@ -1432,11 +1432,14 @@
|
||||
- type: Speech
|
||||
speechSounds: Lizard
|
||||
speechVerb: Reptilian
|
||||
allowedEmotes: ['Thump']
|
||||
- type: Vocal
|
||||
sounds:
|
||||
Male: MaleReptilian
|
||||
Female: FemaleReptilian
|
||||
Unsexed: MaleReptilian
|
||||
- type: BodyEmotes
|
||||
soundsId: ReptilianBodyEmotes
|
||||
- type: TypingIndicator
|
||||
proto: lizard
|
||||
- type: InteractionPopup
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
- type: Speech
|
||||
speechSounds: Lizard
|
||||
speechVerb: Reptilian
|
||||
allowedEmotes: ['Thump']
|
||||
- type: TypingIndicator
|
||||
proto: lizard
|
||||
- type: Vocal
|
||||
@@ -37,6 +38,8 @@
|
||||
Male: MaleReptilian
|
||||
Female: FemaleReptilian
|
||||
Unsexed: MaleReptilian
|
||||
- type: BodyEmotes
|
||||
soundsId: ReptilianBodyEmotes
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
damageModifierSet: Scale
|
||||
|
||||
@@ -424,6 +424,22 @@
|
||||
path: /Audio/Voice/Diona/diona_salute.ogg
|
||||
params:
|
||||
volume: -5
|
||||
|
||||
- type: emoteSounds
|
||||
id: ReptilianBodyEmotes
|
||||
sounds:
|
||||
Thump:
|
||||
path: /Audio/Voice/Reptilian/reptilian_tailthump.ogg
|
||||
params:
|
||||
variation: 0.125
|
||||
Clap:
|
||||
collection: Claps
|
||||
Snap:
|
||||
collection: Snaps
|
||||
params:
|
||||
volume: -6
|
||||
Salute:
|
||||
collection: Salutes
|
||||
|
||||
# mobs
|
||||
- type: emoteSounds
|
||||
|
||||
@@ -242,6 +242,31 @@
|
||||
- snapping fingers
|
||||
- snapped fingers
|
||||
|
||||
- type: emote
|
||||
id: Thump
|
||||
name: chat-emote-name-thump
|
||||
category: Hands
|
||||
available: false
|
||||
icon: Interface/Emotes/tailslap.png
|
||||
whitelist:
|
||||
components:
|
||||
- Hands
|
||||
blacklist:
|
||||
components:
|
||||
- BorgChassis
|
||||
chatMessages: ["chat-emote-msg-thump"]
|
||||
chatTriggers:
|
||||
- thump
|
||||
- thumps
|
||||
- thumping
|
||||
- thumped
|
||||
- thump tail
|
||||
- thumps tail
|
||||
- thumps their tail
|
||||
- thumps her tail
|
||||
- thumps his tail
|
||||
- thumps its tail
|
||||
|
||||
- type: emote
|
||||
id: Salute
|
||||
name: chat-emote-name-salute
|
||||
|
||||
Reference in New Issue
Block a user