diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-19 14:38:21 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-19 14:38:21 +0000 |
commit | 96e5f7023a5a7e5dca78ccd52002596ecf8a3b42 (patch) | |
tree | cd19d44e3cdb45cb51020f44157785d7e6809d74 /src/map/skill.h | |
parent | b5cd6576aff74317d3604368d79ad4b8da8bd347 (diff) | |
download | hercules-96e5f7023a5a7e5dca78ccd52002596ecf8a3b42.tar.gz hercules-96e5f7023a5a7e5dca78ccd52002596ecf8a3b42.tar.bz2 hercules-96e5f7023a5a7e5dca78ccd52002596ecf8a3b42.tar.xz hercules-96e5f7023a5a7e5dca78ccd52002596ecf8a3b42.zip |
Updated Endure, added SC_BLOCKSKILL and SC_SLOWDOWN
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@262 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 113ef1e3a..17def6148 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -322,6 +322,8 @@ enum { // struct map_session_data の status_changeの番号テーブル SC_SIGHTTRASHER =73, // SC_BASILICA =125, // 125 is the same id as joint break SC_BASILICA =102, // temporarily use this before an actual id is found [celest] + SC_EDP = 114, // + SC_MARIONETTE2 = 122, // Marionette target SC_ENSEMBLE =159, SC_FOGWALL =178, SC_GOSPEL =179, @@ -334,11 +336,10 @@ enum { // struct map_session_data の status_changeの番号テーブル SC_SPELLBREAKER =192, // [Celest] - SC_EDP = 114, // - SC_MARIONETTE2 = 122, // Marionette target + SC_SLOWDOWN = 45, // for skill slowdown SC_BLEEDING = 124, // Temporarily same id as headcrush - SC_POISON2 = 193, // for EDP -- notes: Not implemented since damage unknown yet - SC_GRIMTOOTH = 194, // for grimtooth's slowdown + SC_POISON2 = 193, // for EDP -- notes: Not implemented since damage unknown yet + SC_BLOCKSKILL = 194, // for disallowing the use of a skill for a time period // -- testing various SC effects // SC_AURABLADE =81, |