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.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index 9b244f66c..3d64f3482 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -159,7 +159,7 @@ bonus2 bAddRace2,n,x; Increase damage by x% vs. enemies of race n
bonus3 bHPLossRate,n,x,y; Lose n amount of hp every x amount of time
y: 0=Don't show damage 1=Show damage
-bonus3 bAutoSpellWhenHit,x,y,n; n% chance to cast skill x of level y when
+bonus3 bAutoSpellWhenHit,x,y,n; n/10% chance to cast skill x of level y when
being hit by physical close range damage
bonus3 bSPDrainRate,n,x,y; When attacking there is a n% chance to either
gain SP equivalent to x% of damage dealt, OR
@@ -171,10 +171,10 @@ bonus3 bSPDrainValue,n,x,y; When attacking there is a n% chance to either
(Note: setting x to -1 or below will reduce
YOUR sp)
-bonus4 bAutoSpell,x,y,n,i; n% chance to cast skill x of level y when
+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
-bonus4 bAutoSpellWhenHit,x,y,n,i; n% chance to cast skill x of level y when
+bonus4 bAutoSpellWhenHit,x,y,n,i; n/10% chance to cast skill x of level y when
being hit by physical close range damage
i:0=cast on self 1=cast on enemy