summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-11-13 21:19:54 +0000
committerLedmitz <smoothshifter@tuta.io>2020-11-13 21:19:54 +0000
commit6a80af3704d5cbde47064e1e7ad5c9127f818bef (patch)
tree8bba3b79539460e5f24433c6f99ef15c7c542006
parent2d0c4f74a7490f4d074cdf4774e279890f517925 (diff)
downloadclientdata-6a80af3704d5cbde47064e1e7ad5c9127f818bef.tar.gz
clientdata-6a80af3704d5cbde47064e1e7ad5c9127f818bef.tar.bz2
clientdata-6a80af3704d5cbde47064e1e7ad5c9127f818bef.tar.xz
clientdata-6a80af3704d5cbde47064e1e7ad5c9127f818bef.zip
Added Golem sfx and changed references in xml.
-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