summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2024-03-05 18:09:28 -0400
committerLed Mitz <smoothshifter@tuta.io>2024-03-26 22:04:29 +0000
commitb399c65f2c0f201dd0e19c657e7c0cf246eccb89 (patch)
treecee8de4046ff6df4b3b4bd0ab0c837d7759dec52
parenteafa4269d573baf0dc7c302de4a150d5bbf25b87 (diff)
downloadclientdata-b399c65f2c0f201dd0e19c657e7c0cf246eccb89.tar.gz
clientdata-b399c65f2c0f201dd0e19c657e7c0cf246eccb89.tar.bz2
clientdata-b399c65f2c0f201dd0e19c657e7c0cf246eccb89.tar.xz
clientdata-b399c65f2c0f201dd0e19c657e7c0cf246eccb89.zip
Allow setting stats at the start of game. See matching server-data
-rw-r--r--charcreation.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/charcreation.xml b/charcreation.xml
index 9c48f015..4af8692a 100644
--- a/charcreation.xml
+++ b/charcreation.xml
@@ -6,8 +6,8 @@
<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"/>
+ <!-- stat selection -->
+ <stat min="1" max="10" sum="30"/>
+ <!-- race selection -->
+ <race min="1" max="3"/>
</chars>