summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/pet-dog.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-13 00:44:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-13 00:44:49 -0300
commit33b49acdda5de67248cb6a13f2b4cea6fa0dc97f (patch)
treeeaf12c14d36e0a2e0bc144eb146b036d335efbfb /graphics/sprites/monsters/pet-dog.xml
parentd2782de4efb8538c37754c1b14adc63a274d8355 (diff)
downloadclientdata-33b49acdda5de67248cb6a13f2b4cea6fa0dc97f.tar.gz
clientdata-33b49acdda5de67248cb6a13f2b4cea6fa0dc97f.tar.bz2
clientdata-33b49acdda5de67248cb6a13f2b4cea6fa0dc97f.tar.xz
clientdata-33b49acdda5de67248cb6a13f2b4cea6fa0dc97f.zip
Minimaps, dogs and cats
Diffstat (limited to 'graphics/sprites/monsters/pet-dog.xml')
-rw-r--r--graphics/sprites/monsters/pet-dog.xml106
1 files changed, 106 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/pet-dog.xml b/graphics/sprites/monsters/pet-dog.xml
new file mode 100644
index 00000000..bdb8e439
--- /dev/null
+++ b/graphics/sprites/monsters/pet-dog.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monsters/pet-dog.png" width="32" height="32"/>
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" delay="1500" offsetX="-32"/>
+ <frame index="2" delay="200" offsetX="-32"/>
+ <frame index="0" delay="200" offsetX="-32"/>
+ <frame index="2" delay="200" offsetX="-32"/>
+ <frame index="0" delay="200" offsetX="-32"/>
+ <frame index="2" delay="200" offsetX="-32"/>
+ </animation>
+ <animation direction="left">
+ <frame index="6" delay="1500" offsetX="-32"/>
+ <frame index="8" delay="200" offsetX="-32"/>
+ <frame index="6" delay="200" offsetX="-32"/>
+ <frame index="8" delay="200" offsetX="-32"/>
+ <frame index="6" delay="200" offsetX="-32"/>
+ <frame index="8" delay="200" offsetX="-32"/>
+ </animation>
+ <animation direction="up">
+ <frame index="12" delay="1500" offsetX="-32"/>
+ <frame index="14" delay="200" offsetX="-32"/>
+ <frame index="12" delay="200" offsetX="-32"/>
+ <frame index="14" delay="200" offsetX="-32"/>
+ <frame index="12" delay="200" offsetX="-32"/>
+ <frame index="14" delay="200" offsetX="-32"/>
+ </animation>
+ <animation direction="right">
+ <frame index="18" delay="1500" offsetX="-32"/>
+ <frame index="20" delay="200" offsetX="-32"/>
+ <frame index="18" delay="200" offsetX="-32"/>
+ <frame index="20" delay="200" offsetX="-32"/>
+ <frame index="18" delay="200" offsetX="-32"/>
+ <frame index="20" delay="200" offsetX="-32"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="3" delay="100" offsetX="-32"/>
+ <frame index="2" delay="100" offsetX="-32"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="7" end="9" delay="100" offsetX="-32"/>
+ <frame index="8" delay="100" offsetX="-32"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="13" end="15" delay="100" offsetX="-32"/>
+ <frame index="14" delay="100" offsetX="-32"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="19" end="21" delay="100" offsetX="-32"/>
+ <frame index="20" delay="100" offsetX="-32"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="24" offsetX="-32"/>
+ </animation>
+ <animation direction="left">
+ <frame index="24" offsetX="-32"/>
+ </animation>
+ <animation direction="up">
+ <frame index="24" offsetX="-32"/>
+ </animation>
+ <animation direction="right">
+ <frame index="24" offsetX="-32"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="5" delay="100" offsetX="-32"/>
+ <frame index="4" delay="100" offsetX="-32"/>
+ <frame index="5" delay="100" offsetX="-32"/>
+ <frame index="4" offsetX="-32"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <frame index="11" delay="100" offsetX="-32"/>
+ <frame index="10" delay="100" offsetX="-32"/>
+ <frame index="11" delay="100" offsetX="-32"/>
+ <frame index="10" offsetX="-32"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <frame index="17" delay="100" offsetX="-32"/>
+ <frame index="16" delay="100" offsetX="-32"/>
+ <frame index="17" delay="100" offsetX="-32"/>
+ <frame index="16" offsetX="-32"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <frame index="23" delay="100" offsetX="-32"/>
+ <frame index="22" delay="100" offsetX="-32"/>
+ <frame index="23" delay="100" offsetX="-32"/>
+ <frame index="22" offsetX="-32"/>
+ <end/>
+ </animation>
+ </action>
+
+</sprite>