diff --git a/sound/CC-Sounds/close_door/gun_safe/close_safe.json b/sound/CC-Sounds/close_door/gun_safe/close_safe.json new file mode 100644 index 00000000..95059823 --- /dev/null +++ b/sound/CC-Sounds/close_door/gun_safe/close_safe.json @@ -0,0 +1,16 @@ +[ + { + "type": "sound_effect", + "id": "close_door", + "variant": "f_gunsafe_o", + "volume": 100, + "files": [ "close_door/gun_safe/close_safe.ogg" ] + }, + { + "type": "sound_effect", + "id": "close_door", + "variant": "f_safe_o", + "volume": 100, + "files": [ "close_door/gun_safe/close_safe.ogg" ] + } +] diff --git a/sound/CC-Sounds/close_door/gun_safe/close_safe.ogg b/sound/CC-Sounds/close_door/gun_safe/close_safe.ogg new file mode 100644 index 00000000..87933385 Binary files /dev/null and b/sound/CC-Sounds/close_door/gun_safe/close_safe.ogg differ diff --git a/sound/CC-Sounds/close_door/gun_safe/credits.md b/sound/CC-Sounds/close_door/gun_safe/credits.md new file mode 100644 index 00000000..fc7ee988 --- /dev/null +++ b/sound/CC-Sounds/close_door/gun_safe/credits.md @@ -0,0 +1,3 @@ +| File Name | Author | License | Link | +|------------------|----------|-----------|---------------------------------| +| close_safe.ogg | DoctorBoomstick | **CC BY 4.0** | Audio was recorded by myself closing the door of a metal cabinet gunsafe | \ No newline at end of file diff --git a/sound/CC-Sounds/open_door/gun_safe/credits.md b/sound/CC-Sounds/open_door/gun_safe/credits.md new file mode 100644 index 00000000..fb6f96a3 --- /dev/null +++ b/sound/CC-Sounds/open_door/gun_safe/credits.md @@ -0,0 +1,3 @@ +| File Name | Author | License | Link | +|------------------|----------|-----------|---------------------------------| +| open_safe.ogg | DoctorBoomstick | **CC BY 4.0** | Audio was recorded by myself opening the door of a metal cabinet gunsafe | \ No newline at end of file diff --git a/sound/CC-Sounds/open_door/gun_safe/open_safe.json b/sound/CC-Sounds/open_door/gun_safe/open_safe.json new file mode 100644 index 00000000..9b104a64 --- /dev/null +++ b/sound/CC-Sounds/open_door/gun_safe/open_safe.json @@ -0,0 +1,16 @@ +[ + { + "type": "sound_effect", + "id": "open_door", + "variant": "f_gunsafe_c", + "volume": 100, + "files": [ "open_door/gun_safe/open_safe.ogg" ] + }, + { + "type": "sound_effect", + "id": "open_door", + "variant": "f_safe_c", + "volume": 100, + "files": [ "open_door/gun_safe/open_safe.ogg" ] + } +] diff --git a/sound/CC-Sounds/open_door/gun_safe/open_safe.ogg b/sound/CC-Sounds/open_door/gun_safe/open_safe.ogg new file mode 100644 index 00000000..32959d41 Binary files /dev/null and b/sound/CC-Sounds/open_door/gun_safe/open_safe.ogg differ