diff options
author | Micksha <ms-shaman@gmx.de> | 2019-02-13 11:11:16 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-02-13 11:11:16 +0000 |
commit | 5ecc490541db7f5c72f48e1cf454ffedef546d90 (patch) | |
tree | 87fa2b4fcb5cc87912e0cfd73f515fea0c9d137a /graphics/sprites/monsters/rose2.xml | |
parent | 409c5f6d9cf25c60771e765746c853e6fe57a638 (diff) | |
download | clientdata-5ecc490541db7f5c72f48e1cf454ffedef546d90.tar.gz clientdata-5ecc490541db7f5c72f48e1cf454ffedef546d90.tar.bz2 clientdata-5ecc490541db7f5c72f48e1cf454ffedef546d90.tar.xz clientdata-5ecc490541db7f5c72f48e1cf454ffedef546d90.zip |
Add content for the Galimatia quest
Diffstat (limited to 'graphics/sprites/monsters/rose2.xml')
-rw-r--r-- | graphics/sprites/monsters/rose2.xml | 35 |
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> |