diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-16 13:32:38 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-16 13:32:38 +0000 |
commit | d8465064129398f9c6010eacc835bca139977704 (patch) | |
tree | bddb49018561039a6d7e972f84a68af4645be6a0 /doc | |
parent | 96227e20ad5e8d2aede84776076ef4ba0fa7b79d (diff) | |
download | hercules-d8465064129398f9c6010eacc835bca139977704.tar.gz hercules-d8465064129398f9c6010eacc835bca139977704.tar.bz2 hercules-d8465064129398f9c6010eacc835bca139977704.tar.xz hercules-d8465064129398f9c6010eacc835bca139977704.zip |
Some updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1120 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_bonus.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index 476c8ff6d..fedf6b37e 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -158,5 +158,11 @@ bonus2 bSkillAtk,n,x; Increase damage of skill n by x% bonus2 bAddDamageByClass,n,x; When being hit by monster of class n increase damage taken by x% +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 being hit by physical close range damage + +bonus4 bAutoSpellWhenHit,x,y,n,i; n% 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
\ No newline at end of file |