Plushie sounds (#16704)

* Initial commit

Plushies now emit the squeak sound on impact and don't when falling on the ground.

* Added Sound Files

* Added attributions

* Added source to attributions.yml
This commit is contained in:
HighTechPuddle
2023-05-23 12:00:23 +02:00
committed by GitHub
parent aaef57d32e
commit 394c3a0f18
5 changed files with 18 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -37,3 +37,8 @@
license: "CC-BY-SA-3.0"
copyright: "Created by SamKolber, shortened and converted to OGG and mono"
source: "https://freesound.org/people/SamKolber/sounds/210022/"
- files: ["Toys/toyfall1.ogg, Toys/toyfall2.ogg"]
license: "CC0-1.0"
copyright: "Created by HighTechPuddle"
source: "https://github.com/HighTechPuddle/space-station-14"

View File

@@ -11,12 +11,15 @@
- type: EmitSoundOnUse
sound:
collection: ToySqueak
- type: EmitSoundOnLand
sound:
collection: ToySqueak
- type: EmitSoundOnActivate
sound:
collection: ToySqueak
- type: EmitSoundOnCollide
sound:
collection: ToySqueak
- type: EmitSoundOnLand
sound:
collection: ToyFall
- type: ItemCooldown
- type: UseDelay
delay: 1.0

View File

@@ -8,4 +8,10 @@
- type: soundCollection
id: ShellEject
files:
- "/Audio/Weapons/Guns/Casings/shotgun_fall.ogg"
- "/Audio/Weapons/Guns/Casings/shotgun_fall.ogg"
- type: soundCollection
id: ToyFall
files:
- "/Audio/Items/Toys/ToyFall1.ogg"
- "/Audio/Items/Toys/ToyFall2.ogg"