diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-22 18:51:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-22 18:51:50 -0300 |
commit | 6e36e0d716da254dca584367f97d5a34ce00b99a (patch) | |
tree | 8ac1c904f3269afce16724e845ef73fcfecc35f7 | |
parent | e2d3c3df6f7677aeb7ea0557d04a564916577f91 (diff) | |
download | serverdata-6e36e0d716da254dca584367f97d5a34ce00b99a.tar.gz serverdata-6e36e0d716da254dca584367f97d5a34ce00b99a.tar.bz2 serverdata-6e36e0d716da254dca584367f97d5a34ce00b99a.tar.xz serverdata-6e36e0d716da254dca584367f97d5a34ce00b99a.zip |
SP Regen is now 3x less efficient
-rw-r--r-- | conf/map/battle/player.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index 5af296fd1..017f76d9b 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -81,7 +81,7 @@ fix_warp_hit_delay_abuse: true natural_healhp_interval: 2500 // The time interval for SP to restore naturally. (in milliseconds) -natural_healsp_interval: 5000 +natural_healsp_interval: 15000 // Automatic healing skill's time interval. (in milliseconds) natural_heal_skill_interval: 5000 |