summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-06 00:15:16 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-06 00:15:16 +0000
commit6f91333809e1e19933c98cd66316bf62a17e2fbc (patch)
treec81bc2d18b22b2dd9ba8b943dad1ad73ad9bae32 /doc
parent4f80f6346a5628d842f86cca2f2d7404b3d65530 (diff)
downloadhercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.tar.gz
hercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.tar.bz2
hercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.tar.xz
hercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.zip
Added support for bonus bAddItemHealRate, which works for all healing items care of Epoque.
Updated some items to use bonus bAddItemHealRate, and healpower2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14559 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/item_bonus.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index 29b124dab..09f6c4371 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -3,7 +3,7 @@
//===== By ================================================
//= Developers
//===== Version ===========================================
-//= 1.1.20101130
+//= 1.1.20101205
//=========================================================
//= 1.0 - Standardized doc file
//= 1.1.20080612 - skill command and bonuses (bAutoSpell, bSkillAtk,
@@ -14,6 +14,7 @@
//= 1.1.20090524 - removed outdated bMatk/bMatk1/bMatk2 doc [ultramage]
//= 1.1.20090529 - added documentation for bHealPower, bHealPower2 [Inkfish]
//= 1.1.20101130 - added documentation for bAutoSpellOnSkill [Ai4rei]
+//= 1.1.20101205 - added documentation for bAddItemHealRate. [L0ne_W0lf]
//===== Description =======================================
//= List of script instructions used in item bonuses,
//= mainly bonus/bonus2/bonus3/bonus4/bonus5 arguments
@@ -383,3 +384,4 @@ bonus5 bAutoSpellOnSkill,s,x,l,n,i Adds a n/10% chance to autospell skill x at l
i: Flags (bitfield)
&1: Forces the skill to be casted on self, rather than on the target of skill s.
&2: Random skill level between 1 and l is chosen.
+bonus bAddItemHealRate,x; Increases HP recovered by x% for healing items.