diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-24 10:43:11 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-24 10:43:11 +0800 |
commit | 3f13598714f2d6cecb1c1e5c382592a904798624 (patch) | |
tree | b527f2652e10f4b3bd446e26f6473aef0f358de9 /doc/item_bonus.txt | |
parent | 9c137f8d979f9cde9f3c54c754d0a26912f4f208 (diff) | |
download | hercules-3f13598714f2d6cecb1c1e5c382592a904798624.tar.gz hercules-3f13598714f2d6cecb1c1e5c382592a904798624.tar.bz2 hercules-3f13598714f2d6cecb1c1e5c382592a904798624.tar.xz hercules-3f13598714f2d6cecb1c1e5c382592a904798624.zip |
Item Update:
- Fix items that uses SPVanishRate bonus are not working properly.
- Fix Velum Katzbalger item effect.
- Added HPVanishRate bonus.
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index 6aeca16ea..f588921cd 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -353,7 +353,10 @@ bonus3 bSPDrainRateRace,r,n,x; Adds a n/10% chance to receive x% of damage deal HP/SP Vanish ------------ +bonus2 bHPVanishRate,n,x; Add the (n/10)% chance of decreasing enemy HP amount by x% when attacking bonus2 bSPVanishRate,n,x; Add the (n/10)% chance of decreasing enemy SP amount by x% when attacking + +bonus3 bHPVanishRate,n,x,bf; Add the (n/10)% chance of decreasing enemy HP amount by x% when attacking for criteria bf bonus3 bSPVanishRate,n,x,bf; Add the (n/10)% chance of decreasing enemy SP amount by x% when attacking for criteria bf HP/SP Gain |