summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/brainblow.xml
diff options
context:
space:
mode:
authorNuma <numa@themanaworld.org>2024-04-12 17:05:03 +0000
committerNuma <numa@themanaworld.org>2024-04-12 17:05:03 +0000
commiteb488364b644c494140f2fdd6064a842795d9221 (patch)
tree377c05e223860271b4c22233387cb4b306f007f0 /graphics/sprites/monsters/brainblow.xml
parentbb3430bdb1d5096cb1d5f267e04df03974f4d402 (diff)
downloadclientdata-eb488364b644c494140f2fdd6064a842795d9221.tar.gz
clientdata-eb488364b644c494140f2fdd6064a842795d9221.tar.bz2
clientdata-eb488364b644c494140f2fdd6064a842795d9221.tar.xz
clientdata-eb488364b644c494140f2fdd6064a842795d9221.zip
Sync with Legacy repo
Diffstat (limited to 'graphics/sprites/monsters/brainblow.xml')
-rw-r--r--graphics/sprites/monsters/brainblow.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/brainblow.xml b/graphics/sprites/monsters/brainblow.xml
new file mode 100644
index 00000000..d11cdeb8
--- /dev/null
+++ b/graphics/sprites/monsters/brainblow.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/brainblow.png" width="13" height="13"/>
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <sequence start="0" end="7" delay="100"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="default">
+ <sequence start="0" end="7" delay="33"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <frame index="8" delay="66"/>
+ <frame index="9" delay="66"/>
+ <frame index="10" delay="66"/>
+ <frame index="11" delay="66"/>
+ <frame index="12" delay="66"/>
+ <frame index="13" delay="66"/>
+ <frame index="14" delay="66"/>
+ <frame index="15" delay="150"/>
+ <frame index="16" delay="125"/>
+ <frame index="17" delay="125"/>
+ <frame index="18" delay="100"/>
+ <frame index="19"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="default">
+ <sequence start="0" end="7" delay="20"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>