diff options
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index cf2145053..16039f07d 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -424,4 +424,12 @@ bonus bMagicHPGainValue,n; Heals +n HP when killing an enemy with magic attack. bonus3 bAddClassDropItem,s,x,n; Adds an n/100% chance of dropping item s when killing monster class x. bonus2 bHPGainRaceAttack,x,n; Heals n HP when attacking x Race on every hit -bonus2 bSPGainRaceAttack,x,n; Heals n SP when attacking x Race on every hit
\ No newline at end of file +bonus2 bSPGainRaceAttack,x,n; Heals n SP when attacking x Race on every hit + +bonus2 bSkillUseSPrate,s,x; Reduces SP consumption of skill s by x%. (supports skill names.) +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 |