summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons/vomit.xml
blob: 1192043be833a6049e810406c10cbcea4c4593fd (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" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2020 Evol Online -->

<sprite>
    <imageset name="icon"
              src="graphics/sprites/icons/vomit.png"
              width="16"
              height="16"
              offsetY="-14"/>
    <action name="default" imageset="icon">
        <animation direction="default">    
            <label name="stand"/>
            <goto label="static" rand="90"/>
            <goto label="vomit" rand="100"/>
            <!-- well... do nothing -->
            <label name="static"/>
                <frame index="0" delay="3000"/>
            <goto label="stand"/>
            <!-- vomiting -->
            <label name="vomit"/>
                <frame index="0" delay="140"/>
                <frame index="1" delay="140"/>
                <frame index="2" delay="120"/>
                <frame index="3" delay="100"/>
            <goto label="stand"/>
        </animation>
    </action>
</sprite>