Removed outdated bMatk/bMatk1/bMatk2 documentation, followup to r9816 (bugreport:3116).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13809 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2009-05-24 09:00:49 +00:00
parent 36ae721899
commit aa9f9ec467

View File

@ -3,7 +3,7 @@
//===== By ================================================ //===== By ================================================
//= Developers //= Developers
//===== Version =========================================== //===== Version ===========================================
//= 1.1.20090421 //= 1.1.20090524
//========================================================= //=========================================================
//= 1.0 - Standardized doc file //= 1.0 - Standardized doc file
//= 1.1.20080612 - skill command and bonuses (bAutoSpell, bSkillAtk, //= 1.1.20080612 - skill command and bonuses (bAutoSpell, bSkillAtk,
@ -11,6 +11,7 @@
//= skill names [FlavioJS] //= skill names [FlavioJS]
//= 1.1.20090122 - removed outdated bSPDrainValue command [ultramage] //= 1.1.20090122 - removed outdated bSPDrainValue command [ultramage]
//= 1.1.20090421 - added the correct bonus documentation for bSPDrainValue [Playtester] //= 1.1.20090421 - added the correct bonus documentation for bSPDrainValue [Playtester]
//= 1.1.20090524 - removed outdated bMatk/bMatk1/bMatk2 doc [ultramage]
//===== Description ======================================= //===== Description =======================================
//= List of script instructions used in item bonuses, //= List of script instructions used in item bonuses,
//= mainly bonus/bonus2/bonus3/bonus4/bonus5 arguments //= mainly bonus/bonus2/bonus3/bonus4/bonus5 arguments
@ -34,9 +35,6 @@ bonus bAtk,n; ATK + n
bonus bAtk2,n; ATK2 + n bonus bAtk2,n; ATK2 + n
bonus bAtkRate,n; Attack power + n% bonus bAtkRate,n; Attack power + n%
bonus bBaseAtk,n; Basic attack power + n bonus bBaseAtk,n; Basic attack power + n
bonus bMatk,n; Minimum AND Maximum Magical Attack Power + n
bonus bMatk1,n; Minimum Magical attack power + n
bonus bMatk2,n; Maximum Magical attack power + n
bonus bMatkRate,n; Magical attack power + n% bonus bMatkRate,n; Magical attack power + n%
bonus bDef,n; Equipment DEF + n bonus bDef,n; Equipment DEF + n
bonus bDef2,n; VIT based DEF + n bonus bDef2,n; VIT based DEF + n