summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/sprites/monsters/monster-fairy-blue.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tmw-darkside.servegame.com/graphics/sprites/monsters/monster-fairy-blue.xml')
-rw-r--r--tmw-darkside.servegame.com/graphics/sprites/monsters/monster-fairy-blue.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/tmw-darkside.servegame.com/graphics/sprites/monsters/monster-fairy-blue.xml b/tmw-darkside.servegame.com/graphics/sprites/monsters/monster-fairy-blue.xml
new file mode 100644
index 00000000..44765912
--- /dev/null
+++ b/tmw-darkside.servegame.com/graphics/sprites/monsters/monster-fairy-blue.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/monster-fairy-blue.png|W" width="37" height="58" />
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="5" delay="25"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="18" end="23" delay="25"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="35" end="40" delay="25"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="52" end="57" delay="25"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="6" end="8" delay="150"/>
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="23" end="25" delay="150"/>
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="40" end="42" delay="150"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="57" end="59" delay="150"/>
+ <end />
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <sequence start="9" end="16" delay="200"/>
+ <end />
+ </animation>
+ </action>
+</sprite>