summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/map/battle/battle.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/map/battle/battle.conf b/conf/map/battle/battle.conf
index 5785d7df5..a71bb744f 100644
--- a/conf/map/battle/battle.conf
+++ b/conf/map/battle/battle.conf
@@ -94,6 +94,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
+// 19: Pc + Mob + Merc
agi_penalty_target: 19
// Amount of enemies required to be targetting player before FLEE begins to be penalized
@@ -111,7 +112,8 @@ 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: 17
+// 24: Homun + Merc
+vit_penalty_target: 24
// Amount of enemies required to be targetting player before defense begins to be penalized
vit_penalty_count: 3