summaryrefslogtreecommitdiff
path: root/world/conf
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-04-03 18:01:32 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-04-03 18:01:32 +0000
commita98cf958b0264358c5ea13818458ce8e3a229867 (patch)
tree8343384a7cd98fe9522a08d85b401396fabf2ec0 /world/conf
parentb3862b8d824b1470b4a1d844db2b1eab826be4e7 (diff)
downloadserverdata-a98cf958b0264358c5ea13818458ce8e3a229867.tar.gz
serverdata-a98cf958b0264358c5ea13818458ce8e3a229867.tar.bz2
serverdata-a98cf958b0264358c5ea13818458ce8e3a229867.tar.xz
serverdata-a98cf958b0264358c5ea13818458ce8e3a229867.zip
Allow setting stats at start of game - server
This brings back the ability to set stats during character creation. It will need to be tested first to ensure that new characters do not gain an additional 30 stat points and to make sure that current characters gain 3 more. Also, I'll need to make one more MR, probably, when I find out where character points on character creation are set. Will need to change from 48 to 54 in order to achieve 30 points, I think, though I may need to change 48 to 0 if this is set after login. Simple things are rarely simple in practice. GAH! **** Approved-by: Led Mitz <smoothshifter@tuta.io> Reviewed-by: Led Mitz <smoothshifter@tuta.io>
Diffstat (limited to 'world/conf')
-rw-r--r--world/conf/char_athena.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf
index 3e0fa61d..769b8f9b 100644
--- a/world/conf/char_athena.conf
+++ b/world/conf/char_athena.conf
@@ -44,18 +44,18 @@ min_name_length: 4
// set to 1 if you want to limit accounts to 1 character
char_slots: 9
-// max hair style and hair color
-max_hair_style: 1
-max_hair_color: 1
+// max hair style and hair color at start
+max_hair_style: 20
+max_hair_color: 13
-// the minimum value for stats (str, agi, ...)
+// the minimum value for stats on creation (str, agi, ...)
min_stat_value: 1
-// the maximum value for stats (str, agi, ...)
-max_stat_value: 1
+// the maximum value for stats on creation (str, agi, ...)
+max_stat_value: 10
-// the sum of all stats combined (str + agi + int + ...)
-total_stat_sum: 6
+// the sum of all stats combined on creation (str + agi + int + ...)
+total_stat_sum: 27
// Filename of the file which receives the online players list in text
online_txt_filename: online.txt