summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/market-piou1.xml
blob: 6ec193ffa3f1a0d0f1e4ff78dec813450b51fa12 (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
<?xml version="1.0"?>
<!-- Original Author : Reid
Copyright (C) 2011-2015 Evol Online -->

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

        <action name="stand" imageset="pious">
            <animation>
            <!-- static pious -->
                <frame index="10" delay="5000"/>
            <!-- bitting straw -->
                <sequence start="12" end="13" delay="120" repeat="4" />
                <frame index="12" delay="100"/>
            <!-- static pious -->
                <frame index="10" delay="6000"/>
            <!-- looking around -->
                <frame index="25" delay="220"/>
                <frame index="10" delay="150"/>
                <frame index="30" delay="260"/>
                <frame index="10" delay="140"/>
                <frame index="25" delay="700"/>
            </animation>
        </action>

</sprite>