diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-06 19:11:33 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-06 19:11:33 +0000 |
commit | 7afdfd0b4b60c52af9f4e488bb1208a426a5bddc (patch) | |
tree | e2544ee1f7559240071e202812cc901ff7d7bf54 /conf-tmpl | |
parent | f0fa9794bcdde0b1402bb7a7256265f59bbd7313 (diff) | |
download | hercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.tar.gz hercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.tar.bz2 hercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.tar.xz hercules-7afdfd0b4b60c52af9f4e488bb1208a426a5bddc.zip |
- Added no_skill_delay setting, when set, affected object types will have the minimum skill delay for all skills.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7551 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 16548fd24..7cb33a613 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -50,6 +50,13 @@ min_skill_delay_limit: 100 // appear to "teleport" afterwards.
default_skill_delay: 300
+//Completely disable skill delay of the following types (Note 4)
+//NOTE: By default mobs don't have the skill delay as specified in the skill
+// database, but follow their own 'reuse' skill delay which is specified on
+// the mob skill db. When set, the delay for all skills become
+// min_skill_delay_limit.
+no_skill_delay: 2
+
// At what dex does the cast time become zero (instacast)
castrate_dex_scale: 150
|