diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 12:30:42 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 12:30:42 +0000 |
commit | efecaa7b0fb55f1a6df8f1463029c1603500d3ae (patch) | |
tree | 3bb97704f43cc7dbbe3be4822804b94530a234da /conf/battle | |
parent | 8ce74b86162ebd3053996cc1ea5d949e339494fa (diff) | |
download | hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.tar.gz hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.tar.bz2 hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.tar.xz hercules-efecaa7b0fb55f1a6df8f1463029c1603500d3ae.zip |
* Added a configuration for whether damage of EarthQuake with single target can be reflected.
* Fixed Wizard Spirit can block reflected magical damage other than Kaite's.(bugreport:3161)
* Fixed Kaite works against bosses.(follow up to r13857)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13860 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/skill.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 42b9a8366..709efbb8c 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -261,3 +261,6 @@ 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 + +// Whether the damage of EarthQuake with a single target on screen is able to be reflected. +eq_single_target_reflectable: yes
\ No newline at end of file |