diff options
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index 0effdff43..dc0c39016 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -186,7 +186,8 @@ bonus3 bSPDrainValue,n,x,y; When attacking there is a n% chance to either YOUR sp) bonus4 bAutoSpell,x,y,n,i; n/10% chance to cast skill x of level y when being attacking - i: 1=cast on enemy, not on self + i: 0=cast on self + 1=cast on enemy, not on self 2=use random skill lv in [1..y] 3=1+2 (random lv on enemy) bonus4 bAutoSpellWhenHit,x,y,n,i; n/10% chance to cast skill x of level y when |