Desk Bell fix, Poster Rise fix, Happyhonk Mime inhand fix. (#14973)
* deskbell, poster rise fix, happyhonk mime inhand fix. * cancollide: false
This commit is contained in:
@@ -29,6 +29,6 @@
|
|||||||
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"]
|
- files: ["desk_bell_ring.ogg"]
|
||||||
license: "CC0-1.0"
|
license: "CC-BY-SA-3.0"
|
||||||
copyright: "Created by NicholasJudy567, converted to OGG and mono"
|
copyright: "Created by SamKolber, shortened and converted to OGG and mono"
|
||||||
source: "https://freesound.org/people/NicholasJudy567/sounds/672185/"
|
source: "https://freesound.org/people/SamKolber/sounds/210022/"
|
||||||
|
|||||||
Binary file not shown.
@@ -8,34 +8,45 @@
|
|||||||
sprite: Objects/Misc/desk_bell.rsi
|
sprite: Objects/Misc/desk_bell.rsi
|
||||||
state: "normal"
|
state: "normal"
|
||||||
netsync: false
|
netsync: false
|
||||||
|
- type: InteractionPopup
|
||||||
|
successChance: 1
|
||||||
|
interactSuccessSound:
|
||||||
|
collection: DeskBell
|
||||||
|
params:
|
||||||
|
variation: 0.03
|
||||||
|
volume: 3
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/desk_bell_ring.ogg
|
collection: DeskBell
|
||||||
params:
|
params:
|
||||||
variation: 0.05
|
variation: 0.03
|
||||||
maxdistance: 60
|
volume: 3
|
||||||
volume: 2
|
- type: EmitSoundOnTrigger
|
||||||
- type: EmitSoundOnActivate
|
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/desk_bell_ring.ogg
|
collection: DeskBell
|
||||||
params:
|
params:
|
||||||
variation: 0.05
|
variation: 0.03
|
||||||
maxdistance: 60
|
volume: 3
|
||||||
volume: 2
|
|
||||||
- type: EmitSoundOnLand
|
- type: EmitSoundOnLand
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/desk_bell_ring.ogg
|
collection: DeskBell
|
||||||
params:
|
params:
|
||||||
variation: 0.05
|
variation: 0.03
|
||||||
maxdistance: 60
|
volume: 3
|
||||||
volume: 2
|
|
||||||
- type: ItemCooldown
|
- type: ItemCooldown
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 0.5
|
delay: 0.5
|
||||||
- type: MeleeWeapon
|
- type: MeleeWeapon
|
||||||
soundHit:
|
soundHit:
|
||||||
path: /Audio/Items/desk_bell_ring.ogg
|
collection: DeskBell
|
||||||
|
params:
|
||||||
|
variation: 0.03
|
||||||
|
volume: 3
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 0.1
|
Blunt: 4
|
||||||
- type: Anchorable
|
- type: Anchorable
|
||||||
|
- type: Transform
|
||||||
|
anchored: true
|
||||||
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
|
|||||||
@@ -523,7 +523,7 @@
|
|||||||
parent: PosterBase
|
parent: PosterBase
|
||||||
id: PosterContrabandRise
|
id: PosterContrabandRise
|
||||||
name: "Rise Up"
|
name: "Rise Up"
|
||||||
description: "A poster depicting a grey shirted man holding a crowbar with the words Rise written above it."
|
description: "A poster depicting a grey shirted man holding a crowbar with the word Rise written below it."
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: poster55_contraband
|
state: poster55_contraband
|
||||||
|
|||||||
@@ -8,3 +8,8 @@
|
|||||||
files:
|
files:
|
||||||
- /Audio/Items/brokenbikehorn.ogg
|
- /Audio/Items/brokenbikehorn.ogg
|
||||||
|
|
||||||
|
- type: soundCollection
|
||||||
|
id: DeskBell
|
||||||
|
files:
|
||||||
|
- /Audio/Items/desk_bell_ring.ogg
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user