This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitems.xml
72 lines (68 loc) · 2.68 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
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="items.xsl"?>
<!--
Here are listed all the known items in The Mana World. This file defines
their name, icon, description, weight, etc. It also defines which sprite
to use in the case of visible equipment and which sounds to play on certain
events related to the item.
-->
<items>
<!-- Hair sprites: To be moved to hair.xml -->
<item id="-1" type="hairsprite" name="Flat ponytail">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-2" type="hairsprite" name="Bowl cut">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-3" type="hairsprite" name="Combed back">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-4" type="hairsprite" name="Emo">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-5" type="hairsprite" name="Mohawk">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-6" type="hairsprite" name="Pompadour">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-7" type="hairsprite" name="Center parting/Short and slick">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-8" type="hairsprite" name="Long and slick">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-9" type="hairsprite" name="Short and curly">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-10" type="hairsprite" name="Pigtails">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-11" type="hairsprite" name="Long and curly">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-12" type="hairsprite" name="Parted">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-13" type="hairsprite" name="Perky ponytail">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-14" type="hairsprite" name="Wave">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-15" type="hairsprite" name="Mane">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-16" type="hairsprite" name="Bun">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<item id="-17" type="hairsprite" name="Bun2">
<sprite>hairstyles/hairstyle0.xml</sprite>
</item>
<!-- To be moved to playerset.xml -->
<item id="-100" type="racesprite" name="Human">
<sprite gender="male">playersets/humans/player_male_base.xml</sprite>
<sprite gender="female">playersets/humans/player_female_base.xml</sprite>
</item>
<!-- No items for now -->
</items>