summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/conf/char_athena.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf
index ee2cba1b..2e85a1b3 100644
--- a/world/conf/char_athena.conf
+++ b/world/conf/char_athena.conf
@@ -41,6 +41,26 @@ char_name_letters: abcdefghijklmnoprstquvwxyz
//char_name_letters: {}
char_name_letters: |~
+// minimum char name length
+min_name_length: 4
+
+// maximum characters allowed per account
+// set to 1 if you want to limit accounts to 1 character
+char_slots: 9
+
+// max hair style and hair color
+max_hair_style: 20
+max_hair_color: 11
+
+// the minimum value for stats (str, agi, ...)
+min_stat_value: 1
+
+// the maximum value for stats (str, agi, ...)
+max_stat_value: 9
+
+// the sum of all stats combined (str + agi + int + ...)
+total_stat_sum: 30
+
// Filename of the file which receives the online players list in text
online_txt_filename: online.txt