Bell (#1185)
* bell * soundCollection * sound * bell sound * bell short * surrendering
This commit is contained in:
51
Resources/Prototypes/_CP14/Entities/Objects/Misc/bell.yml
Normal file
51
Resources/Prototypes/_CP14/Entities/Objects/Misc/bell.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14Bell
|
||||
name: bell
|
||||
description: A regular bell with a handle to attract attention.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Misc/bell.rsi
|
||||
state: icon
|
||||
- type: Tag
|
||||
tags:
|
||||
- Payload
|
||||
- type: InteractionPopup
|
||||
successChance: 1
|
||||
interactSuccessSound:
|
||||
path: /Audio/_CP14/Effects/bell.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 3
|
||||
onActivate: true
|
||||
- type: EmitSoundOnUse
|
||||
sound:
|
||||
path: /Audio/_CP14/Effects/bell.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 3
|
||||
- type: EmitSoundOnTrigger
|
||||
sound:
|
||||
path: /Audio/_CP14/Effects/bell.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 3
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/_CP14/Effects/bell_short.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 3
|
||||
- type: UseDelay
|
||||
delay: 1.5
|
||||
- type: MeleeWeapon
|
||||
wideAnimationRotation: 180
|
||||
soundHit:
|
||||
path: /Audio/_CP14/Effects/bell_short.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 3
|
||||
damage:
|
||||
types:
|
||||
Blunt: 4
|
||||
@@ -33,4 +33,4 @@
|
||||
files:
|
||||
- /Audio/_CP14/Effects/Wendigo/ritual1.ogg
|
||||
- /Audio/_CP14/Effects/Wendigo/ritual2.ogg
|
||||
- /Audio/_CP14/Effects/Wendigo/ritual3.ogg
|
||||
- /Audio/_CP14/Effects/Wendigo/ritual3.ogg
|
||||
|
||||
Reference in New Issue
Block a user