diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-03 19:30:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-03 19:30:06 -0300 |
commit | 21f6b412dda9633345310788b1320d3ef54b0c79 (patch) | |
tree | 6985b0406e5708ae678e90caa5de8c06cc9fc7b5 /conf | |
parent | 297139ade2553c846dde3da64af40109a52e73e0 (diff) | |
download | serverdata-21f6b412dda9633345310788b1320d3ef54b0c79.tar.gz serverdata-21f6b412dda9633345310788b1320d3ef54b0c79.tar.bz2 serverdata-21f6b412dda9633345310788b1320d3ef54b0c79.tar.xz serverdata-21f6b412dda9633345310788b1320d3ef54b0c79.zip |
"Nerf evasion."
No effect for warriors dealing with single targets; Only for those facing multiple
targets.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/battle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/battle.conf b/conf/map/battle/battle.conf index a71bb744f..cf7448ec8 100644 --- a/conf/map/battle/battle.conf +++ b/conf/map/battle/battle.conf @@ -98,10 +98,10 @@ agi_penalty_type: 1 agi_penalty_target: 19 // Amount of enemies required to be targetting player before FLEE begins to be penalized -agi_penalty_count: 3 +agi_penalty_count: 2 // Amount of FLEE penalized per each attacking monster more than agi_penalty_count -agi_penalty_num: 7 +agi_penalty_num: 6 // Type of penalty that is applied to both equipment and vit DEF when more than vit_penalty_count monsters are targetting player // 0 = no penalty is applied |