summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE4
-rw-r--r--monsters.xml9
-rw-r--r--sfx/monsters/golem/die1.oggbin0 -> 98007 bytes
-rw-r--r--sfx/monsters/golem/hit1.oggbin0 -> 10220 bytes
-rw-r--r--sfx/monsters/golem/miss1.oggbin0 -> 11480 bytes
5 files changed, 7 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index dd4e17cc..92e5ccde 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1502,6 +1502,10 @@ legal@themanaworld.org
sfx/monsters/ghost/move1.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie)
sfx/monsters/ghost/move2.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie)
sfx/monsters/ghost/move3.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie)
+### Golem
+ sfx/monsters/golem/die1.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/monsters/golem/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/monsters/golem/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (-)
### Piou
sfx/monsters/piou/die1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex)
sfx/monsters/piou/hit1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex)
diff --git a/monsters.xml b/monsters.xml
index 2837ebdf..32b54f2a 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -661,12 +661,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1121" name="Golem" walkType="walk" targetCursor="large">
<sprite>monsters/golem.xml</sprite>
- <sound event="die">monsters/tortuga/die1.ogg</sound>
- <sound event="hit">monsters/tortuga/hit1.ogg</sound>
- <sound event="hit">monsters/tortuga/hit2.ogg</sound>
- <sound event="hurt">monsters/tortuga/hurt1.ogg</sound>
- <sound event="miss">monsters/tortuga/miss1.ogg</sound>
- <sound event="spawn">monsters/tortuga/spawn1.ogg</sound>
+ <sound event="die">monsters/golem/die1.ogg</sound>
+ <sound event="hit">monsters/golem/hit1.ogg</sound>
+ <sound event="miss">monsters/golem/miss1.ogg</sound>
</monster>
<monster id="1122" name="General Krukan">
<sprite>monsters/skeleton.xml</sprite>
diff --git a/sfx/monsters/golem/die1.ogg b/sfx/monsters/golem/die1.ogg
new file mode 100644
index 00000000..b9e5c1e5
--- /dev/null
+++ b/sfx/monsters/golem/die1.ogg
Binary files differ
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