From 9c93c098e8c3d39a3447b4df80dd287491084cbc Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 22 Jan 2009 10:43:16 +0000 Subject: [PATCH] Removed outdated bSPDrainValue command from item bonus documentation (see r3149). git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13474 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/item_bonus.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index dd3fab3eff..22c7581fd3 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