diff options
-rw-r--r-- | db/skill_castnodex_db.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/skill_castnodex_db.txt b/db/skill_castnodex_db.txt index 6639dce22..e2de3841c 100644 --- a/db/skill_castnodex_db.txt +++ b/db/skill_castnodex_db.txt @@ -3,11 +3,11 @@ // Cast: With 2, cast-rate cannot be reduced by Suffragium and the like
// Cast: With 3, same effect as 1 + 2
// Cast: With 0, dex affects the skill's cast rate
-// Delay: With 1, dex does not affect the skill's delay rate
+// Delay: With 1, agi does not affect the skill's delay rate
// Delay: With 2, delay cannot be reduced by Suffragium and the like
-// Delay: With 0, dex affects the skill's delay rate
-// Example - 46,1,1 = Double Strafe's casting time and delay is not affected by dex.
-// By default, dex NEVER affects after-cast delay, so no need of putting 'x,0,1' in this file
+// Delay: With 0, agi affects the skill's delay rate
+// Example - 46,1,1 = Double Strafe's casting time and delay is not affected by dex/agi.
+// By default, agi NEVER affects after-cast delay, so no need of putting 'x,0,1' in this file
263,0,2 //MO_TRIPLEATTACK
272,0,2 //MO_CHAINCOMBO
273,0,2 //MO_COMBOFINISH
|