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:
BIN
Resources/Audio/Items/Toys/ToyFall1.ogg
Normal file
BIN
Resources/Audio/Items/Toys/ToyFall1.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/Toys/ToyFall2.ogg
Normal file
BIN
Resources/Audio/Items/Toys/ToyFall2.ogg
Normal file
Binary file not shown.
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user