Skip to content

Commit

Permalink
weh for lizards
Browse files Browse the repository at this point in the history
adds one new emote sound collection for weh juice, and the first one has chat triggers now.
  • Loading branch information
AlexUm418 committed Mar 24, 2024
1 parent 89db440 commit e4374c0
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Reagents/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
metabolismRate: 0.25
effects:
- !type:Emote
emote: Weh
emote: JuiceWeh
showInChat: true
probability: 0.5
- !type:Polymorph
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/SoundCollections/emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
files:
- /Audio/Voice/Slime/slime_squish.ogg

- type: soundCollection
id: JuiceWeh
files:
- /Audio/Items/Toys/weh.ogg

- type: soundCollection
id: Weh
files:
Expand Down
38 changes: 20 additions & 18 deletions Resources/Prototypes/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
collection: MaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh

- type: emoteSounds
id: FemaleHuman
Expand Down Expand Up @@ -68,8 +68,8 @@
collection: FemaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh

- type: emoteSounds
id: UnisexReptilian
Expand All @@ -88,6 +88,8 @@
collection: MaleCry
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh

- type: emoteSounds
id: MaleSlime
Expand Down Expand Up @@ -122,8 +124,8 @@
collection: MaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh
params:
variation: 0.125

Expand Down Expand Up @@ -160,8 +162,8 @@
collection: FemaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh
params:
variation: 0.125

Expand All @@ -185,8 +187,8 @@
collection: DionaLaugh
Honk:
collection: BikeHorn
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh
params:
variation: 0.125

Expand All @@ -203,8 +205,8 @@
path: /Audio/Voice/Arachnid/arachnid_chitter.ogg
Click:
path: /Audio/Voice/Arachnid/arachnid_click.ogg
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh

- type: emoteSounds
id: UnisexDwarf
Expand Down Expand Up @@ -237,8 +239,8 @@
collection: MaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh
params:
variation: 0.125
pitch: 0.75
Expand Down Expand Up @@ -274,8 +276,8 @@
collection: FemaleCry
Whistle:
collection: Whistles
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh
params:
variation: 0.125
pitch: 0.75
Expand All @@ -295,8 +297,8 @@
path: /Audio/Voice/Moth/moth_chitter.ogg
Squeak:
path: /Audio/Voice/Moth/moth_squeak.ogg
Weh:
collection: Weh
JuiceWeh:
collection: JuiceWeh

# body emotes
- type: emoteSounds
Expand Down
15 changes: 15 additions & 0 deletions Resources/Prototypes/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,25 @@
- buzzes.
- buzzes!

- type: emote
id: JuiceWeh
category: Vocal
chatMessages: [Wehs!]

- type: emote
id: Weh
category: Vocal
chatMessages: [Wehs!]
chatTriggers:
- weh
- weh.
- weh!
- wehs
- wehs.
- wehs!
- wehing
- wehing.
- wehing!

- type: emote
id: Chirp
Expand Down

0 comments on commit e4374c0

Please sign in to comment.