summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/market-piou3.xml
blob: cf7c00b5ab55bbb977ff0c741b1b25dc16bfb300 (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
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2011-2015 Evol Online -->

<sprite>
    <imageset name="pious"
              src="graphics/sprites/monsters/piou.png"
              width="10"
              height="9"
              offsetX="16"
              offsetY="-27"/>

    <action name="stand" imageset="pious">
        <animation>
            <!-- static pious -->
            <frame index="0" delay="4000"/>
            <!-- jumping pious -->
            <frame index="1" delay="140" offsetY="-2"/>
            <frame index="2" delay="160" offsetY="-3"/>
            <frame index="0" delay="170" offsetY="-4"/>
            <frame index="2" delay="180" offsetY="-5"/>
            <frame index="3" delay="160" offsetY="-4"/>
            <frame index="3" delay="130" offsetY="-2"/>
            <!-- static pious again-->
            <frame index="0" delay="100"/>
            <!-- little jumping pious -->
            <frame index="1" delay="140" offsetY="-2"/>
            <frame index="2" delay="160" offsetY="-3"/>
            <frame index="0" delay="170" offsetY="-4"/>
            <frame index="3" delay="130" offsetY="-2"/>
        </animation>
    </action>
</sprite>