From 0cde6972c30f166d5d604b055e18bfa946e23cf9 Mon Sep 17 00:00:00 2001 From: Ledmitz <69915785+Ledmitz@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:19:50 +0000 Subject: Added hit and miss sounds for Golems. To do: hurt (if wanted) (#394) --- license.md | 2 ++ monsters/monster1145_Golem.xml | 2 ++ monsters/monster1148_DoomGolem.xml | 2 ++ sfx/monsters/golem/hit1.ogg | Bin 0 -> 10220 bytes sfx/monsters/golem/miss1.ogg | Bin 0 -> 11480 bytes 5 files changed, 6 insertions(+) create mode 100644 sfx/monsters/golem/hit1.ogg create mode 100644 sfx/monsters/golem/miss1.ogg diff --git a/license.md b/license.md index 87f04d48..115be213 100644 --- a/license.md +++ b/license.md @@ -1144,6 +1144,8 @@ File | Artists | Licenses `sfx/monsters/fluffy/fluffy-hurt1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/fluffy/fluffy-miss1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/golem/die.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/golem/hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/golem/miss1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/monsters/loghead/loghead-die1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0 `sfx/monsters/loghead/loghead-hit1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0 `sfx/monsters/loghead/loghead-hurt1.ogg` | Cosmostrator | GPLv2 diff --git a/monsters/monster1145_Golem.xml b/monsters/monster1145_Golem.xml index acac797d..63d8e6ee 100644 --- a/monsters/monster1145_Golem.xml +++ b/monsters/monster1145_Golem.xml @@ -5,5 +5,7 @@ monsters/golem/die.ogg + monsters/golem/hit1.ogg + monsters/golem/miss1.ogg diff --git a/monsters/monster1148_DoomGolem.xml b/monsters/monster1148_DoomGolem.xml index 9059f45d..e1b8027a 100644 --- a/monsters/monster1148_DoomGolem.xml +++ b/monsters/monster1148_DoomGolem.xml @@ -4,5 +4,7 @@ monsters/golem-red.xml monsters/golem/die.ogg + monsters/golem/hit1.ogg + monsters/golem/miss1.ogg diff --git a/sfx/monsters/golem/hit1.ogg b/sfx/monsters/golem/hit1.ogg new file mode 100644 index 00000000..4e0fcc34 Binary files /dev/null and b/sfx/monsters/golem/hit1.ogg differ diff --git a/sfx/monsters/golem/miss1.ogg b/sfx/monsters/golem/miss1.ogg new file mode 100644 index 00000000..4c29a876 Binary files /dev/null and b/sfx/monsters/golem/miss1.ogg differ -- cgit v1.2.3-60-g2f50