Update shutter sounds (#34774)

This commit is contained in:
themias
2025-01-31 12:41:51 -05:00
committed by GitHub
parent 6a5a5c74cc
commit b2299bf0fa
5 changed files with 20 additions and 5 deletions

View File

@@ -191,3 +191,8 @@
license: "CC0-1.0" license: "CC0-1.0"
copyright: "by AftrLite (Github). Uses audio from hypospray.ogg and hiss.ogg (Found in Resources/Audio/Items)" copyright: "by AftrLite (Github). Uses audio from hypospray.ogg and hiss.ogg (Found in Resources/Audio/Items)"
source: "https://github.com/space-wizards/space-station-14/pull/33097" source: "https://github.com/space-wizards/space-station-14/pull/33097"
- files: ["shutter.ogg"]
license: "CC-BY-3.0"
copyright: "Created by Tomlija, converted to OGG and modified by themias."
source: "https://freesound.org/people/Tomlija/sounds/99565/"

Binary file not shown.

View File

@@ -0,0 +1 @@
shutter-rattle = *rattle rattle*

View File

@@ -22,6 +22,10 @@
crushDamage: crushDamage:
types: types:
Blunt: 25 # yowch Blunt: 25 # yowch
openSound:
path: /Audio/Machines/blastdoor.ogg
closeSound:
path: /Audio/Machines/blastdoor.ogg
- type: Occluder - type: Occluder
- type: Appearance - type: Appearance
- type: RadiationBlocker - type: RadiationBlocker
@@ -39,6 +43,11 @@
- board - board
- type: StaticPrice - type: StaticPrice
price: 500 price: 500
- type: InteractionPopup
interactSuccessString: comp-window-knock
messagePerceivedByOthers: comp-window-knock
interactSuccessSound:
path: /Audio/Effects/glass_knock.ogg
- type: entity - type: entity
id: BlastDoorOpen id: BlastDoorOpen

View File

@@ -52,9 +52,9 @@
types: types:
Blunt: 5 # getting shutters closed on you probably doesn't hurt that much Blunt: 5 # getting shutters closed on you probably doesn't hurt that much
openSound: openSound:
path: /Audio/Machines/blastdoor.ogg path: /Audio/Machines/shutter.ogg
closeSound: closeSound:
path: /Audio/Machines/blastdoor.ogg path: /Audio/Machines/shutter.ogg
- type: Weldable - type: Weldable
time: 3 time: 3
- type: Appearance - type: Appearance
@@ -96,10 +96,10 @@
lastSignals: lastSignals:
DoorStatus: false DoorStatus: false
- type: InteractionPopup - type: InteractionPopup
interactSuccessString: comp-window-knock interactSuccessString: shutter-rattle
messagePerceivedByOthers: comp-window-knock messagePerceivedByOthers: shutter-rattle
interactSuccessSound: interactSuccessSound:
path: /Audio/Effects/glass_knock.ogg collection: FenceRattle
- type: BlockWeather - type: BlockWeather
- type: entity - type: entity