desk bell from SS13 (tgstation) (#14870)
This commit is contained in:
@@ -27,3 +27,8 @@
|
|||||||
license: "CC-BY-SA-3.0"
|
license: "CC-BY-SA-3.0"
|
||||||
copyright: "Taken from tgstation, modified by brainfood1183 (github) for ss14"
|
copyright: "Taken from tgstation, modified by brainfood1183 (github) for ss14"
|
||||||
source: "https://github.com/tgstation/tgstation/blob/529d97cb1c105bcd548e95a9c9070bbf5253dd81/sound/items/AirHorn.ogg"
|
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/"
|
||||||
|
|||||||
BIN
Resources/Audio/Items/desk_bell_ring.ogg
Normal file
BIN
Resources/Audio/Items/desk_bell_ring.ogg
Normal file
Binary file not shown.
41
Resources/Prototypes/Entities/Objects/Misc/desk_bell.yml
Normal file
41
Resources/Prototypes/Entities/Objects/Misc/desk_bell.yml
Normal 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
|
||||||
14
Resources/Textures/Objects/Misc/desk_bell.rsi/meta.json
Normal file
14
Resources/Textures/Objects/Misc/desk_bell.rsi/meta.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Objects/Misc/desk_bell.rsi/normal.png
Normal file
BIN
Resources/Textures/Objects/Misc/desk_bell.rsi/normal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 164 B |
Reference in New Issue
Block a user