summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-04-03 16:22:34 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-04-03 16:22:34 +0000
commit29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1 (patch)
tree77e61d802f324f4234566b7015138ded338acb50
parent6fea6f27f9f88a3dea2f2be853a1c887927eab8f (diff)
downloadclientdata-29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1.tar.gz
clientdata-29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1.tar.bz2
clientdata-29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1.tar.xz
clientdata-29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1.zip
Allow setting stats at start of game - client
Added hair and color. Removed races until supported ****
-rw-r--r--charcreation.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/charcreation.xml b/charcreation.xml
index 9c48f015..e96cbfa5 100644
--- a/charcreation.xml
+++ b/charcreation.xml
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<chars>
<!-- hide hair color selection -->
- <haircolor min="1" max="1"/>
+ <haircolor min="1" max="13"/>
<!-- hide hair style selection -->
- <hairstyle min="1" max="1"/>
+ <hairstyle min="1" max="20"/>
<!-- hide look selection -->
<look min="1" max="1"/>
- <!-- hide stat selection -->
- <stat min="1" max="1" sum="6"/>
+ <!-- stat selection -->
+ <stat min="1" max="10" sum="27"/>
<!-- hide race selection -->
<race min="1" max="1"/>
</chars>