summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorDastgir Pojee <dastgirp@gmail.com>2016-10-02 22:01:49 +0530
committerhemagx <ibrahem.h.basyone@gmail.com>2016-10-22 02:22:01 +0200
commit8647affb1ffbae9dc8aae34409cfd7cd47aa5dff (patch)
tree520c4e3cc2ee1e5533edeeef7ad11eeb2e7acec4 /src/map/status.c
parent4291cc2aa8430c7a08c6a60f75590784ed64f98e (diff)
downloadhercules-8647affb1ffbae9dc8aae34409cfd7cd47aa5dff.tar.gz
hercules-8647affb1ffbae9dc8aae34409cfd7cd47aa5dff.tar.bz2
hercules-8647affb1ffbae9dc8aae34409cfd7cd47aa5dff.tar.xz
hercules-8647affb1ffbae9dc8aae34409cfd7cd47aa5dff.zip
Implemented SU_CN_METEOR:
Catnip Meteor: Increases Matk by 200+100*SkillLevel%. When 1 Catnip is consumed, Adds a Chance to curse target[Not Implemented].
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index a532248e5..7a24a703b 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -728,6 +728,7 @@ void initChangeTables(void)
status->set_sc(SU_FRESHSHRIMP, SC_FRESHSHRIMP, SI_FRESHSHRIMP, SCB_NONE);
add_sc(SU_SV_STEMSPEAR, SC_BLOODING);
status->set_sc(SU_CN_POWDERING, SC_CATNIPPOWDER, SI_CATNIPPOWDER, SCB_WATK | SCB_SPEED | SCB_REGEN);
+ add_sc(SU_CN_METEOR, SC_CURSE);
// 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 );