summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/piourocket.xml
blob: 7c2e81b23a8303c62596126f827e7ba07fb65065 (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-2012 Evol Online -->
<sprite>
    <imageset name="npc" src="graphics/sprites/npcs/sprite/piourocket.png" width="13" height="45" offsetX="-2" offsetY="-5"/>

    <action name="stand" imageset="npc">
        <!-- Jumping Piou -->
        <animation direction="default">
            <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>