summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/rumly.xml
diff options
context:
space:
mode:
authorVasily <danilka.pro@gmail.com>2015-10-31 00:29:27 +0300
committerReid <reidyaro@gmail.com>2015-11-05 23:24:50 +0100
commitac6c5c41924cc1bc7fbb52780f0afd08f689019f (patch)
tree6baea9ce0c197b1005c21fb208ca871def62196f /graphics/sprites/npcs/xml/rumly.xml
parentf2a2f9d947a0e34c7a5f80f2bf00f199b4231a56 (diff)
downloadclientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.tar.gz
clientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.tar.bz2
clientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.tar.xz
clientdata-ac6c5c41924cc1bc7fbb52780f0afd08f689019f.zip
Fixed missing Rumly renamings
Diffstat (limited to 'graphics/sprites/npcs/xml/rumly.xml')
-rw-r--r--graphics/sprites/npcs/xml/rumly.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/rumly.xml b/graphics/sprites/npcs/xml/rumly.xml
new file mode 100644
index 00000000..1aabefd2
--- /dev/null
+++ b/graphics/sprites/npcs/xml/rumly.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<!-- Author : Reid
+Copyright (C) 2010-2015 Evol Online -->
+<sprite>
+ <imageset name="npc" src="graphics/sprites/npcs/sprite/rumly.png" width="30" height="60"/>
+
+ <action name="stand" imageset="npc">
+ <!-- Open eyes animation -->
+ <animation direction="left">
+ <frame index="5" delay="100"/>
+ <frame index="6" delay="150"/>
+ </animation>
+
+ <!-- Close eyes animation -->
+ <animation direction="up">
+ <frame index="1" delay="300"/>
+ <frame index="0" delay="800"/>
+ <frame index="1" delay="700"/>
+ </animation>
+
+ <!-- Opened eyes -->
+ <animation direction="right">
+ <frame index="0"/>
+ </animation>
+
+ <!-- Closed eyes -->
+ <animation direction="down">
+ <frame index="2" delay="1000"/>
+ <frame index="3" delay="400"/>
+ <frame index="4" delay="200"/>
+ <frame index="3" delay="600"/>
+ <frame index="4" delay="200"/>
+ <frame index="3" delay="500"/>
+ <frame index="4" delay="150"/>
+ <frame index="3" delay="300"/>
+ <frame index="4" delay="200"/>
+ <frame index="3" delay="250"/>
+ <frame index="4" delay="200"/>
+ <frame index="3" delay="250"/>
+ <frame index="4" delay="400"/>
+ </animation>
+ </action>
+</sprite>