diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-13 21:50:34 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-06-13 21:50:34 +0800 |
commit | 7323e46e6f376c6d21bbcc96650d90f3919c0fb2 (patch) | |
tree | 97690504912c637c9bfd1a76f6966a6d134e00fd /db/re/skill_db.txt | |
parent | e91026dd9fe12ec75e3cd64d969f258a508d7a6b (diff) | |
download | hercules-7323e46e6f376c6d21bbcc96650d90f3919c0fb2.tar.gz hercules-7323e46e6f376c6d21bbcc96650d90f3919c0fb2.tar.bz2 hercules-7323e46e6f376c6d21bbcc96650d90f3919c0fb2.tar.xz hercules-7323e46e6f376c6d21bbcc96650d90f3919c0fb2.zip |
Fixed some unintended revert(tortoise sucks..XD)
Thanks to EvilPunker.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'db/re/skill_db.txt')
-rw-r--r-- | db/re/skill_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt index e472626d4..cf53b968c 100644 --- a/db/re/skill_db.txt +++ b/db/re/skill_db.txt @@ -9,8 +9,8 @@ // -2 - use endowed element, -3 - use random element.) // 06 nk (skill damage properties): // 0x01 - No damage skill -// 0x02 - Has splash area -// 0x04 - Damage should be split among targets +// 0x02 - Has splash area (requires source modification) +// 0x04 - Damage should be split among targets (requires 0x02 in order to work) // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) |