summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/flask.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/flask.xml')
-rw-r--r--graphics/sprites/npcs/xml/flask.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/flask.xml b/graphics/sprites/npcs/xml/flask.xml
new file mode 100644
index 00000000..dde873fa
--- /dev/null
+++ b/graphics/sprites/npcs/xml/flask.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/flask.png"
+ width="64"
+ height="64"/>
+
+ <action name="stand" imageset="npc">
+ <!-- Flask animation -->
+ <animation direction="default">
+ <sequence start="1" end="3" delay="140" repeat="3"/>
+ <sequence start="4" end="6" delay="100" repeat="3"/>
+ <sequence start="7" end="21" delay="10"/>
+ <sequence start="22" end="36" delay="90" repeat="3"/>
+ <frame index="36" delay="200"/>
+ <frame index="35" delay="90"/>
+ <frame index="21" delay="90"/>
+ <frame index="20" delay="90"/>
+ <frame index="1" delay="90"/>
+
+ </animation>
+ <!-- Static Flask -->
+ <animation direction="up">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>