Tweaks ambient sound values and improves some existing sounds (#4576)
* Updates singularity to use AmbientSound * Removed hum from light tubes and tweaked vending/bulb ambience * Adds more explosion sound effects * Moves closet open/close.ogg and adds wooden closet sound effect * Updates flashlight on/off sound * Adds HL Scientist scream collection * Tweaks APC Ambience * Minor oversight on det locker * Addressed reviews
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
components:
|
||||
- type: AmbientOnPowered
|
||||
- type: AmbientSound
|
||||
volume: -15
|
||||
volume: -14
|
||||
range: 3
|
||||
sound:
|
||||
path: /Audio/Ambience/Objects/vending_machine_hum.ogg
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
description: A mesmerizing swirl of darkness that sucks in everything. If it's moving towards you, run.
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: AmbientSound
|
||||
volume: -10
|
||||
range: 14
|
||||
sound:
|
||||
path: /Audio/Effects/singularity.ogg
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
fixtures:
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: AmbientSound
|
||||
volume: -15
|
||||
range: 2
|
||||
sound:
|
||||
path: /Audio/Ambience/Objects/hdd_buzz.ogg
|
||||
- type: Clickable
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
state: cabinet
|
||||
- type: AccessReader
|
||||
access: [["Bar"]]
|
||||
- type: EntityStorage
|
||||
closeSound:
|
||||
path: /Audio/Effects/woodenclosetclose.ogg
|
||||
openSound:
|
||||
path: /Audio/Effects/woodenclosetopen.ogg
|
||||
|
||||
# Cargo
|
||||
- type: entity
|
||||
@@ -264,13 +269,10 @@
|
||||
# Detective
|
||||
- type: entity
|
||||
id: LockerDetective
|
||||
parent: LockerBase
|
||||
parent: LockerBooze
|
||||
name: detective's cabinet
|
||||
description: Usually cold and empty... like your heart.
|
||||
components:
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: StorageVisualizer
|
||||
state: cabinet
|
||||
- type: AccessReader
|
||||
access: [["Service"]] # TODO access [["Detective"]]
|
||||
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
description: "An unpowered light."
|
||||
suffix: Unpowered
|
||||
components:
|
||||
- type: AmbientSound
|
||||
volume: -12
|
||||
sound:
|
||||
path: /Audio/Ambience/Objects/light_hum.ogg
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Construction
|
||||
@@ -97,6 +93,11 @@
|
||||
suffix: Unpowered
|
||||
parent: WallLight
|
||||
components:
|
||||
- type: AmbientSound
|
||||
volume: -15
|
||||
range: 2
|
||||
sound:
|
||||
path: /Audio/Ambience/Objects/light_hum.ogg
|
||||
- type: Sprite
|
||||
sprite: Structures/Wallmounts/Lighting/light_small.rsi
|
||||
state: on
|
||||
|
||||
Reference in New Issue
Block a user