desk bell from SS13 (tgstation) (#14870)

This commit is contained in:
DocNight
2023-03-27 17:29:09 +03:00
committed by GitHub
parent a0e7ce2005
commit 57094966ce
5 changed files with 60 additions and 0 deletions

View File

@@ -27,3 +27,8 @@
license: "CC-BY-SA-3.0"
copyright: "Taken from tgstation, modified by brainfood1183 (github) for ss14"
source: "https://github.com/tgstation/tgstation/blob/529d97cb1c105bcd548e95a9c9070bbf5253dd81/sound/items/AirHorn.ogg"
- files: ["desk_bell_ring.ogg"]
license: "CC0-1.0"
copyright: "Created by NicholasJudy567, converted to OGG and mono"
source: "https://freesound.org/people/NicholasJudy567/sounds/672185/"

Binary file not shown.

View File

@@ -0,0 +1,41 @@
- type: entity
parent: BaseItem
id: DeskBell
name: desk bell
description: The cornerstone of any customer service job. You feel an unending urge to ring it.
components:
- type: Sprite
sprite: Objects/Misc/desk_bell.rsi
state: "normal"
netsync: false
- type: EmitSoundOnUse
sound:
path: /Audio/Items/desk_bell_ring.ogg
params:
variation: 0.05
maxdistance: 60
volume: 2
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/desk_bell_ring.ogg
params:
variation: 0.05
maxdistance: 60
volume: 2
- type: EmitSoundOnLand
sound:
path: /Audio/Items/desk_bell_ring.ogg
params:
variation: 0.05
maxdistance: 60
volume: 2
- type: ItemCooldown
- type: UseDelay
delay: 0.5
- type: MeleeWeapon
soundHit:
path: /Audio/Items/desk_bell_ring.ogg
damage:
types:
Blunt: 0.1
- type: Anchorable

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/22e6ce8a6bed9356e312fabe5e7552f81b9bf19f/icons/obj/bureaucracy.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "normal"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B