diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:14:38 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:14:38 +0100 |
commit | cbc3c50aeb12013ae1e4553390b156ea39cb0897 (patch) | |
tree | 1c766343fed4745029ba17a1ef05d0dd70f06002 /conf/map/battle | |
parent | eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (diff) | |
download | serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.gz serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.bz2 serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.xz serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.zip |
change stats points. and add new foods items
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/exp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index 3a38c1c6c..d1c296f92 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -93,10 +93,10 @@ pvp_exp: true death_penalty_type: 1 // Base exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_base: 100 +death_penalty_base: 1000 // Job exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_job: 100 +death_penalty_job: 500 // When a player dies (to another player), how much zeny should we penalize them with? // NOTE: It is a percentage of their zeny, so 100 = 1% |