diff options
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index e331dbf7b..559e49414 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -409,8 +409,11 @@ 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.) -bonus bFixedCastrate,x; Increases fixed cast time of skills by x%. -bonus bVariableCastrate,x; Increases variable cast time of skills by x%. +bonus bFixedCastrate,x; Increases fixed cast time of all skills by x%. +bonus bVariableCastrate,x; Increases variable cast time of all skills by x%. +bonus bFixedCast,x; Increases fixed cast time of all skills by x milliseconds; +bonus bVariableCast,x; Increases variable cast time of all skills by x milliseconds; 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.) bonus2 bVariableCastrate,s,x; Increases variable cast time of skill s by x%. (supports skill names.) +bonus2 bFixedCastrate,s,x; Increases fixed cast time of skill s by x%. (supports skill names.)
\ No newline at end of file |