diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-07 14:34:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-07 14:34:12 -0300 |
commit | 097fc78532d7fe75d107cf8faa1a2b9e038babbb (patch) | |
tree | 2fa1a8cc2b39bef5b87ca81bd6f2b69269f14716 /conf/map/battle | |
parent | b4b174122b9d7fd8a20b5a7814d350ef1bd3c85f (diff) | |
download | serverdata-097fc78532d7fe75d107cf8faa1a2b9e038babbb.tar.gz serverdata-097fc78532d7fe75d107cf8faa1a2b9e038babbb.tar.bz2 serverdata-097fc78532d7fe75d107cf8faa1a2b9e038babbb.tar.xz serverdata-097fc78532d7fe75d107cf8faa1a2b9e038babbb.zip |
Make exp death penalty the same as job.
That's about -1%
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/exp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index 074459e33..25d64b505 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -96,7 +96,7 @@ pvp_exp: true death_penalty_type: 1 // Base exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_base: 424 +death_penalty_base: 321 // Job exp. penalty rate (Each 100 is 1% of their exp) death_penalty_job: 312 |