diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-26 16:16:30 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-26 16:16:30 +0000 |
commit | 061d0b9861127b7d434569ecb9ed4f2a7b73f02c (patch) | |
tree | f738b127c5e1d668bfd21b062b631cd29d047394 /doc | |
parent | 3485b41358dd85c763f30e32ce1e0621d867a861 (diff) | |
download | hercules-061d0b9861127b7d434569ecb9ed4f2a7b73f02c.tar.gz hercules-061d0b9861127b7d434569ecb9ed4f2a7b73f02c.tar.bz2 hercules-061d0b9861127b7d434569ecb9ed4f2a7b73f02c.tar.xz hercules-061d0b9861127b7d434569ecb9ed4f2a7b73f02c.zip |
* Fixed description of bCriticalAddRace having 'race' and 'crit' parameters interchanged (bugreport:4383, since r1116 and r1382, related r12804).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14509 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 78e34f2fc..27021c956 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -194,7 +194,7 @@ bonus bSPGainValue,n; When killing a monster by physical attack, you gain n SP bonus bHPGainValue,n; When killing a monster by physical attack, you gain n HP bonus bIgnoreDefMob,n; Ignore monster's DEF when attacking. n: 0=All normal monster except Bosses, 1=All monsters -bonus2 bCriticalAddRace,n,r; Critical + n vs. enemies of race r +bonus2 bCriticalAddRace,r,n; Critical + n vs. enemies of race r r: 0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect, 5=Fish, 6=Demon, 7=Demi-Human, 8=Angel, 9=Dragon, |