summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <69915785+Ledmitz@users.noreply.github.com>2022-04-26 16:21:30 +0000
committerGitHub <noreply@github.com>2022-04-26 13:21:30 -0300
commite1089ed77e4adb554da876c488e99c654432cc47 (patch)
tree5e5418ef7e099b9c955f8c27e7b69fcd5df25e02
parent3fb27d44906765a9e1155356332fb3495b9742b2 (diff)
downloadclientdata-e1089ed77e4adb554da876c488e99c654432cc47.tar.gz
clientdata-e1089ed77e4adb554da876c488e99c654432cc47.tar.bz2
clientdata-e1089ed77e4adb554da876c488e99c654432cc47.tar.xz
clientdata-e1089ed77e4adb554da876c488e99c654432cc47.zip
Added sounds for casket-monster which includes casket-open, environment sound. Max volume for startle factor. (#396)
-rw-r--r--effects.xml4
-rw-r--r--license.md2
-rw-r--r--sfx/env/casket-lid.oggbin0 -> 35755 bytes
-rw-r--r--sfx/monsters/casket-monster/casket-monster.oggbin0 -> 33633 bytes
4 files changed, 4 insertions, 2 deletions
diff --git a/effects.xml b/effects.xml
index ac22ce15..9a3c7758 100644
--- a/effects.xml
+++ b/effects.xml
@@ -100,8 +100,8 @@
<effect id="116" particle="graphics/particles/heat.xml"/>
<!-- Interactive Object Animations -->
<effect id="300" particle="graphics/particles/gate-opening.xml"/>
- <effect id="301" particle="graphics/particles/casket-lid.xml"/>
- <effect id="302" particle="graphics/particles/casket-monster.xml"/>
+ <effect id="301" audio="env/casket-lid.ogg" particle="graphics/particles/casket-lid.xml"/>
+ <effect id="302" audio="monsters/casket-monster/casket-monster.ogg" particle="graphics/particles/casket-monster.xml"/>
<!-- Monster attack particle effects -->
<effect id="400" particle="graphics/particles/monster-goblin-firebreath.particle.xml"/>
<effect id="401" particle="graphics/particles/monster-lizard-firebreath.particle.xml"/>
diff --git a/license.md b/license.md
index a3be9ddf..9673d971 100644
--- a/license.md
+++ b/license.md
@@ -1148,6 +1148,7 @@ File | Artists | Licenses
`sfx/fist-swish.ogg` | Cosmostrator | GPLv2
`sfx/oblivion.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/punch.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/env/casket-lid.ogg` | Dariuna | GPLv2
`sfx/env/env-burningfire1.ogg` | Dariuna | GPLv2
`sfx/env/flame.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/env/env-riverflow1.ogg` | Dariuna | GPLv2
@@ -1156,6 +1157,7 @@ File | Artists | Licenses
`sfx/magic/kaflosh.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/bat/bat-dying1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/bat/bat-hit1.ogg` | Cosmostrator | GPLv2
+`sfx/monsters/casket-monster/casket-monster.ogg` | Dariuna | GPLv2
`sfx/monsters/cavesnake/cavesnake-hit1.ogg` | Krazyjakee | GPLv2
`sfx/monsters/fire-goblin/fire-goblin-hit1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/fire-goblin/fire-goblin-hit2.ogg` | Cosmostrator | GPLv2
diff --git a/sfx/env/casket-lid.ogg b/sfx/env/casket-lid.ogg
new file mode 100644
index 00000000..7ca24496
--- /dev/null
+++ b/sfx/env/casket-lid.ogg
Binary files differ
diff --git a/sfx/monsters/casket-monster/casket-monster.ogg b/sfx/monsters/casket-monster/casket-monster.ogg
new file mode 100644
index 00000000..faea413a
--- /dev/null
+++ b/sfx/monsters/casket-monster/casket-monster.ogg
Binary files differ