summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-06-21 01:06:39 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-06-21 01:06:39 +0000
commit7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d (patch)
treec9c672fc99402969fdb1504ce06f1c610209ce2f
parent5219369844e539a30a60f343ac22988b47ebca7f (diff)
downloadclientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.tar.gz
clientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.tar.bz2
clientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.tar.xz
clientdata-7ee6632c0eb4440346e58ebaafc3ac4ba7709e3d.zip
Added logmonster by Enigmatik (Monster ID is 23).
-rw-r--r--graphics/sprites/monster-logmonster.pngbin0 -> 12656 bytes
-rw-r--r--graphics/sprites/monster-logmonster.xml61
-rw-r--r--monsters.xml5
3 files changed, 66 insertions, 0 deletions
diff --git a/graphics/sprites/monster-logmonster.png b/graphics/sprites/monster-logmonster.png
new file mode 100644
index 00000000..f65b6f33
--- /dev/null
+++ b/graphics/sprites/monster-logmonster.png
Binary files differ
diff --git a/graphics/sprites/monster-logmonster.xml b/graphics/sprites/monster-logmonster.xml
new file mode 100644
index 00000000..7f49e83b
--- /dev/null
+++ b/graphics/sprites/monster-logmonster.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monster-logmonster.png" width="40" height="32" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="8"/>
+ </animation>
+ <animation direction="up">
+ <frame index="16"/>
+ </animation>
+ <animation direction="left">
+ <frame index="24"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="2" delay="75"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="9" end="10" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="17" end="18" delay="75"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="25" end="26" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="7"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="2" end="5" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="10" end="13" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="18" end="21" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="26" end="29" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file
diff --git a/monsters.xml b/monsters.xml
index 910c84c3..32863225 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -133,4 +133,9 @@
<monster id="22" name="Poison Skull">
<sprite>monster-skull-poison.xml</sprite>
</monster>
+
+ <monster id="23" name="Log Head">
+ <sprite>monster-logmonster.xml</sprite>
+ </monster>
+
</monsters> \ No newline at end of file