summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2024-03-26 22:29:54 -0300
committerLedmitz <smoothshifter@tuta.io>2024-03-26 22:29:54 -0300
commit56b5171d87d5ab652d5b4f7d125306bef34e84af (patch)
treebc44bcb099cdd57a0824be0d353367640595970a
parent39a57c6b77e00b31c9071763df4557dced63faf1 (diff)
downloadclientdata-56b5171d87d5ab652d5b4f7d125306bef34e84af.tar.gz
clientdata-56b5171d87d5ab652d5b4f7d125306bef34e84af.tar.bz2
clientdata-56b5171d87d5ab652d5b4f7d125306bef34e84af.tar.xz
clientdata-56b5171d87d5ab652d5b4f7d125306bef34e84af.zip
Lowered max stat points to 27, since that's the max you can get from 48 character points
-rw-r--r--charcreation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charcreation.xml b/charcreation.xml
index 4af8692a..dddc01c3 100644
--- a/charcreation.xml
+++ b/charcreation.xml
@@ -7,7 +7,7 @@
<!-- hide look selection -->
<look min="1" max="1"/>
<!-- stat selection -->
- <stat min="1" max="10" sum="30"/>
+ <stat min="1" max="10" sum="27"/>
<!-- race selection -->
<race min="1" max="3"/>
</chars>