* bell

* soundCollection

* sound

* bell sound

* bell short

* surrendering
This commit is contained in:
Nim
2025-04-21 11:46:58 +03:00
committed by GitHub
parent 74cafc7584
commit 5bbf0df340
9 changed files with 79 additions and 1 deletions

View File

@@ -77,3 +77,8 @@
license: "CC0-1.0"
copyright: 'by IENBA on Freesound.org'
source: "https://freesound.org/people/IENBA/sounds/752275/"
- files: ["bell.ogg", "bell_short"]
license: "CC0-1.0"
copyright: 'Created by Fenodyrie on Freesound.org'
source: "https://freesound.org/people/Fenodyrie/sounds/583950/"

Binary file not shown.

Binary file not shown.

View 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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by Jaraten",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}