summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/rose2.xml
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2019-02-13 11:11:17 +0000
committerMicksha <ms-shaman@gmx.de>2019-02-13 11:11:17 +0000
commita4dd7e41ae0cf478992cd2dfc415482a28f16bae (patch)
tree87fa2b4fcb5cc87912e0cfd73f515fea0c9d137a /graphics/sprites/monsters/rose2.xml
parent409c5f6d9cf25c60771e765746c853e6fe57a638 (diff)
parent5ecc490541db7f5c72f48e1cf454ffedef546d90 (diff)
downloadclientdata-a4dd7e41ae0cf478992cd2dfc415482a28f16bae.tar.gz
clientdata-a4dd7e41ae0cf478992cd2dfc415482a28f16bae.tar.bz2
clientdata-a4dd7e41ae0cf478992cd2dfc415482a28f16bae.tar.xz
clientdata-a4dd7e41ae0cf478992cd2dfc415482a28f16bae.zip
Merge branch 'galmatia' into 'master'
Add content for the Galimatia quest See merge request evol/clientdata!84
Diffstat (limited to 'graphics/sprites/monsters/rose2.xml')
-rw-r--r--graphics/sprites/monsters/rose2.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/rose2.xml b/graphics/sprites/monsters/rose2.xml
new file mode 100644
index 00000000..6c6d6e30
--- /dev/null
+++ b/graphics/sprites/monsters/rose2.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Authors: Micksha
+Copyright (C) 2011-2019 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/monsters/flower-growing.png|W"
+ width="32"
+ height="32"
+ offsetY="0"/>
+
+ <action name="spawn" imageset="base">
+ <animation direction="default">
+ <frame index="16" delay="2500"/>
+ <frame index="17" delay="1000"/>
+ <frame index="18" delay="700"/>
+ <frame index="19" delay="500"/>
+ <frame index="20" delay="500"/>
+ <frame index="21" delay="500"/>
+ <jump action="stand"/>
+ </animation>
+ </action>
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="22"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <frame index="23" delay="10000"/>
+ </animation>
+ </action>
+
+</sprite>