diff options
-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 |