Skip to content

Commit

Permalink
Fix some typos in item_bonus doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
bWolfie committed Feb 19, 2019
1 parent 4232145 commit a963f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/item_bonus.md
Expand Up @@ -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 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 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 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` bonus2 bCriticalAddRace,`r`,`n`; | +`n` Critical Against race `r`


Attack/Def | Description Attack/Def | Description
Expand All @@ -292,9 +292,9 @@ bonus4 bSetMDefRace,`r`,`n`,`t`,`y`; | Set MDEF to `y` of an enemy of race `r`
Ignore Def | Description Ignore Def | Description
:-------------------------------- | :------------------------- :-------------------------------- | :-------------------------
bonus bIgnoreDefRace,`r`; | Disregard DEF against enemies of race `r` 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 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 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` 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 bonus bIgnoreMdefRate,`n`; | Disregard `n`% of the target's MDEF
Expand Down

0 comments on commit a963f91

Please sign in to comment.