diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 00:14:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 00:14:50 -0300 |
commit | 8cfe121b1d76ec75fe52380f236d0ef4e8d2f7b4 (patch) | |
tree | 48c70519e2e728d5636dd72df2675a393ec5211d /conf/map/battle | |
parent | cf50c34d1abbd063a5a24392850bd5e6e4ffdfbf (diff) | |
download | serverdata-8cfe121b1d76ec75fe52380f236d0ef4e8d2f7b4.tar.gz serverdata-8cfe121b1d76ec75fe52380f236d0ef4e8d2f7b4.tar.bz2 serverdata-8cfe121b1d76ec75fe52380f236d0ef4e8d2f7b4.tar.xz serverdata-8cfe121b1d76ec75fe52380f236d0ef4e8d2f7b4.zip |
Change yet again status natural resistance, from 50 to 25%
If we need more, we'll add equip.
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/status.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/status.conf b/conf/map/battle/status.conf index f264fc2a7..998041666 100644 --- a/conf/map/battle/status.conf +++ b/conf/map/battle/status.conf @@ -43,5 +43,5 @@ mob_status_def_rate: 100 // 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: 50 -mob_max_status_def: 50 +pc_max_status_def: 25 +mob_max_status_def: 25 |