summaryrefslogtreecommitdiff
path: root/doc/item_bonus.txt
diff options
context:
space:
mode:
authorkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-21 22:15:28 +0000
committerkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-21 22:15:28 +0000
commit653ba172167466374794140277e34969ae544eaf (patch)
treef3ed3c317454c35609fdaca79245fc1243a5c778 /doc/item_bonus.txt
parentee6ca5d682f79c8946fa778802cd709f1110f7fb (diff)
downloadhercules-653ba172167466374794140277e34969ae544eaf.tar.gz
hercules-653ba172167466374794140277e34969ae544eaf.tar.bz2
hercules-653ba172167466374794140277e34969ae544eaf.tar.xz
hercules-653ba172167466374794140277e34969ae544eaf.zip
Renamed bUseSPrateSkill to bSkillUseSPrate.
Added bSkillUseSP. Added documentation for bSkillUseSPrate(bUseSPrateSkill), bSkillUseSP, bSkillCooldown, bSkillFixedCast, bSkillVariableCast, bSkillFixedCast and bVariableCastrate. (bugreport:6193) Fixed Enriched White PotionZs (#12428) and Enrich Celermine Juices (#12437) bonus script. (bugreport:5790) Fixed Mental Sticks (#1654) bonus script. (bugreport:6071) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16466 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r--doc/item_bonus.txt10
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