blob: 3e0d75256528e070c167b5a38fc8b745b16530ec (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2016 Evol Online -->
<homunculuses>
<homunculus
id="6001"
name="homum"
startFollowDistance="3"
followDistance="1"
warpDistance="11"
offsetX="0"
offsetY="2"
sitOffsetX="1"
sitOffsetY="0"
moveOffsetX="0"
moveOffsetY="5"
deadOffsetX="0"
deadOffsetY="0"
attackOffsetX="0"
attackOffsetY="2"
thinkTime="100"
directionType="2"
sitDirectionType="1"
deadDirectionType="1"
attackDirectionType="4"
>
<sprite>races/human-male.xml</sprite>
</homunculus>
</homunculuses>
|