summaryrefslogtreecommitdiff
path: root/horses.xml
blob: ede05917e01f690c350bfacb9b08a513cc614fe1 (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
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2015 Evol Online
Copyright (C) 2019 Moubootaur Legends -->

<horses>
    <horse id="1">
        <up>
            <offset direction="up" horseOffsetY="12" />
        </up>
        <down>
            <offset direction="left" horseOffsetX="-3" horseOffsetY="20" />
            <offset direction="right" horseOffsetX="3" horseOffsetY="20" />
            <offset direction="down" horseOffsetY="20" /> <!-- TODO: LOOKS WEIRD -->
            <offset direction="up" horseOffsetY="12" />
            <sprite>monsters/mouboo.xml</sprite>
        </down>
    </horse>
    <horse id="2">
        <down>
            <sprite>monsters/tortuga.xml</sprite>
        </down>
    </horse>
    <horse id="3">
        <up>
        </up>
        <down>
            <offset direction="left" horseOffsetX="-44" horseOffsetY="64" />
            <offset direction="right" horseOffsetX="46" horseOffsetY="64" />
            <offset direction="up" horseOffsetY="35" />
            <offset direction="upleft" horseOffsetY="35" />
            <offset direction="upright" horseOffsetY="35" />
            <offset direction="down" horseOffsetY="106" />
            <offset direction="downleft" horseOffsetY="106" />
            <offset direction="downright" horseOffsetY="106" />
            <sprite>npcs/xml/rowboat-cutscene.xml</sprite>
        </down>
    </horse>
</horses>