|
@@ -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)
|