summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/magicarpan.xml
blob: 834cb8956f580aff0d7d08c143b9b7af0458a76a (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
<?xml version="1.0"?>
<!-- Author: Reid
Copyright (C) 2011-2012 Evol Online -->
<sprite>
    <imageset name="npc" src="graphics/sprites/npcs/sprite/magicarpan.png" width="29" height="62"/>

    <action name="stand" imageset="npc">
        <animation direction="default">
            <!-- Eyes 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"/>
            <!-- Eyes Animation -->
            <frame index="0" delay="3500"/>
            <frame index="3" delay="60"/>
            <frame index="4" delay="120"/>
            <frame index="3" delay="70"/>
        </animation>
    </action>
</sprite>