summaryrefslogtreecommitdiff
path: root/conf/battle/battle.conf
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-29 12:47:21 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-29 12:47:21 +0000
commitf53414bdbfa5f1364aec6a9ddbef8287e544aad9 (patch)
tree8d6d4c74c9ad8ae387ea219e734bfb33240b4558 /conf/battle/battle.conf
parent572bb8a1a98bc8863a92d944af0f6e47408dd3b4 (diff)
downloadhercules-f53414bdbfa5f1364aec6a9ddbef8287e544aad9.tar.gz
hercules-f53414bdbfa5f1364aec6a9ddbef8287e544aad9.tar.bz2
hercules-f53414bdbfa5f1364aec6a9ddbef8287e544aad9.tar.xz
hercules-f53414bdbfa5f1364aec6a9ddbef8287e544aad9.zip
* Fixed attack not counted as connect when dodged and got damage from skill bonus like Weaponry Research.
* Corrected the description for vit_penalty_type. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13918 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/battle.conf')
-rw-r--r--conf/battle/battle.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battle/battle.conf b/conf/battle/battle.conf
index 37cabc199..b5544fe41 100644
--- a/conf/battle/battle.conf
+++ b/conf/battle/battle.conf
@@ -88,10 +88,10 @@ agi_penalty_count: 3
// Amount of FLEE penalized per each attacking monster more than agi_penalty_count
agi_penalty_num: 10
-// Type of penalty that is applied to VIT defense when more than vit_penalty_count monsters are targetting player
+// 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
-// 1 = vit_penalty_num is reduced from FLEE as a %
-// 2 = vit_penalty_num is reduced from FLEE as an exact amount
+// 1 = vit_penalty_num is reduced from DEF as a %
+// 2 = vit_penalty_num is reduced from DEF as an exact amount
vit_penalty_type: 1
// When vit penalty is enabled, to whom it should apply to? (Note 3)