diff options
Diffstat (limited to 'conf-tmpl/battle/battle.conf')
-rw-r--r-- | conf-tmpl/battle/battle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf index a2546a04f..42f5cd934 100644 --- a/conf-tmpl/battle/battle.conf +++ b/conf-tmpl/battle/battle.conf @@ -159,7 +159,7 @@ 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. +// NOTE: This is applied before cards and equipment. +// So inmunity cards can go beyond to this value. pc_max_status_def: 10000 mob_max_status_def: 10000 |