-
Notifications
You must be signed in to change notification settings - Fork 0
/
items.xml
61 lines (58 loc) · 2.47 KB
/
items.xml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<items>
<!-- Kept for now to display the player correctly. Will be moved to races.xml later -->
<item id="-1" type="hairsprite" name="Flat ponytail">
<sprite>races/humans/hairstyles/hairstyle1.xml</sprite>
</item>
<item id="-2" type="hairsprite" name="Bowl cut">
<sprite>races/humans/hairstyles/hairstyle2.xml</sprite>
</item>
<item id="-3" type="hairsprite" name="Combed back">
<sprite>races/humans/hairstyles/hairstyle3.xml</sprite>
</item>
<item id="-4" type="hairsprite" name="Emo">
<sprite>races/humans/hairstyles/hairstyle4.xml</sprite>
</item>
<item id="-5" type="hairsprite" name="Mohawk">
<sprite>races/humans/hairstyles/hairstyle5.xml</sprite>
</item>
<item id="-6" type="hairsprite" name="Pompadour">
<sprite>races/humans/hairstyles/hairstyle6.xml</sprite>
</item>
<item id="-7" type="hairsprite" name="Center parting/Short and slick">
<sprite>races/humans/hairstyles/hairstyle7.xml</sprite>
</item>
<item id="-8" type="hairsprite" name="Long and slick">
<sprite>races/humans/hairstyles/hairstyle8.xml</sprite>
</item>
<item id="-9" type="hairsprite" name="Short and curly">
<sprite>races/humans/hairstyles/hairstyle9.xml</sprite>
</item>
<item id="-10" type="hairsprite" name="Pigtails">
<sprite>races/humans/hairstyles/hairstyle10.xml</sprite>
</item>
<item id="-11" type="hairsprite" name="Long and curly">
<sprite>races/humans/hairstyles/hairstyle11.xml</sprite>
</item>
<item id="-12" type="hairsprite" name="Parted">
<sprite>races/humans/hairstyles/hairstyle12.xml</sprite>
</item>
<item id="-13" type="hairsprite" name="Perky ponytail">
<sprite>races/humans/hairstyles/hairstyle13.xml</sprite>
</item>
<item id="-14" type="hairsprite" name="Wave">
<sprite>races/humans/hairstyles/hairstyle14.xml</sprite>
</item>
<item id="-15" type="hairsprite" name="Mane">
<sprite>races/humans/hairstyles/hairstyle15.xml</sprite>
</item>
<item id="-16" type="hairsprite" name="Bun">
<sprite>races/humans/hairstyles/hairstyle16.xml</sprite>
</item>
<!-- Base race player sprite -->
<item id="-100" type="racesprite" name="Human">
<sprite gender="male">races/humans/human_male_base.xml</sprite>
<sprite gender="female">races/humans/human_female_base.xml</sprite>
</item>
<!-- Items: -->
</items>