blob: f457b5b98d8fe239b9c8b8b1b309693efd4ef8c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?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="200" repeat="3"/>
<sequence start="4" end="6" delay="150" repeat="3"/>
<sequence start="7" end="21" delay="150"/>
<sequence start="22" end="36" delay="130" repeat="3"/>
<frame index="37" delay="1000"/>
<frame index="38" delay="440"/>
<frame index="39" delay="230"/>
</animation>
<!-- Static Flask -->
<animation direction="up">
<frame index="0"/>
</animation>
</action>
</sprite>
|