-
Notifications
You must be signed in to change notification settings - Fork 1
/
items.xml
82 lines (79 loc) · 2.98 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
73
74
75
76
77
78
79
80
81
82
<?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/flat_ponytail.xml</sprite>
</item>
<item id="-2" type="hairsprite" name="Bowl cut">
<sprite>races/humans/hairstyles/bowl_cut.xml</sprite>
</item>
<item id="-3" type="hairsprite" name="Combed back">
<sprite>races/humans/hairstyles/combed_back.xml</sprite>
</item>
<item id="-4" type="hairsprite" name="Emo">
<sprite>races/humans/hairstyles/emo.xml</sprite>
</item>
<item id="-5" type="hairsprite" name="Mohawk">
<sprite>races/humans/hairstyles/mohawk.xml</sprite>
</item>
<item id="-6" type="hairsprite" name="Pompadour">
<sprite>races/humans/hairstyles/pompadour.xml</sprite>
</item>
<item id="-7" type="hairsprite" name="Center parting/Short and slick">
<sprite>races/humans/hairstyles/center_parting.xml</sprite>
</item>
<item id="-8" type="hairsprite" name="Long and slick">
<sprite>races/humans/hairstyles/long_slick.xml</sprite>
</item>
<item id="-9" type="hairsprite" name="Short and curly">
<sprite>races/humans/hairstyles/short_curly.xml</sprite>
</item>
<item id="-10" type="hairsprite" name="Pigtails">
<sprite>races/humans/hairstyles/pigtails.xml</sprite>
</item>
<item id="-11" type="hairsprite" name="Long and curly">
<sprite>races/humans/hairstyles/long_curly.xml</sprite>
</item>
<item id="-12" type="hairsprite" name="Parted">
<sprite>races/humans/hairstyles/parted.xml</sprite>
</item>
<item id="-13" type="hairsprite" name="Perky ponytail">
<sprite>races/humans/hairstyles/perky_ponytail.xml</sprite>
</item>
<item id="-14" type="hairsprite" name="Wave">
<sprite>races/humans/hairstyles/wave.xml</sprite>
</item>
<item id="-15" type="hairsprite" name="Mane">
<sprite>races/humans/hairstyles/mane.xml</sprite>
</item>
<item id="-16" type="hairsprite" name="Bun">
<sprite>races/humans/hairstyles/bun.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>
<!-- Define items below -->
<item id="10"
image="usable/beer.png"
name="Beer"
description="A fresh beer."
type="usable"
hp="200"
mp="5"
weight="10"/>
<item id="11"
image="generic/bottle-empty.png"
name="Empty Bottle"
description="An empty bottle."
type="generic"
weight="1"/>
<item id="12"
image="usable/water.png"
name="Bottle of Water"
description="A bottle of water."
type="usable"
hp="250"
weight="10"/>
</items>