diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 20:24:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 20:24:40 -0300 |
commit | d9466bf4f9380138671d82f80f53f402938c8c5b (patch) | |
tree | ab0327a780a42d9400863118068df670d8bd342f /conf/map/battle | |
parent | 04fa87ecf9b6ce38da23e43ab211f02bae140bd9 (diff) | |
download | serverdata-d9466bf4f9380138671d82f80f53f402938c8c5b.tar.gz serverdata-d9466bf4f9380138671d82f80f53f402938c8c5b.tar.bz2 serverdata-d9466bf4f9380138671d82f80f53f402938c8c5b.tar.xz serverdata-d9466bf4f9380138671d82f80f53f402938c8c5b.zip |
Switched values
Diffstat (limited to 'conf/map/battle')
-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 |