summaryrefslogtreecommitdiff
path: root/doc/item_bonus.txt
diff options
context:
space:
mode:
authorrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-29 16:03:55 +0000
committerrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-29 16:03:55 +0000
commit9b02e0156ddee963d690b21fb98549cea0a0ccda (patch)
treef04c584a31c88cbbebbb065ede74d0d615da2e0c /doc/item_bonus.txt
parent696d2aea3b88758811b275f28a9ea555747e3d6b (diff)
downloadhercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.tar.gz
hercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.tar.bz2
hercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.tar.xz
hercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.zip
Fixed bugreport:5689 recoded/reimplement RE Matk formula(including RE Heal)
Fixed bugreport:5745 WL_RECOGNIZED us now functional. Fixed bugreport:5663 where HW_MAGICPOWER shows glitch in status window. Fixed bugreport:6759 where items granting matk bonus didn't work. Follow up r16980 small performance enhancement...:) Done some TODO in skill_cast_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16981 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r--doc/item_bonus.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index 258c7c3d5..612530141 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -28,9 +28,8 @@ bonus bAtk,n; ATK + n
bonus bAtk2,n; ATK2 + n
bonus bAtkRate,n; Attack power + n%
bonus bBaseAtk,n; Basic attack power + n
-bonus bIntMatk,n; Magical attack power + n
+bonus bMatk,n; Magical attack power + n
bonus bMatkRate,n; Magical attack power + n%
-bonus bEquipmentMatk,n; Weapon magical attack power + n
bonus bDef,n; Equipment DEF + n
bonus bDef2,n; VIT based DEF + n
bonus bDefRate,n; Equipment DEF + n%