diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-29 14:25:14 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-29 14:25:14 +0000 |
commit | 4b1d3c2d3884f6555afece768870910c9e9e7775 (patch) | |
tree | 485965116918b2a453a96dceaf89e16b0450d908 /conf/battle | |
parent | 560fb33ed7fc650fd7f5a4e5f4eec423202ca6d5 (diff) | |
download | hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.tar.gz hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.tar.bz2 hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.tar.xz hercules-4b1d3c2d3884f6555afece768870910c9e9e7775.zip |
* Added a new battle flag for telling which skills can have bHealPower effect.
* Added documentation for bHealPower.
* Fixed some behaviors for healing skills, (thanks to L0ne_W0lf)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13821 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/skill.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 82a1c0159..42b9a8366 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -257,3 +257,7 @@ sg_miracle_skill_duration: 3600000 // Angel of the Sun, Moon and Stars skill ratio (100% = 10000) sg_angel_skill_ratio: 10 + +// Skills that bHealPower has effect on +// 1: Heal, 2: Sanctuary, 4: Potion Pitcher, 8: Slim Pitcher, 16: Apple of Idun +skill_add_heal_rate: 7 |