diff options
author | Shido <the.keikun@gmail.com> | 2014-05-30 10:37:29 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2014-05-30 10:37:29 +0800 |
commit | 94f958f87460f077bea712db35b1c461ab749e68 (patch) | |
tree | d1572df15824326a89b20ffe729ad947f71e68e4 /conf/battle/skill.conf | |
parent | 5448bfa240d4c6e95693eba71be0df938563cfa1 (diff) | |
download | hercules-94f958f87460f077bea712db35b1c461ab749e68.tar.gz hercules-94f958f87460f077bea712db35b1c461ab749e68.tar.bz2 hercules-94f958f87460f077bea712db35b1c461ab749e68.tar.xz hercules-94f958f87460f077bea712db35b1c461ab749e68.zip |
More typo fixed on conf/
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 |