diff --git a/sound/CC-Sounds/gun/shotguns/credits.md b/sound/CC-Sounds/gun/shotguns/credits.md index 7ed11b9..ef01844 100644 --- a/sound/CC-Sounds/gun/shotguns/credits.md +++ b/sound/CC-Sounds/gun/shotguns/credits.md @@ -1,3 +1,3 @@ | File Name | Author | License | Link | |------------------|----------|-----------|---------------------------------| -| Shotgun_1.ogg | MATRIXXX_ |CC-BY | https://freesound.org/people/MATRIXXX_/sounds/473846/ | \ No newline at end of file +| Shotgun_1.ogg | MATRIXXX_ |**CC-BY** | https://freesound.org/people/MATRIXXX_/sounds/473846/ | diff --git a/sound/CC-Sounds/monsters.json b/sound/CC-Sounds/monsters.json new file mode 100644 index 0000000..0d9f3d9 --- /dev/null +++ b/sound/CC-Sounds/monsters.json @@ -0,0 +1,12 @@ +[ + { + "type": "sound_effect", + "id" : "mon_death", + "variant" : "zombie_death", + "volume" : 100, + "files" : [ + "monsters/zombie_killed_1.ogg", + "monsters/zombie_killed_2.ogg" + ] + } +] \ No newline at end of file diff --git a/sound/CC-Sounds/monsters/credits.md b/sound/CC-Sounds/monsters/credits.md new file mode 100644 index 0000000..4602441 --- /dev/null +++ b/sound/CC-Sounds/monsters/credits.md @@ -0,0 +1,4 @@ +| File Name | Author | License | Link | +|------------------|----------|-----------|---------------------------------| +| zombie_killed_1/zombie_killed_2 | TRNGLE | **CC-BY** | https://freesound.org/people/TRNGLE/sounds/390614/ | +| zombie_killed_1/zombie_killed_2 | cinevid | **CC0** | https://freesound.org/people/cinevid/sounds/172413/ | \ No newline at end of file diff --git a/sound/CC-Sounds/monsters/zombie_killed_1.ogg b/sound/CC-Sounds/monsters/zombie_killed_1.ogg new file mode 100644 index 0000000..f1c09f0 Binary files /dev/null and b/sound/CC-Sounds/monsters/zombie_killed_1.ogg differ diff --git a/sound/CC-Sounds/monsters/zombie_killed_2.ogg b/sound/CC-Sounds/monsters/zombie_killed_2.ogg new file mode 100644 index 0000000..ee87a37 Binary files /dev/null and b/sound/CC-Sounds/monsters/zombie_killed_2.ogg differ