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/"
--- /dev/null
+- 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
--- /dev/null
+{
+ "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"
+ }
+ ]
+}