summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-12-10 16:12:56 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-12-10 16:12:56 +0000
commitf63a3cf104f1e649d1905bf6da42c94736d9282f (patch)
treed7a0e73f574c3d4eccc08bd02fc376e67c8a9507 /items.xml
parentd2c852da99d192be71f746340f3483e465ba51cf (diff)
downloadclientdata-f63a3cf104f1e649d1905bf6da42c94736d9282f.tar.gz
clientdata-f63a3cf104f1e649d1905bf6da42c94736d9282f.tar.bz2
clientdata-f63a3cf104f1e649d1905bf6da42c94736d9282f.tar.xz
clientdata-f63a3cf104f1e649d1905bf6da42c94736d9282f.zip
Implemented female hairstyles.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml27
1 files changed, 17 insertions, 10 deletions
diff --git a/items.xml b/items.xml
index 76573220..c1f80b20 100644
--- a/items.xml
+++ b/items.xml
@@ -14,38 +14,45 @@
required for eAthena compatiblity anymore.
-->
<item id="-1">
- <sprite>hairstyle1.xml</sprite>
+ <sprite gender="male">hairstyle1-male.xml</sprite>
+ <sprite gender="female">hairstyle1-female.xml</sprite>
</item>
<item id="-2">
- <sprite>hairstyle2.xml</sprite>
+ <sprite gender="male">hairstyle2-male.xml</sprite>
+ <sprite gender="female">hairstyle2-female.xml</sprite>
</item>
<item id="-3">
- <sprite>hairstyle3.xml</sprite>
+ <sprite gender="male">hairstyle3-male.xml</sprite>
+ <sprite gender="female">hairstyle3-female.xml</sprite><!-- to be replaced with the animated one -->
</item>
<item id="-4">
- <sprite>hairstyle4.xml</sprite>
+ <sprite gender="male">hairstyle4-male.xml</sprite>
+ <sprite gender="female">hairstyle4-female.xml</sprite>
</item>
<item id="-5">
- <sprite>hairstyle5.xml</sprite>
+ <sprite gender="male">hairstyle5-male.xml</sprite>
+ <sprite gender="female">hairstyle5-female.xml</sprite>
</item>
<item id="-6">
- <sprite>hairstyle6.xml</sprite>
+ <sprite gender="male">hairstyle6-male.xml</sprite>
+ <sprite gender="female">hairstyle6-female.xml</sprite>
</item>
<item id="-7">
- <sprite>hairstyle7.xml</sprite>
+ <sprite gender="male">hairstyle7-male.xml</sprite>
+ <sprite gender="female">hairstyle7-male.xml</sprite><!-- haven't got one yet -->
</item>
-
+
<!-- treating the base sprite as equipment too will be useful when we
implement other playable races -->
<item id="-100">
<sprite gender="male">player_male_base.xml</sprite>
<sprite gender="female">player_female_base.xml</sprite>
</item>
-
+
<!-- Temporarily include low-ID items for View column of eAthena, cause
it can't go above 255. Get rid of this with tmwserv.
-->
-
+
<item id="1">
<sprite gender="male">chest-cotton-male.xml</sprite>
<sprite gender="female">chest-cotton-female.xml</sprite>