small ambient sound update (#15480)

This commit is contained in:
Kit0vras
2023-04-22 13:40:57 +03:00
committed by GitHub
parent f5efbcb558
commit cf50379734
3 changed files with 20 additions and 4 deletions

View File

@@ -112,6 +112,12 @@
damage: damage:
types: types:
Heat: 5 Heat: 5
- type: AmbientOnPowered
- type: AmbientSound
volume: -15
range: 2
sound:
path: /Audio/Ambience/Objects/light_hum.ogg
#LED lights #LED lights
- type: entity - type: entity

View File

@@ -42,7 +42,6 @@
sound: sound:
path: /Audio/Effects/metalbreak.ogg path: /Audio/Effects/metalbreak.ogg
- type: entity - type: entity
parent: BaseLightStructure parent: BaseLightStructure
id: LightPostSmall id: LightPostSmall
@@ -66,7 +65,6 @@
softness: 1 softness: 1
offset: "0, -0.5" offset: "0, -0.5"
- type: entity - type: entity
id: PoweredLightPostSmallEmpty id: PoweredLightPostSmallEmpty
name: post light name: post light
@@ -124,3 +122,9 @@
Heat: 20 Heat: 20
- type: StaticPrice - type: StaticPrice
price: 25 price: 25
- type: AmbientOnPowered
- type: AmbientSound
volume: -15
range: 3
sound:
path: /Audio/Ambience/Objects/light_hum.ogg

View File

@@ -83,6 +83,12 @@
- type: Machine - type: Machine
board: SubstationMachineCircuitboard board: SubstationMachineCircuitboard
- type: StationInfiniteBatteryTarget - type: StationInfiniteBatteryTarget
- type: AmbientOnPowered
- type: AmbientSound
volume: -5
range: 3
sound:
path: /Audio/Ambience/Objects/buzzing.ogg
# Compact Wall Substation Base # Compact Wall Substation Base
- type: entity - type: entity
@@ -95,10 +101,10 @@
components: components:
- type: AmbientOnPowered - type: AmbientOnPowered
- type: AmbientSound - type: AmbientSound
volume: -15 volume: -5
range: 2 range: 2
sound: sound:
path: /Audio/Ambience/Objects/hdd_buzz.ogg path: /Audio/Ambience/Objects/buzzing.ogg
- type: PointLight - type: PointLight
netsync: false netsync: false
radius: 1.5 radius: 1.5