diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-28 16:16:11 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-28 16:16:11 +0000 |
commit | 73ab622b58cfc021143e6aa8c7a40873a28f84d8 (patch) | |
tree | 2748f69d89dd3286693903efdaf82f030d976401 /doc | |
parent | 2b3b08e21d52f36dc668f734affb5a4f86e613eb (diff) | |
download | hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.tar.gz hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.tar.bz2 hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.tar.xz hercules-73ab622b58cfc021143e6aa8c7a40873a28f84d8.zip |
* A few quest updates due to bugreports
- added a missing close in the Kiel Hyre Quest (bugreport:2885)
- added L0ne_W0lf's Cool Event Corp script + a few fixes to it (bugreport:3019)
- fixed a small typo in rachel.txt (bugreport:3029)
Also I really have to ask the developers again to document all the changes they do on item bonuses!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13704 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_bonus.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index e8a41505c..c9d6b0891 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -203,6 +203,7 @@ bonus2 bHPLossRate,n,x; Lose n HP every x milliseconds bonus2 bAddEffWhenHit,n,x; x/100% chance to cause n state to the enemy when being hit by physical damage bonus2 bSkillAtk,n,x; Increase damage of skill n by x% (supports skill names) bonus2 bSkillHeal,n,x; Increase heal amount of skill n by x% (supports skill names) +bonus2 bSkillHeal2,n,x; Increase heal amount if you are healed by skill n by x% (supports skill names) bonus2 bAddDamageByClass,n,x; When being hit by monster of class n increase damage by x% bonus2 bAddRace2,n,x; Increase damage by x% vs. enemies of race n (Check db/mob_race2_db.txt) |