]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add toolbox sound effects (#37048)
authorthemias <89101928+themias@users.noreply.github.com>
Tue, 29 Apr 2025 22:17:32 +0000 (18:17 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 22:17:32 +0000 (15:17 -0700)
Resources/Audio/Items/attributions.yml
Resources/Audio/Items/toolbox_close.ogg [new file with mode: 0644]
Resources/Audio/Items/toolbox_insert.ogg [new file with mode: 0644]
Resources/Audio/Items/toolbox_open.ogg [new file with mode: 0644]
Resources/Audio/Items/toolbox_remove.ogg [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Tools/toolbox.yml

index 41866b5d3010def4716adef23be69597c70597f4..2dfdcb0555fa8c6777fdc9634a5c297784f55faf 100644 (file)
   license: "CC0-1.0"
   copyright: "Original sound by vestibule-door on freesound.org, processed by DylanWhittingham"
   source: "https://freesound.org/people/vestibule-door/sounds/668985/"
+
+- files: [ "toolbox_close.ogg", "toolbox_open.ogg" ]
+  license: "CC0-1.0"
+  copyright: "Original sound by Nox_Sound on freesound.org. Converted to ogg and edited by themias."
+  source: "https://freesound.org/people/Nox_Sound/sounds/556648/"
+  
+- files: [ "toolbox_insert.ogg" ]
+  license: "CC0-1.0"
+  copyright: "Original sound by j1987 on freesound.org. Converted to ogg and edited by themias."
+  source: "https://freesound.org/people/j1987/sounds/532137/"
+  
+- files: [ "toolbox_remove.ogg" ]
+  license: "CC0-1.0"
+  copyright: "Original sound by kooust on freesound.org. Converted to ogg and edited by themias."
+  source: "https://freesound.org/people/kooust/sounds/452712/"
\ No newline at end of file
diff --git a/Resources/Audio/Items/toolbox_close.ogg b/Resources/Audio/Items/toolbox_close.ogg
new file mode 100644 (file)
index 0000000..a156f10
Binary files /dev/null and b/Resources/Audio/Items/toolbox_close.ogg differ
diff --git a/Resources/Audio/Items/toolbox_insert.ogg b/Resources/Audio/Items/toolbox_insert.ogg
new file mode 100644 (file)
index 0000000..c2b2533
Binary files /dev/null and b/Resources/Audio/Items/toolbox_insert.ogg differ
diff --git a/Resources/Audio/Items/toolbox_open.ogg b/Resources/Audio/Items/toolbox_open.ogg
new file mode 100644 (file)
index 0000000..b05720c
Binary files /dev/null and b/Resources/Audio/Items/toolbox_open.ogg differ
diff --git a/Resources/Audio/Items/toolbox_remove.ogg b/Resources/Audio/Items/toolbox_remove.ogg
new file mode 100644 (file)
index 0000000..a59df6d
Binary files /dev/null and b/Resources/Audio/Items/toolbox_remove.ogg differ
index d0f42e405f71b47ad528cf4577ee1353cfb9f90c..93f62ca4918eeeebc5b95f7716b6ffe0608937cf 100644 (file)
     maxItemSize: Normal
     grid:
     - 0,0,6,3
+    storageOpenSound: /Audio/Items/toolbox_open.ogg
+    storageCloseSound: /Audio/Items/toolbox_close.ogg
+    storageInsertSound: /Audio/Items/toolbox_insert.ogg
+    storageRemoveSound: /Audio/Items/toolbox_remove.ogg
   - type: Item
     size: Ginormous
   - type: MeleeWeapon