summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/undead-mouboomaster.xml
blob: c8603793ee31769feb0587f0a91065134c869291 (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: Micksha
Copyright (C) 2020 Evol Online -->

<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/undead-mouboo-master.png"
              width="160"
              height="64"/>

    <action name="stand" imageset="npc">
        <animation direction="default">
            <label name="start"/>
            <goto label="static" rand="90"/>
            <goto label="pull" rand="100"/>

            <!-- static -->
            <label name="static"/>
            <frame index="2" delay="2000"/>
            <goto label="start"/>

            <!-- pull -->
            <label name="pull"/>
            <frame index="2" delay="200"/>
            <frame index="1" delay="100"/>
            <frame index="0" delay="100"/>
            <frame index="1" delay="100"/>
            <frame index="2" delay="200"/>
            <goto label="start"/>

        </animation>
    </action>
</sprite>