diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-03-24 22:07:47 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-03-24 22:07:47 -0400 |
commit | 20c953c37b6ca28b6308430edc77e9dc0796c66a (patch) | |
tree | f565531050e6d5afd26d20f3c44aca79ddbcb3f4 /conf | |
parent | db591195e99aa82f33ce89fac96d307741a48124 (diff) | |
download | serverdata-20c953c37b6ca28b6308430edc77e9dc0796c66a.tar.gz serverdata-20c953c37b6ca28b6308430edc77e9dc0796c66a.tar.bz2 serverdata-20c953c37b6ca28b6308430edc77e9dc0796c66a.tar.xz serverdata-20c953c37b6ca28b6308430edc77e9dc0796c66a.zip |
Revert "Update comments in the battle conf file to reflect new death penalty"
This reverts commit db591195e99aa82f33ce89fac96d307741a48124.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle_athena.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 0cd1e36b..782a05bd 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -149,10 +149,9 @@ pvp_exp: yes // 0 = No penalty. // 1 = Lose % of current level when killed. // 2 = Lose % of total experience when killed. -// 3 = Lose % of zeny when killed. death_penalty_type: 0 -// Base exp. penalty rate (Each 100 is 1% of their exp or zeny) +// Base exp. penalty rate (Each 100 is 1% of their exp) death_penalty_base: 100 // Job exp. penalty rate (Each 100 is 1% of their exp) |