diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-03 18:20:59 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:22:03 +0200 |
commit | 5e04f472e1ef618d9201fd22e382dca829992b3b (patch) | |
tree | 6722458b7239dfa722fe136708933e6eb066597c /src/map/skill.h | |
parent | 63c621ff7ceddb0fa12f8fabf7e074eb63b25eec (diff) | |
download | hercules-5e04f472e1ef618d9201fd22e382dca829992b3b.tar.gz hercules-5e04f472e1ef618d9201fd22e382dca829992b3b.tar.bz2 hercules-5e04f472e1ef618d9201fd22e382dca829992b3b.tar.xz hercules-5e04f472e1ef618d9201fd22e382dca829992b3b.zip |
Implemented SU_SV_ROOTTWIST Skill.
Duration: (5+(2*SkillLv)) seconds.
Cannot be used on Boss Monsters. Effect is cancelled when Heaven's Drive
or Trample is used.
Enemies trapped on roots receive poison property damage.
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 6cc4d32ff..b27d7ac3a 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1696,6 +1696,9 @@ enum { UNT_B_TRAP, UNT_FIRE_RAIN, + UNT_CATNIPPOWDER, + UNT_SV_ROOTTWIST, + /** * Guild Auras **/ |