summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-04-13 01:21:11 +0200
committerFedja Beader <fedja@protonmail.ch>2024-04-13 01:23:34 +0200
commit8f85594e7ddd4ef877ca6b49596e3557d39121f8 (patch)
treee27d2f398b7db7ee0802cdacdc2606037cb8cfa5
parentc5047b7a5fc9790b5ee78e1b0ca67cdac339c9fa (diff)
downloadserverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.tar.gz
serverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.tar.bz2
serverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.tar.xz
serverdata-8f85594e7ddd4ef877ca6b49596e3557d39121f8.zip
Fix char creation stat point allocation - serverdata part
-rw-r--r--world/conf/char_athena.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf
index 769b8f9b..1da5dec3 100644
--- a/world/conf/char_athena.conf
+++ b/world/conf/char_athena.conf
@@ -55,7 +55,8 @@ min_stat_value: 1
max_stat_value: 10
// the sum of all stats combined on creation (str + agi + int + ...)
-total_stat_sum: 27
+// 48 / 2 = 24. You start with 1 in all of 6 -> need 24+6 = 30
+total_stat_sum: 30
// Filename of the file which receives the online players list in text
online_txt_filename: online.txt