Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,16 @@
Blunt: 1
clumsySound:
path: /Audio/Animals/monkey_scream.ogg
#Begin DeltaV additions
- type: Vocal
sounds:
Male: MonkeySounds
Female: MonkeySounds
Unsexed: MonkeySounds
wilhelmProbability: 0.01
- type: BodyEmotes
soundsId: MonkeySounds
#End DeltaV additions


- type: entity
Expand Down Expand Up @@ -1647,6 +1657,16 @@
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [SyndicateOperativeGearMonkey]
#Begin DeltaV additions
- type: Vocal
sounds:
Male: MonkeySounds
Female: MonkeySounds
Unsexed: MonkeySounds
wilhelmProbability: 0.01
- type: BodyEmotes
soundsId: MonkeySounds
#End DeltaV additions

- type: entity
id: MobMonkeySyndicateAgent
Expand Down
64 changes: 64 additions & 0 deletions Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,3 +734,67 @@
sounds:
Mew:
collection: FelinidMews

- type: emoteSounds
id: MonkeySounds
sounds:
Clap:
collection: Claps
params:
pitch: 1.3
ClapSingle:
collection: ClapSingle
Snap:
collection: Snaps
Salute:
collection: Salutes
Laugh:
path: /Audio/Animals/ferret_happy.ogg
params:
variation: 0.125
Cough:
path: /Audio/Effects/Diseases/monkey2.ogg
params:
pitch: 0.9
variation: 0.125
Whistle:
collection: Whistles
Sigh:
collection: MaleSigh
params:
variation: 0.125
Scream:
path: /Audio/Animals/monkey_scream.ogg
params:
variation: 0.125
Yawn:
path: /Audio/Animals/monkey_scream.ogg
params:
pitch: 0.6
variation: 0.125
volume: -4
Crying:
path: /Audio/Animals/ferret_happy.ogg
params:
pitch: 0.8
Snore:
collection: Snores
Weh:
collection: Weh
Hew:
collection: Hew
Honk:
collection: BikeHorn
Gasp:
collection: MaleGasp
params:
pitch: 1.3
DefaultDeathgasp:
collection: DeathGasp
Gulp:
path: /Audio/_Goobstation/Voice/Human/gulp.ogg
params:
pitch: 1.3
variation: 0.125
Blink: # Imp
collection: Blinks # Imp
Loading