#4219 upgraded EmitSoundSystem to use SoundSpecifier

This commit is contained in:
Galactic Chimp
2021-07-10 11:20:23 +02:00
parent da41942daf
commit 4500b66f28
5 changed files with 66 additions and 61 deletions

View File

@@ -14,7 +14,8 @@
QuickEquip: false
- type: ItemCooldown
- type: EmitSoundOnUse
sound: /Audio/Items/bikehorn.ogg
sound:
path: /Audio/Items/bikehorn.ogg
semitoneVariation: 6
- type: UseDelay
delay: 0.5

View File

@@ -12,6 +12,7 @@
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/skub.ogg
sound:
path: /Audio/Items/skub.ogg
- type: UseDelay
delay: 2.0

View File

@@ -5,11 +5,14 @@
id: BasePlushie
components:
- type: EmitSoundOnUse
soundCollection: ToySqueak
sound:
collection: ToySqueak
- type: EmitSoundOnLand
soundCollection: ToySqueak
sound:
collection: ToySqueak
- type: EmitSoundOnActivate
soundCollection: ToySqueak
sound:
collection: ToySqueak
- type: LoopingSound
- type: ItemCooldown
- type: UseDelay
@@ -90,7 +93,8 @@
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/rattle.ogg
sound:
path: /Audio/Items/Toys/rattle.ogg
- type: UseDelay
delay: 1.0
@@ -106,7 +110,8 @@
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/mousesqueek.ogg
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: UseDelay
delay: 1.0
@@ -122,7 +127,8 @@
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Voice/Vox/shriek1.ogg
sound:
path: /Audio/Voice/Vox/shriek1.ogg
- type: UseDelay
delay: 1.0
@@ -142,11 +148,13 @@
- type: Item
sprite: Objects/Misc/carvings.rsi
- type: EmitSoundOnThrow
sound: /Audio/Items/Toys/helpme.ogg
sound:
path: /Audio/Items/Toys/helpme.ogg
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/helpme.ogg
sound:
path: /Audio/Items/Toys/helpme.ogg
- type: UseDelay
delay: 1.0
@@ -162,11 +170,13 @@
- type: Item
sprite: Objects/Misc/carvings.rsi
- type: EmitSoundOnThrow
sound: /Audio/Items/Toys/hellothere.ogg
sound:
path: /Audio/Items/Toys/hellothere.ogg
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/hellothere.ogg
sound:
path: /Audio/Items/Toys/hellothere.ogg
- type: UseDelay
delay: 1.0
@@ -182,11 +192,13 @@
- type: Item
sprite: Objects/Misc/carvings.rsi
- type: EmitSoundOnThrow
sound: /Audio/Items/Toys/thankyou.ogg
sound:
path: /Audio/Items/Toys/thankyou.ogg
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/thankyou.ogg
sound:
path: /Audio/Items/Toys/thankyou.ogg
- type: UseDelay
delay: 1.0
@@ -202,11 +214,13 @@
- type: Item
sprite: Objects/Misc/carvings.rsi
- type: EmitSoundOnThrow
sound: /Audio/Items/Toys/verygood.ogg
sound:
path: /Audio/Items/Toys/verygood.ogg
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/verygood.ogg
sound:
path: /Audio/Items/Toys/verygood.ogg
- type: UseDelay
delay: 1.0
@@ -222,11 +236,13 @@
- type: Item
sprite: Objects/Misc/carvings.rsi
- type: EmitSoundOnThrow
sound: /Audio/Items/Toys/imsorry.ogg
sound:
path: /Audio/Items/Toys/imsorry.ogg
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/imsorry.ogg
sound:
path: /Audio/Items/Toys/imsorry.ogg
- type: UseDelay
delay: 1.0
@@ -297,7 +313,8 @@
- type: ItemCooldown
- type: LoopingSound
- type: EmitSoundOnUse
sound: /Audio/Items/Toys/ian.ogg
sound:
path: /Audio/Items/Toys/ian.ogg
- type: UseDelay
delay: 1.0