diff options
author | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-15 21:05:28 +0000 |
---|---|---|
committer | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-15 21:05:28 +0000 |
commit | 03a7f01cf51a390df8daa0c3d347389a092c2ca8 (patch) | |
tree | 84fdc789e26f49cab34f0a4dfe13649200dbe226 /doc/item_bonus.txt | |
parent | b521afdb959b57a7c2ebc5a7c21ad0e6180fd1dc (diff) | |
download | hercules-03a7f01cf51a390df8daa0c3d347389a092c2ca8.tar.gz hercules-03a7f01cf51a390df8daa0c3d347389a092c2ca8.tar.bz2 hercules-03a7f01cf51a390df8daa0c3d347389a092c2ca8.tar.xz hercules-03a7f01cf51a390df8daa0c3d347389a092c2ca8.zip |
Fixed Angra Manyus and Ahura Mazdah script and ATK/MATK/DEF. Additionally corrected some descriptions in item_bonus.txt. (bugreport:5172)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16641 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |