summaryrefslogtreecommitdiff
path: root/conf/battle/player.conf
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-11-20 18:53:14 +0800
committerHaru <haru@dotalux.com>2015-12-25 21:17:38 +0100
commit83301cc59a75f14bea4b73136e7dffc396f37fc3 (patch)
tree99c72365f57942ce2f00a57b534b216f5ad4a000 /conf/battle/player.conf
parent75141a35e907f76ce7626f0f7cb421ec3217bcc1 (diff)
downloadhercules-83301cc59a75f14bea4b73136e7dffc396f37fc3.tar.gz
hercules-83301cc59a75f14bea4b73136e7dffc396f37fc3.tar.bz2
hercules-83301cc59a75f14bea4b73136e7dffc396f37fc3.tar.xz
hercules-83301cc59a75f14bea4b73136e7dffc396f37fc3.zip
*Show the katar critical bonus in player status window
- this is unofficial behavior, so it has to be in battle config Related to #579 Closes #882 as merged Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/battle/player.conf')
-rw-r--r--conf/battle/player.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf
index c5db26c6b..b31385b8b 100644
--- a/conf/battle/player.conf
+++ b/conf/battle/player.conf
@@ -120,6 +120,10 @@ show_hp_sp_drain: no
// Display the gained hp/sp values from killing mobs? (Ie: Sky Deleter Card)
show_hp_sp_gain: yes
+// Show the critical bonus for katar class weapon in player status window?
+// On official server, the critical bonus from katar class weapon isn't display. (Default: no)
+show_katar_crit_bonus: no
+
// If set, when A accepts B as a friend, B will also be added to A's friend
// list, otherwise, only A appears in B's friend list.
// NOTE: this setting only enables friend auto-adding; auto-deletion does not work yet