summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/XML1/magic_arpan.xml
blob: dd695d652f1c117b1c6d75a590c545eead900e78 (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
<?xml version="1.0"?>
<!-- Author : Reid
Copyright (C) 2011  Evol Online -->
<sprite>
    <imageset name="base" src="graphics/sprites/npcs/sprite/magic_arpan.png" width="32" height="64" />
    <action name="stand" imageset="base">
        <animation direction="default">
<!-- Eye animation -->
            <frame index="0" delay="7000"/>
            <frame index="3" delay="60"/>
            <frame index="4" delay="120"/>
            <frame index="3" delay="70"/>
<!-- Mouth animation -->
            <frame index="0" delay="6000"/>
			<sequence start="1" end="2" delay="130" repeat="4" />
            <frame index="1" delay="90"/>
<!-- Eye animation -->
            <frame index="0" delay="3500"/>
            <frame index="3" delay="60"/>
            <frame index="4" delay="120"/>
            <frame index="3" delay="70"/>
        </animation>
    </action>
</sprite>