diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-22 10:43:16 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-22 10:43:16 +0000 |
commit | e4b08558c99c63f3147941df3f3864e31dafb576 (patch) | |
tree | 61703349318ab53061c1e0571ac6a83cefdcbeec /doc | |
parent | 19274c73ccce048b43b61f28cf0ca8505f48eaed (diff) | |
download | hercules-e4b08558c99c63f3147941df3f3864e31dafb576.tar.gz hercules-e4b08558c99c63f3147941df3f3864e31dafb576.tar.bz2 hercules-e4b08558c99c63f3147941df3f3864e31dafb576.tar.xz hercules-e4b08558c99c63f3147941df3f3864e31dafb576.zip |
Removed outdated bSPDrainValue command from item bonus documentation (see r3149).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13474 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_bonus.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index dd3fab3ef..22c7581fd 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -3,12 +3,13 @@ //===== By ================================================ //= Developers //===== Version =========================================== -//= 1.1.20080612 +//= 1.1.20090122 //========================================================= //= 1.0 - Standardized doc file //= 1.1.20080612 - skill command and bonuses (bAutoSpell, bSkillAtk, //= bSkillHeal, bAutoSpellWhenHit, bAddSkillBlow, bCastrate) accept //= skill names [FlavioJS] +//= 1.1.20090122 - removed outdated bSPDrainValue command [ultramage] //= //===== Description ======================================= //= List of script instructions used in item bonuses, @@ -213,10 +214,6 @@ bonus3 bAutoSpellWhenHit,x,y,n; n/10% chance to cast skill x of level y on bonus3 bSPDrainRate,n,x,y; When attacking there is a n% chance to either gain SP equivalent to x% of damage dealt, OR drain the amount of sp from the enemy. y: 0=gain sp 1:drain enemy sp -bonus3 bSPDrainValue,n,x,y; When attacking there is a n% chance to either gain x SP, - OR drain the amount of sp from the enemy. - y:0=gain sp 1:drain enemy sp - (Note: setting x to -1 or below will reduce YOUR sp) bonus4 bAutoSpell,x,y,n,i; n/10% chance to cast skill x of level y when attacking (supports skill names) i: 0=cast on self |