Skip to content

Commit

Permalink
убираем дубликат и комментим корваксную версию эмоций
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 13, 2024
1 parent 7353c89 commit 74c8b45
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 115 deletions.
132 changes: 66 additions & 66 deletions Resources/Prototypes/Corvax/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
@@ -1,68 +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: 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
#- 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
98 changes: 49 additions & 49 deletions Resources/Prototypes/Corvax/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
@@ -1,50 +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: 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!
- рычит
- рычит.
- рычит!
#- 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 74c8b45

Please sign in to comment.