summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-25 14:01:15 +0100
committerReid <reidyaro@gmail.com>2015-12-25 14:01:15 +0100
commite4a9ca8f505158d49756f66ef848fa1421f9c6a3 (patch)
tree981d10e2aa1f0fd320763c0a4901a1bdb36765ad /graphics/sprites/monsters
parent89babb50a52971e5fcd3b96e5ec417f4fa5ea029 (diff)
downloadclientdata-e4a9ca8f505158d49756f66ef848fa1421f9c6a3.tar.gz
clientdata-e4a9ca8f505158d49756f66ef848fa1421f9c6a3.tar.bz2
clientdata-e4a9ca8f505158d49756f66ef848fa1421f9c6a3.tar.xz
clientdata-e4a9ca8f505158d49756f66ef848fa1421f9c6a3.zip
Add Dummy sprite and XML.
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r--graphics/sprites/monsters/dummy.pngbin0 -> 10755 bytes
-rw-r--r--graphics/sprites/monsters/dummy.xml40
2 files changed, 40 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/dummy.png b/graphics/sprites/monsters/dummy.png
new file mode 100644
index 00000000..62fe8d12
--- /dev/null
+++ b/graphics/sprites/monsters/dummy.png
Binary files differ
diff --git a/graphics/sprites/monsters/dummy.xml b/graphics/sprites/monsters/dummy.xml
new file mode 100644
index 00000000..e408f443
--- /dev/null
+++ b/graphics/sprites/monsters/dummy.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+
+<sprite>
+ <imageset name="mob"
+ src="graphics/sprites/monsters/dummy.png"
+ width="32"
+ height="64"/>
+
+ <action name="stand" imageset="mob">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+
+ <action name="stand" imageset="mob" hp="75">
+ <animation direction="default">
+ <frame index="1"/>
+ </animation>
+ </action>
+
+ <action name="stand" imageset="mob" hp="50">
+ <animation direction="default">
+ <frame index="2"/>
+ </animation>
+ </action>
+
+ <action name="stand" imageset="mob" hp="25">
+ <animation direction="default">
+ <frame index="3"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="mob">
+ <animation>
+ <frame index="4"/>
+ </animation>
+ </action>
+</sprite>