Scurrets - Audio Improvements (#38482)
* Scurret audio tuning * Add new sfx * Update sneezing sfx * YAML support * Rename a folder
This commit is contained in:
committed by
GitHub
parent
10fa6ff4af
commit
1bc3d37d40
@@ -56,7 +56,7 @@
|
||||
- type: Speech
|
||||
speechVerb: Wawa
|
||||
speechSounds: Wawa
|
||||
allowedEmotes: ['Thump'] # They're 80% tail
|
||||
allowedEmotes: ["Thump"] # They're 80% tail
|
||||
- type: TypingIndicator
|
||||
proto: moth
|
||||
- type: InteractionPopup
|
||||
@@ -109,7 +109,9 @@
|
||||
- type: Hunger
|
||||
baseDecayRate: 0.05 # They get a lil' hungy
|
||||
- type: BodyEmotes # Grants them clapping and so on.
|
||||
soundsId: GeneralBodyEmotes
|
||||
soundsId: Scurret
|
||||
- type: Deathgasp
|
||||
prototype: ScurretDeathgasp # You monster
|
||||
- type: Tag
|
||||
tags:
|
||||
- DoorBumpOpener
|
||||
|
||||
@@ -17,3 +17,18 @@
|
||||
id: WawaScream
|
||||
files:
|
||||
- /Audio/Animals/wawa_protest.ogg
|
||||
|
||||
- type: soundCollection
|
||||
id: WawaCry
|
||||
files:
|
||||
- /Audio/Animals/wawa_despair.ogg
|
||||
|
||||
- type: soundCollection
|
||||
id: WawaYawn
|
||||
files:
|
||||
- /Audio/Animals/wawa_yawn.ogg
|
||||
|
||||
- type: soundCollection
|
||||
id: WawaDeath
|
||||
files:
|
||||
- /Audio/Animals/wawa_the_end.ogg
|
||||
|
||||
@@ -581,6 +581,20 @@
|
||||
params:
|
||||
variation: 0.125
|
||||
sounds:
|
||||
Thump:
|
||||
path: /Audio/Effects/soft_thump.ogg
|
||||
params:
|
||||
variation: 0.125
|
||||
Clap:
|
||||
collection: Claps
|
||||
ClapSingle:
|
||||
collection: ClapSingle
|
||||
Snap:
|
||||
collection: Snaps
|
||||
params:
|
||||
volume: -6
|
||||
Salute:
|
||||
collection: Salutes
|
||||
Laugh:
|
||||
collection: WawaLaugh
|
||||
Sneeze:
|
||||
@@ -593,3 +607,19 @@
|
||||
collection: WawaSigh
|
||||
Scream:
|
||||
collection: WawaScream
|
||||
Yawn:
|
||||
collection: WawaYawn
|
||||
Crying:
|
||||
collection: WawaCry
|
||||
Snore:
|
||||
collection: Snores
|
||||
Weh:
|
||||
collection: Weh
|
||||
Hew:
|
||||
collection: Hew
|
||||
Honk:
|
||||
collection: BikeHorn
|
||||
Gasp:
|
||||
collection: MaleGasp
|
||||
DefaultDeathgasp:
|
||||
collection: WawaDeath
|
||||
|
||||
@@ -331,6 +331,12 @@
|
||||
icon: Interface/Emotes/deathgasp.png
|
||||
chatMessages: ["chat-emote-msg-deathgasp-monkey"]
|
||||
|
||||
- type: emote
|
||||
id: ScurretDeathgasp
|
||||
name: chat-emote-name-deathgasp
|
||||
icon: Interface/Emotes/deathgasp.png
|
||||
chatMessages: ["chat-emote-msg-deathgasp-scurret"]
|
||||
|
||||
- type: emote
|
||||
id: Buzz
|
||||
name: chat-emote-name-buzz
|
||||
|
||||
Reference in New Issue
Block a user