diff options
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index f3ace951a..d97c0dd60 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -430,6 +430,6 @@ bonus2 bSkillUseSPrate,s,x; Reduces SP consumption of skill s by x%. (supports bonus2 bSkillUseSP,s,x; Reduces SP consumption of skill s by x. (supports skill names.) bonus2 bSkillCooldown,s,x; Increases cooldown of skill s by x milliseconds. (supports skill names.) bonus2 bSkillFixedCast,s,x; Increases fixed cast time of skill s by x milliseconds. (supports skill names.) -bonus2 bSkillVariableCast,s,x; Increases variable cast time of skill s by x milliseconds. (supports skill names.) [Not yet implemented!] -bonus2 bSkillFixedCast,x; Increases fixed cast time of skills x%. (supports skill names.) -bonus2 bVariableCastrate,x; Increases variable cast time of skills x%. (supports skill names.) [Not yet implemented!]
\ No newline at end of file +bonus2 bSkillVariableCast,s,x; Increases variable cast time of skill s by x milliseconds. (supports skill names.) [Pending!] +bonus bFixedCastrate,x; Increases fixed cast time of skills by x%. +bonus bVariableCastrate,x; Increases variable cast time of skills x%. [Pending!]
\ No newline at end of file |