diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-24 09:00:49 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-24 09:00:49 +0000 |
commit | 43494a3834638f15f4acb78b45ad3cd91182a365 (patch) | |
tree | 74f475b193627f700d22f8ddb51d63acd2705117 /doc/item_bonus.txt | |
parent | 65105af9a3293277fbd7972460b5157df1b305ee (diff) | |
download | hercules-43494a3834638f15f4acb78b45ad3cd91182a365.tar.gz hercules-43494a3834638f15f4acb78b45ad3cd91182a365.tar.bz2 hercules-43494a3834638f15f4acb78b45ad3cd91182a365.tar.xz hercules-43494a3834638f15f4acb78b45ad3cd91182a365.zip |
Removed outdated bMatk/bMatk1/bMatk2 documentation, followup to r9816 (bugreport:3116).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13809 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r-- | doc/item_bonus.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index c9d6b0891..d3c42ecbd 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -3,7 +3,7 @@ //===== By ================================================ //= Developers //===== Version =========================================== -//= 1.1.20090421 +//= 1.1.20090524 //========================================================= //= 1.0 - Standardized doc file //= 1.1.20080612 - skill command and bonuses (bAutoSpell, bSkillAtk, @@ -11,6 +11,7 @@ //= skill names [FlavioJS] //= 1.1.20090122 - removed outdated bSPDrainValue command [ultramage] //= 1.1.20090421 - added the correct bonus documentation for bSPDrainValue [Playtester] +//= 1.1.20090524 - removed outdated bMatk/bMatk1/bMatk2 doc [ultramage] //===== Description ======================================= //= List of script instructions used in item bonuses, //= mainly bonus/bonus2/bonus3/bonus4/bonus5 arguments @@ -34,9 +35,6 @@ bonus bAtk,n; ATK + n bonus bAtk2,n; ATK2 + n bonus bAtkRate,n; 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 bDef,n; Equipment DEF + n bonus bDef2,n; VIT based DEF + n |