summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/wraith.xml
diff options
context:
space:
mode:
authorBernhardt <orgzfrgh@gmail.com>2014-04-11 21:59:19 +0200
committerwushin <pasekei@gmail.com>2014-04-15 20:33:27 -0500
commitff2cc63d223a1641fa2918026b76371f80dd56ae (patch)
treea5c1ef9577a515b1b358a1bf7022084b0bcd463e /graphics/sprites/monsters/wraith.xml
parentced8f58490d6ebc462aeb2ab11059f5e983e093f (diff)
downloadclientdata-ff2cc63d223a1641fa2918026b76371f80dd56ae.tar.gz
clientdata-ff2cc63d223a1641fa2918026b76371f80dd56ae.tar.bz2
clientdata-ff2cc63d223a1641fa2918026b76371f80dd56ae.tar.xz
clientdata-ff2cc63d223a1641fa2918026b76371f80dd56ae.zip
Add Items for Crypt, Slimequest and Valentines day
Add Mobs for Crypt and Slimequest Adjust Mobs to Playersprite 1.5
Diffstat (limited to 'graphics/sprites/monsters/wraith.xml')
-rw-r--r--graphics/sprites/monsters/wraith.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/wraith.xml b/graphics/sprites/monsters/wraith.xml
new file mode 100644
index 00000000..6cf5d151
--- /dev/null
+++ b/graphics/sprites/monsters/wraith.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/wraith.png" width="97" height="127"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="24"/>
+ </animation>
+ <animation direction="up">
+ <frame index="16"/>
+ </animation>
+ <animation direction="left">
+ <frame index="8"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="2" delay="100"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="24" end="26" delay="100"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="16" end="18" delay="100"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="8" end="10" delay="100"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="4" delay="150"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="24" end="28" delay="150"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="16" end="20" delay="150"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="8" end="12" delay="150"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="7" delay="200"/>
+ <frame index="7" delay="0"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="29" end="31" delay="200"/>
+ <frame index="31" delay="0"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="23" delay="200"/>
+ <frame index="23" delay="0"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="13" end="15" delay="200"/>
+ <frame index="15" delay="0"/>
+ </animation>
+ </action>
+</sprite>