diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
commit | aed37c0ac8e958e3fcf0683f191443fb33b64e4c (patch) | |
tree | 23294bdfb11714b0f3b7f180aa46aa43c46dcbcc /charcreation.xml | |
parent | c8535658e7157da988087864f2e88da3ec6c7f7d (diff) | |
parent | 42d0094796abd374147db0ae93fa609fed179532 (diff) | |
download | clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.gz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.bz2 clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.xz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.zip |
Merge pull request #311 from mekolat/gender2
3rd gender, new races
Diffstat (limited to 'charcreation.xml')
-rw-r--r-- | charcreation.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/charcreation.xml b/charcreation.xml index 2a233aa7..9c48f015 100644 --- a/charcreation.xml +++ b/charcreation.xml @@ -1,8 +1,13 @@ <?xml version="1.0"?> <chars> - <haircolor min="0" max="11"/> - <hairstyle min="1" max="20"/> - <stat min="1" max="9" sum="30"/> - <item id="1202"/> - <item id="881"/> + <!-- hide hair color selection --> + <haircolor min="1" max="1"/> + <!-- hide hair style selection --> + <hairstyle min="1" max="1"/> + <!-- hide look selection --> + <look min="1" max="1"/> + <!-- hide stat selection --> + <stat min="1" max="1" sum="6"/> + <!-- hide race selection --> + <race min="1" max="1"/> </chars> |