diff options
author | Haru <haru@dotalux.com> | 2017-04-24 12:24:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 12:24:22 +0200 |
commit | ab31b1129b0015559137509e0c3099386f1a69ee (patch) | |
tree | 9bb7fbf77d41305b076ce796f66174fc14c04999 /conf | |
parent | dfb5826427955033efd68097d4f7be33c930ed87 (diff) | |
parent | a477c105a6d5e60a55b71d3774e9658dcf96a670 (diff) | |
download | hercules-ab31b1129b0015559137509e0c3099386f1a69ee.tar.gz hercules-ab31b1129b0015559137509e0c3099386f1a69ee.tar.bz2 hercules-ab31b1129b0015559137509e0c3099386f1a69ee.tar.xz hercules-ab31b1129b0015559137509e0c3099386f1a69ee.zip |
Merge pull request #1704 from Jedzkie/13-AddHealRate
Added AB_HIGHNESSHEAL in skill_add_heal_rate configuration
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/skill.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index 8d7c9df44..b88c5d141 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -284,7 +284,7 @@ sg_miracle_skill_duration: 3600000 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 +// 1: Heal, 2: Sanctuary, 4: Potion Pitcher, 8: Slim Pitcher, 16: Apple of Idun, 32: Highness Heal skill_add_heal_rate: 7 // Whether the damage of EarthQuake with a single target on screen is able to be reflected. |