diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/guild.conf | 4 | ||||
-rw-r--r-- | conf-tmpl/char_athena.conf | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/conf-tmpl/battle/guild.conf b/conf-tmpl/battle/guild.conf index c02f4ce96..c63ca79ea 100644 --- a/conf-tmpl/battle/guild.conf +++ b/conf-tmpl/battle/guild.conf @@ -30,10 +30,6 @@ // When making a guild, an Emperium is consumed? (Note 1)
guild_emperium_check: yes
-// Rate at which taxed experience is earned. (Note 2)
-// For example, if set to 200, all experience that is taxed from players is doubled before adding it to the guild.
-guild_exp_rate: 100
-
// Maximum tax limit on a guild member.
guild_exp_limit: 50
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 68f7113aa..576d6e757 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -139,6 +139,12 @@ fame_list_alchemist: 10 fame_list_blacksmith: 10
fame_list_taekwon: 10
+// Guild earned exp modifier.
+// Adjusts taxed exp before adding it to the guild's exp. For example, if set
+// to 200, the guild receives double the player's taxed exp.
+guild_exp_rate: 100
+
+
// Name used for unknown characters
unknown_char_name: Unknown
|