Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drask audio update #155

Merged
merged 1 commit into from
Nov 24, 2023
Merged
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
Binary file added Resources/Audio/ADT/Drask/draskcough.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Drask/draskscream.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Drask/drasksneeze.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Drask/drasktalk.ogg
Binary file not shown.
101 changes: 101 additions & 0 deletions Resources/Prototypes/ADT/Drask/Mobs/Species/Drask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
Brute:
sprite: Mobs/Effects/brute_damage.rsi
color: "#0091ff"
- type: Speech
speechSounds: Drask
- type: Vocal
sounds:
Male: MaleDrask
Female: FemaleDrask
Unsexed: MaleDrask

- type: entity
save: false
Expand All @@ -62,3 +69,97 @@
components:
- type: HumanoidAppearance
species: DraskSpecies

- type: emoteSounds
id: MaleDrask
params:
variation: 0.125
sounds:
Scream:
collection: DraskScream
Laugh:
collection: MaleLaugh
Sneeze:
collection: DraskSneeze
Cough:
collection: DraskCough
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: MaleYawn
Snore:
collection: Snores
Honk:
collection: BikeHorn
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles

- type: emoteSounds
id: FemaleDrask
params:
variation: 0.125
sounds:
Scream:
collection: DraskScream
Laugh:
collection: FemaleLaugh
Sneeze:
collection: DraskSneeze
Cough:
collection: DraskCough
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: FemaleYawn
Snore:
collection: Snores
Honk:
collection: CluwneHorn
Sigh:
collection: FemaleSigh
Crying:
collection: FemaleCry
Whistle:
collection: Whistles

- type: soundCollection
id: DraskCough
files:
- /Audio/ADT/Drask/draskcough.ogg
- type: soundCollection
id: DraskScream
files:
- /Audio/ADT/Drask/draskscream.ogg
- type: soundCollection
id: DraskSneeze
files:
- /Audio/ADT/Drask/drasksneeze.ogg
- type: soundCollection
id: DraskTalk
files:
- /Audio/ADT/Drask/drasktalk.ogg

- type: speechSounds
id: Drask
saySound:
path: /Audio/ADT/Drask/drasktalk.ogg
askSound:
path: /Audio/ADT/Drask/drasktalk.ogg
exclaimSound:
path: /Audio/ADT/Drask/drasktalk.ogg
Loading