summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-07-02 04:16:29 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-07-02 04:33:06 +0200
commit7888d7144db4c4e71542b786eb7e143dbd066230 (patch)
tree3e008d3c2225af164b60541b9fa41630a35f4f64 /doc
parent1dfebbd4966310387357cbddae600418a56df658 (diff)
downloadhercules-7888d7144db4c4e71542b786eb7e143dbd066230.tar.gz
hercules-7888d7144db4c4e71542b786eb7e143dbd066230.tar.bz2
hercules-7888d7144db4c4e71542b786eb7e143dbd066230.tar.xz
hercules-7888d7144db4c4e71542b786eb7e143dbd066230.zip
Add bSubDefEle item bonus
Diffstat (limited to 'doc')
-rw-r--r--doc/item_bonus.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/item_bonus.md b/doc/item_bonus.md
index e39b7b51f..b699c56c2 100644
--- a/doc/item_bonus.md
+++ b/doc/item_bonus.md
@@ -274,6 +274,7 @@ bonus2 bMagicAtkEle,`e`,`n`; | Increases damage of element `e` magic by
bonus3 bAddEle,`e`,`n`,`bf`; | +n% physical damage against element `e`
bonus2 bSubEle,`e`,`n`; | +n% Damage reduction against element `e`
bonus3 bSubEle,`e`,`n`,`bf`; | +n% Damage reduction against element `e`.
+bonus3 bSubDefEle,`e`,`n`,`i`; | +n% Physical damage reduction against defense element `e`.<br/> i: <br/> Flags (bitfield)<br/> &1: Reduce damage from monsters.<br/> &2: Reduce damage from players.
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`