diff options
author | shennetsind <ind@henn.et> | 2013-06-19 08:47:00 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-19 08:47:00 -0300 |
commit | 75c34fa8b87126aaf2b998ef429efe253ce5d105 (patch) | |
tree | 8e0d1ccd07905b7c6212ef68e2d270b5edba9d83 /doc/item_bonus.txt | |
parent | 1edc31980be653e6482e4920862ac5d6ab0dd916 (diff) | |
parent | bd95eccf047bda9d72abcea0724ad34b31131ab0 (diff) | |
download | hercules-75c34fa8b87126aaf2b998ef429efe253ce5d105.tar.gz hercules-75c34fa8b87126aaf2b998ef429efe253ce5d105.tar.bz2 hercules-75c34fa8b87126aaf2b998ef429efe253ce5d105.tar.xz hercules-75c34fa8b87126aaf2b998ef429efe253ce5d105.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index fce54b24e..ada0cf8ec 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -386,8 +386,8 @@ bonus2 bWeaponAtk,x,n; Adds n ATK when weapon of type x is equipped. bonus2 bWeaponAtkRate,x,n; Adds n% damage to normal attacks when weapon of type x is equipped. x: see doc/item_db.txt -> view -> weapons for possible values bonus bDelayrate,n; Increases skill delay by n%. -bonus3 bHPDrainRateRace,r,n,x; Adds a n/10% chance to receive x% of dealed damage as HP from a monster of race r with normal attack. -bonus3 bSPDrainRateRace,r,n,x; Adds a n/10% chance to receive x% of dealed damage as SP from a monster of race r with normal attack. +bonus3 bHPDrainRateRace,r,n,x; Adds a n/10% chance to receive x% of damage dealt as HP from a monster of race r with normal attack. +bonus3 bSPDrainRateRace,r,n,x; Adds a n/10% chance to receive x% of damage dealt as SP from a monster of race r with normal attack. bonus3 bAddEffOnSkill,s,x,n; Adds a n/100% chance to cause status change x on enemy when using skill s (supports skill names) bonus4 bAddEffOnSkill,s,x,n,t; Adds a n/100% chance to cause status change x when using skill s (supports skill names) t: ATF_SELF = causes status change to oneself |