diff options
author | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-08 20:49:16 +0000 |
---|---|---|
committer | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-08 20:49:16 +0000 |
commit | a25fef73017da290353ead882136a16d4004d91b (patch) | |
tree | 9fefa6bfd135b6f76f5f3f85bbc90a4186884c20 /doc | |
parent | bce77426d42cb845ca1c2d81b027d3f1ced293d5 (diff) | |
download | hercules-a25fef73017da290353ead882136a16d4004d91b.tar.gz hercules-a25fef73017da290353ead882136a16d4004d91b.tar.bz2 hercules-a25fef73017da290353ead882136a16d4004d91b.tar.xz hercules-a25fef73017da290353ead882136a16d4004d91b.zip |
Fixed Nydhorgg's Shadow Garbs (2554) bonus script. (bugreport:5648)
Fixed bonus3 bSPDrainRate documentation. (bugreport:5648)
Fixed Tao Gunka Cards bonus script.(bugreport:5711)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16087 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_bonus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index 375f64175..cf2145053 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -216,7 +216,7 @@ bonus2 bAddRace2,n,x; Increase damage by x% vs. enemies of race n (Check db/mo bonus3 bAutoSpellWhenHit,x,y,n; n/10% chance to cast skill x of level y on attacker (unless it is a self or support skill) when being hit by a direct attack. (supports skill names) Target must be within spell's range to go off. -bonus3 bSPDrainRate,n,x,y; When attacking there is a n% chance to either gain SP equivalent to x% of damage dealt, +bonus3 bSPDrainRate,n,x,y; When attacking there is a n/10% chance to either gain SP equivalent to x% of damage dealt, OR drain the amount of sp from the enemy. y: 0=gain sp 1:drain enemy sp bonus4 bAutoSpell,x,y,n,i; n/10% chance to cast skill x of level y when attacking (supports skill names) |