diff options
-rw-r--r-- | conf/battle/player.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index b626f3ca0..f493f6b67 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -46,7 +46,8 @@ basic_skill_check: yes // When teleporting, or spawning to a map, how long before a monster sees you if you don't move? (time is in milliseconds) // That is, when you go to a map and don't move, how long before the monsters will notice you. -// If you attack a monster, it will attack you back regaurdless of this setting. (I think) +// When moving, attacking or doing similar actions, the effect ends instantly. +// Value is also affected by 'invincible_time_inc' mapflag player_invincible_time: 5000 // The time interval for HP to restore naturally. (in milliseconds) |