summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/piousrocket.xml
blob: cde4eb57e9a2dce0d02bfa2ca04ac57e50978c90 (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
28
29
<?xml version="1.0"?>
<!-- Author : Reid
Copyright (C) 2011  Evol Online -->
<sprite>
    <imageset name="npc" src="graphics/sprites/npcs/sprite/piousrocket.png" width="13" height="50" offsetX="-2"/>

    <action name="stand" imageset="npc">
        <!-- Jump piousrocket -->
        <animation direction="left">
            <frame index="1" delay="90"/>
            <frame index="2" delay="80"/>
            <frame index="3" delay="70"/>
            <frame index="11" delay="100"/>
            <frame index="0" delay="80"/>
            <frame index="1" delay="90"/>
            <frame index="2" delay="80"/>
            <frame index="3" delay="70"/>
            <frame index="4" delay="100"/>
            <sequence start="5" end="6" delay="90" />
            <frame index="7" delay="110"/>
            <sequence start="8" end="10" delay="90" />
            <frame index="11" delay="100"/>
        </animation>
        <!-- Static piou -->
        <animation direction="up">
            <frame index="0"/>
        </animation>
    </action>
</sprite>