Skip to content

Commit

Permalink
Make Hardsuits Not Destroy Ears (#1710)
Browse files Browse the repository at this point in the history
# Description

They're *just a bit* too loud. A 5db reduction should be enough. My
salvage techs were complaining of migraines.

# Changelog

:cl:
- tweak: Made hardsuits 5db quieter.
  • Loading branch information
VMSolidus authored Feb 3, 2025
1 parent 94ee4a2 commit 9c97001
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@
- type: EmitsSoundOnMove
soundCollection:
collection: FootstepHardsuitLight
params:
volume: -5
requiresWorn: true
distanceWalking: 2
distanceSprinting: 3
Expand All @@ -221,6 +223,8 @@
- type: EmitsSoundOnMove
soundCollection:
collection: FootstepHardsuitMedium
params:
volume: -5
requiresWorn: true
distanceWalking: 2
distanceSprinting: 3
Expand Down Expand Up @@ -255,6 +259,8 @@
- type: EmitsSoundOnMove
soundCollection:
collection: FootstepHardsuitHeavy
params:
volume: -5
requiresWorn: true
distanceWalking: 2
distanceSprinting: 3
Expand Down

0 comments on commit 9c97001

Please sign in to comment.