diff options
author | EyesOfAHawk <blackoutro2006@gmail.com> | 2019-02-20 02:43:37 +1300 |
---|---|---|
committer | EyesOfAHawk <blackoutro2006@gmail.com> | 2019-02-20 02:43:37 +1300 |
commit | a963f9142c1744d7fe09d92472bbb12e05e9dd87 (patch) | |
tree | 634158608c35b3e262badb60cd109743f4447a86 /doc | |
parent | 423214508f80cb007fd07ca2a0cc729fd473336f (diff) | |
download | hercules-a963f9142c1744d7fe09d92472bbb12e05e9dd87.tar.gz hercules-a963f9142c1744d7fe09d92472bbb12e05e9dd87.tar.bz2 hercules-a963f9142c1744d7fe09d92472bbb12e05e9dd87.tar.xz hercules-a963f9142c1744d7fe09d92472bbb12e05e9dd87.zip |
Fix some typos in item_bonus doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_bonus.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/item_bonus.md b/doc/item_bonus.md index b9fc17ee4..7c8547456 100644 --- a/doc/item_bonus.md +++ b/doc/item_bonus.md @@ -277,7 +277,7 @@ bonus3 bSubEle,`e`,`n`,`bf`; | +n% Damage reduction against element `e`. bonus2 bAddDamageClass,`c`,`x`; | +n% extra physical damage against monsters of class `c` bonus2 bAddMagicDamageClass,`c`,`x`; | +n% extra magical damage against monsters of class `c` bonus2 bAddDefClass,`c`,`x`; | +n% physical damage reduction against monsters of class `c` -bonus2 bAddMDefClass,`c`,`x`; | +n% magical damage reduction against monsters of class `c` +bonus2 bAddMdefClass,`c`,`x`; | +n% magical damage reduction against monsters of class `c` bonus2 bCriticalAddRace,`r`,`n`; | +`n` Critical Against race `r` Attack/Def | Description @@ -292,9 +292,9 @@ bonus4 bSetMDefRace,`r`,`n`,`t`,`y`; | Set MDEF to `y` of an enemy of race `r` Ignore Def | Description :-------------------------------- | :------------------------- bonus bIgnoreDefRace,`r`; | Disregard DEF against enemies of race `r` -bonus bIgnoreMDefRace,`r`; | Disregard MDEF against enemies of race `r` +bonus bIgnoreMdefRace,`r`; | Disregard MDEF against enemies of race `r` bonus bIgnoreDefEle,`e`; | Disregard DEF against enemies of element `e` -bonus bIgnoreMDefEle,`e`; | Disregard MDEF against enemies of element `e` +bonus bIgnoreMdefEle,`e`; | Disregard MDEF against enemies of element `e` bonus2 bIgnoreDefRate,`r`,`n`; | Disregard `n`% of the target's DEF if the target belongs to race `r` bonus2 bIgnoreMdefRate,`r`,`n`; | Disregard `n`% of the target's MDEF if the target belongs to race `r` bonus bIgnoreMdefRate,`n`; | Disregard `n`% of the target's MDEF |