summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle/battle.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl/battle/battle.conf')
-rw-r--r--conf-tmpl/battle/battle.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf
index c812a133f..a2546a04f 100644
--- a/conf-tmpl/battle/battle.conf
+++ b/conf-tmpl/battle/battle.conf
@@ -154,5 +154,12 @@ gtb_pvp_only: no
// Adjustment for the natural rate of resistance from status changes.
// If 50, status defense is halved, and you need twice as much stats to block
-// poison/silence/etc (eg: 200 vit to block poison/stun)
-status_def_rate: 100
+// them (eg: 200 vit to completely block stun)
+pc_status_def_rate: 100
+mob_status_def_rate: 100
+
+// Maximum resistance to status changes. (10000 = 100%)
+// NOTE: This is applied after cards and equipment.
+// So inmunity cards will be capped to this value.
+pc_max_status_def: 10000
+mob_max_status_def: 10000