summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-04-13 01:25:37 +0200
committerFedja Beader <fedja@protonmail.ch>2024-04-13 01:25:37 +0200
commitaa4fd9bde8e15ed1eb50405f81b9047e80c777d7 (patch)
tree1c7ec228f58bd2c8f73bdb625cdc34bfd0d50b22
parent7a488e2822e664ad05dfa55c6f1531935c24be13 (diff)
downloadclientdata-aa4fd9bde8e15ed1eb50405f81b9047e80c777d7.tar.gz
clientdata-aa4fd9bde8e15ed1eb50405f81b9047e80c777d7.tar.bz2
clientdata-aa4fd9bde8e15ed1eb50405f81b9047e80c777d7.tar.xz
clientdata-aa4fd9bde8e15ed1eb50405f81b9047e80c777d7.zip
Fix char creation stat point allocation - clientdata part
-rw-r--r--charcreation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/charcreation.xml b/charcreation.xml
index e96cbfa5..b6e0bd52 100644
--- a/charcreation.xml
+++ b/charcreation.xml
@@ -6,8 +6,8 @@
<hairstyle min="1" max="20"/>
<!-- hide look selection -->
<look min="1" max="1"/>
- <!-- stat selection -->
- <stat min="1" max="10" sum="27"/>
+ <!-- stat selection. 48 / 2 = 24. You start with 1 in all of 6 -> need 24+6 = 30 -->
+ <stat min="1" max="10" sum="30"/>
<!-- hide race selection -->
<race min="1" max="1"/>
</chars>