summaryrefslogtreecommitdiff
path: root/world/conf/char_athena.conf
diff options
context:
space:
mode:
Diffstat (limited to 'world/conf/char_athena.conf')
-rw-r--r--world/conf/char_athena.conf17
1 files changed, 9 insertions, 8 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf
index 3e0fa61d..1da5dec3 100644
--- a/world/conf/char_athena.conf
+++ b/world/conf/char_athena.conf
@@ -44,18 +44,19 @@ 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 + ...)
+// 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