diff options
author | EyesOfAHawk <blackoutro2006@gmail.com> | 2019-02-28 03:12:36 +1300 |
---|---|---|
committer | EyesOfAHawk <blackoutro2006@gmail.com> | 2019-02-28 03:12:36 +1300 |
commit | e2db93490af67bb42a5611b3cb299770ff0131d7 (patch) | |
tree | 7e07f227d2ae0a3005b1709fc288bc2345b6741a /conf/map/battle | |
parent | 1ac84c2dd856087a4a72fec95b3322137187637a (diff) | |
download | hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.tar.gz hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.tar.bz2 hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.tar.xz hercules-e2db93490af67bb42a5611b3cb299770ff0131d7.zip |
Adds configuration for Magic Rod behavior (official/eAthena).
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/skill.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index 64bba68b5..da8d1906d 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -330,3 +330,8 @@ bowling_bash_area: 0 // punch a hole into SG it will for example create a "suck in" effect. // If you disable this setting, the knockback direction will be completely random (eAthena style). stormgust_knockback: true + +// Magic Rod's animation behavior (Note 1) +// 0 : (official) Magic Rod's animation occurs every time it is used. +// 1 : Magic Rod's animation would not occur unless a spell was absorbed. (old behavior) +magicrod_type: 0 |