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