summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2020-04-18 15:09:32 +0200
committerMicksha <Micksha@users.noreply.github.com>2020-04-22 21:51:23 +0200
commit58423b187051eea08dc8ab9346a7203072f555d1 (patch)
tree57274d3b7f9030e163b1ae52aa5e58ef2b168744 /monsters.xml
parent27aaed54c5cd3baa4afa7716c94d0e3fe6b508f4 (diff)
downloadclientdata-58423b187051eea08dc8ab9346a7203072f555d1.tar.gz
clientdata-58423b187051eea08dc8ab9346a7203072f555d1.tar.bz2
clientdata-58423b187051eea08dc8ab9346a7203072f555d1.tar.xz
clientdata-58423b187051eea08dc8ab9346a7203072f555d1.zip
add Hocus' Golem
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index bfca3532..18b08566 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -487,4 +487,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<sound event="miss">monsters/tortuga/miss1.ogg</sound>
<sound event="spawn">monsters/tortuga/spawn1.ogg</sound>
</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>
+ </monster>
</monsters>