diff options
Diffstat (limited to 'conf/battle/skill.conf')
-rw-r--r-- | conf/battle/skill.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 9f0b98f90..5a94a52a8 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -37,7 +37,7 @@ default_walk_delay: 300 // min_skill_delay_limit. no_skill_delay: 2 -// At what dex does the cast time become zero (instacast)? +// At what dex does the cast time become zero (instant cast)? castrate_dex_scale: 150 // How much (dex*2+int) does variable cast turns zero? @@ -138,8 +138,8 @@ skill_wall_check: yes // // 0 = doesn't check for walls // 1 = Check for walls -// 2 = Cloaking is not cancelled when attacking. -// 4 = Cloaking is not cancelled when using skills +// 2 = Cloaking is not canceled when attacking. +// 4 = Cloaking is not canceled when using skills player_cloak_check_type: 1 monster_cloak_check_type: 4 |