diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-19 19:11:35 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-19 19:11:35 +0100 |
commit | 942eaffa7dad0a762971642de0f84fd62e526c29 (patch) | |
tree | 0df9fac4d6bcf92fd2d51ea7de35406c06a49535 /charcreation.xml | |
parent | e0eda323aa60ad898d937c9c9ad8ab719bcaae7b (diff) | |
download | clientdata-942eaffa7dad0a762971642de0f84fd62e526c29.tar.gz clientdata-942eaffa7dad0a762971642de0f84fd62e526c29.tar.bz2 clientdata-942eaffa7dad0a762971642de0f84fd62e526c29.tar.xz clientdata-942eaffa7dad0a762971642de0f84fd62e526c29.zip |
Adding xml file about char creation for the manaplus client.
It informs the client about
- the valid range of hairstyles and colors at character creation.
- the amount of status points (already given and those to distribute).
- the clothes to display in the character creation dialog.
Diffstat (limited to 'charcreation.xml')
-rw-r--r-- | charcreation.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/charcreation.xml b/charcreation.xml new file mode 100644 index 00000000..c9b6bd78 --- /dev/null +++ b/charcreation.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<chars> + <haircolor min="0" max="11" /> + <hairstyle min="0" max="19" /> + <stat min="1" max="9" sum="30" /> + <item id="1202"/> + <item id="881"/> +</chars> + |