diff options
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 b780a331f..9fb37855d 100644 --- a/conf/map/battle/battle.conf +++ b/conf/map/battle/battle.conf @@ -93,7 +93,7 @@ agi_penalty_type: 1 // When agi penalty is enabled, to whom it should apply to? (Note 3) // By default, only players get the penalty. // 17: Pc + Merc -agi_penalty_target: 17 +agi_penalty_target: 19 // Amount of enemies required to be targetting player before FLEE begins to be penalized agi_penalty_count: 3 @@ -110,7 +110,7 @@ vit_penalty_type: 1 // When vit penalty is enabled, to whom it should apply to? (Note 3) // By default, only players get the penalty. // 19: Pc + Mob + Merc -vit_penalty_target: 19 +vit_penalty_target: 17 // Amount of enemies required to be targetting player before defense begins to be penalized vit_penalty_count: 3 |