diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-03 18:57:13 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:22:08 +0200 |
commit | 384ab01c3ea55f96277824b9c64d79dc060efcb3 (patch) | |
tree | 9a65e2ac4ea853296189fa3c2b38f6d7a2c3c597 /src/map/status.c | |
parent | 8557afc9875ae5fcf46b17728cddab009aa5d472 (diff) | |
download | hercules-384ab01c3ea55f96277824b9c64d79dc060efcb3.tar.gz hercules-384ab01c3ea55f96277824b9c64d79dc060efcb3.tar.bz2 hercules-384ab01c3ea55f96277824b9c64d79dc060efcb3.tar.xz hercules-384ab01c3ea55f96277824b9c64d79dc060efcb3.zip |
Implemented SU_LUNATICCARROTBEAT Skill.
Atk +(200+100*SkillLv)%.
When 1 Carrot is consumed, Add's a chance to stun enemy.
Lv1-2: 3x3 AoE
Lv3-4: 5x5 AoE
Lv5: 7x7 AoE
Added Item Constants in itemdb.h
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index d842d91ea..7d94d729b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -733,6 +733,7 @@ void initChangeTables(void) add_sc(SU_SCAROFTAROU, SC_STUN ); status->set_sc(SU_SCAROFTAROU, SC_BITESCAR, SI_BITESCAR, SCB_NONE); status->set_sc(SU_ARCLOUSEDASH, SC_ARCLOUSEDASH, SI_ARCLOUSEDASH, SCB_AGI | SCB_SPEED); + add_sc(SU_LUNATICCARROTBEAT, SC_STUN); // Elemental Spirit summoner's 'side' status changes. status->set_sc( EL_CIRCLE_OF_FIRE , SC_CIRCLE_OF_FIRE_OPTION, SI_CIRCLE_OF_FIRE_OPTION, SCB_NONE ); |