diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-03-05 18:09:28 -0400 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2024-03-26 18:56:48 -0300 |
commit | 39a57c6b77e00b31c9071763df4557dced63faf1 (patch) | |
tree | cee8de4046ff6df4b3b4bd0ab0c837d7759dec52 | |
parent | eafa4269d573baf0dc7c302de4a150d5bbf25b87 (diff) | |
download | clientdata-39a57c6b77e00b31c9071763df4557dced63faf1.tar.gz clientdata-39a57c6b77e00b31c9071763df4557dced63faf1.tar.bz2 clientdata-39a57c6b77e00b31c9071763df4557dced63faf1.tar.xz clientdata-39a57c6b77e00b31c9071763df4557dced63faf1.zip |
Allow setting stats at the start of game. See matching server-data
-rw-r--r-- | charcreation.xml | 8 |
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> |