diff options
author | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-21 23:05:42 +0000 |
---|---|---|
committer | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-21 23:05:42 +0000 |
commit | b2383ce1b0541bfd3136689ba6f602dbfb43f5ba (patch) | |
tree | 374ffbfb4d47d7874e872582207780d7178f2909 /doc | |
parent | cb618b47e47695d842282f920543a0fb05ec7296 (diff) | |
download | hercules-b2383ce1b0541bfd3136689ba6f602dbfb43f5ba.tar.gz hercules-b2383ce1b0541bfd3136689ba6f602dbfb43f5ba.tar.bz2 hercules-b2383ce1b0541bfd3136689ba6f602dbfb43f5ba.tar.xz hercules-b2383ce1b0541bfd3136689ba6f602dbfb43f5ba.zip |
Fixed documentation for bNoWeaponDamage and bNoMagicDamage. (bugreport:5972)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16468 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-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 16039f07d..3fba196a5 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -118,8 +118,8 @@ bonus bRestartFullRecover,n; When reviving, HP and SP are fully healed (n is me bonus bNoCastCancel,n; Prevents casting from being interrupted when hit (does not work in GvG | n is meaningless) bonus bNoCastCancel2,n; Prevents casting from being interrupted when hit (works even in GvG | n is meaningless) bonus bNoSizeFix,n; The attack revision with the size of the monster is not received (n is meaningless) -bonus bNoWeaponDamage,n; Prevents from receiving any physical damage (n is meaningless) -bonus bNoMagicDamage,n; Prevents from receiving any magical effect (Attack, Healing, Support spells are all blocked | n is meaningless) +bonus bNoWeaponDamage,n; Prevents from receiving n% physical damage (n is meaningless) +bonus bNoMagicDamage,n; Prevents from receiving n% magical effect (Attack, Healing, Support spells are all blocked | n is meaningless) bonus bNoGemStone,n; Skills requiring Gemstones do no require them (Hocus Pocus will still require 1 Yellow Gemstone | n is meaningless) bonus bIntravision,n; Always see Hiding and Cloaking players/mobs (n is meaningless) bonus bHealPower,n; Increase heal amount of all heal skills by n% |