summaryrefslogtreecommitdiff
path: root/doc/item_bonus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r--doc/item_bonus.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index bf92b4487..06b105f4a 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -174,11 +174,16 @@ bonus3 bSPDrainValue,n,x,y; When attacking there is a n% chance to either
bonus4 bAutoSpell,x,y,n,i; n/10% chance to cast skill x of level y when
being attacking
- i:0=cast on self 1=cast on enemy
+ i: 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
being hit by a direct attack. Target
must be within spell's range to go
- off. i:0=cast on self 1=cast on enemy
+ off.
+ i: 1=cast on enemy, not on self
+ 2=use random skill lv in [1..y]
+ 3=1+2 (random lv on enemy)
//---- 2/22 new card effects ----