diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-03-24 20:38:49 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-03-24 20:38:49 -0400 |
commit | db591195e99aa82f33ce89fac96d307741a48124 (patch) | |
tree | 8741aacba8056ea2775a8bc2100aa6be40b06539 | |
parent | 6728378e57caa14d811e515891ccbbef07dc1110 (diff) | |
download | serverdata-db591195e99aa82f33ce89fac96d307741a48124.tar.gz serverdata-db591195e99aa82f33ce89fac96d307741a48124.tar.bz2 serverdata-db591195e99aa82f33ce89fac96d307741a48124.tar.xz serverdata-db591195e99aa82f33ce89fac96d307741a48124.zip |
Update comments in the battle conf file to reflect new death penalty
-rw-r--r-- | conf/battle_athena.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 782a05bd..0cd1e36b 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -149,9 +149,10 @@ 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) +// Base exp. penalty rate (Each 100 is 1% of their exp or zeny) death_penalty_base: 100 // Job exp. penalty rate (Each 100 is 1% of their exp) |