Adds the clown recorder (Clown fix) (#15074)
This commit is contained in:
@@ -845,3 +845,21 @@
|
||||
base: Sixteen
|
||||
- type: StaticPrice
|
||||
price: 3
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: ClownRecorder
|
||||
name: clown recorder
|
||||
description: When you just can't get those laughs coming the natural way!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/clownrecorder.rsi
|
||||
state: icon
|
||||
- type: EmitSoundOnUse
|
||||
sound:
|
||||
collection: ClownRecorder
|
||||
- type: EmitSoundOnActivate
|
||||
sound:
|
||||
collection: ClownRecorder
|
||||
- type: UseDelay
|
||||
delay: 30.0
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
shoes: ClothingShoesClown
|
||||
mask: ClothingMaskClown
|
||||
pocket1: BikeHorn
|
||||
pocket2: ClownRecorder
|
||||
id: ClownPDA
|
||||
ears: ClothingHeadsetService
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
|
||||
6
Resources/Prototypes/SoundCollections/clownrecorder.yml
Normal file
6
Resources/Prototypes/SoundCollections/clownrecorder.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: soundCollection
|
||||
id: ClownRecorder
|
||||
files:
|
||||
- /Audio/Items/Toys/sitcom_laugh.ogg
|
||||
- /Audio/Items/Toys/sitcom_laugh2.ogg
|
||||
|
||||
Reference in New Issue
Block a user