diff options
Diffstat (limited to 'conf/map/battle/status.conf')
-rw-r--r-- | conf/map/battle/status.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/battle/status.conf b/conf/map/battle/status.conf index 8ba76199..5f6fe68d 100644 --- a/conf/map/battle/status.conf +++ b/conf/map/battle/status.conf @@ -38,10 +38,10 @@ status_cast_cancel: 0 // 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 // them (eg: 200 vit to completely block stun) -pc_status_def_rate: 100 -mob_status_def_rate: 100 +pc_status_def_rate: 50 +mob_status_def_rate: 50 // Maximum resistance to status changes. (100 = 100%) // NOTE: Cards and equipment can go over this limit, so it only applies to natural resist. -pc_max_status_def: 100 -mob_max_status_def: 100 +pc_max_status_def: 75 +mob_max_status_def: 75 |