Bell (#1185)
* bell * soundCollection * sound * bell sound * bell short * surrendering
This commit is contained in:
@@ -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/"
|
||||
|
||||
BIN
Resources/Audio/_CP14/Effects/bell.ogg
Normal file
BIN
Resources/Audio/_CP14/Effects/bell.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/_CP14/Effects/bell_short.ogg
Normal file
BIN
Resources/Audio/_CP14/Effects/bell_short.ogg
Normal file
Binary file not shown.
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
|
||||
|
||||
BIN
Resources/Textures/_CP14/Objects/Misc/bell.rsi/icon.png
Normal file
BIN
Resources/Textures/_CP14/Objects/Misc/bell.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 B |
BIN
Resources/Textures/_CP14/Objects/Misc/bell.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/_CP14/Objects/Misc/bell.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 436 B |
BIN
Resources/Textures/_CP14/Objects/Misc/bell.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/_CP14/Objects/Misc/bell.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 429 B |
22
Resources/Textures/_CP14/Objects/Misc/bell.rsi/meta.json
Normal file
22
Resources/Textures/_CP14/Objects/Misc/bell.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user