summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--license.md2
-rw-r--r--monsters/monster1145_Golem.xml2
-rw-r--r--monsters/monster1148_DoomGolem.xml2
-rw-r--r--sfx/monsters/golem/hit1.oggbin0 -> 10220 bytes
-rw-r--r--sfx/monsters/golem/miss1.oggbin0 -> 11480 bytes
5 files changed, 6 insertions, 0 deletions
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 @@
<!-- No folder for this -->
<attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/>
<sound event="die">monsters/golem/die.ogg</sound>
+ <sound event="hit">monsters/golem/hit1.ogg</sound>
+ <sound event="miss">monsters/golem/miss1.ogg</sound>
</monster>
</monsters>
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 @@
<sprite>monsters/golem-red.xml</sprite>
<attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/>
<sound event="die">monsters/golem/die.ogg</sound>
+ <sound event="hit">monsters/golem/hit1.ogg</sound>
+ <sound event="miss">monsters/golem/miss1.ogg</sound>
</monster>
</monsters>
diff --git a/sfx/monsters/golem/hit1.ogg b/sfx/monsters/golem/hit1.ogg
new file mode 100644
index 00000000..4e0fcc34
--- /dev/null
+++ b/sfx/monsters/golem/hit1.ogg
Binary files differ
diff --git a/sfx/monsters/golem/miss1.ogg b/sfx/monsters/golem/miss1.ogg
new file mode 100644
index 00000000..4c29a876
--- /dev/null
+++ b/sfx/monsters/golem/miss1.ogg
Binary files differ