diff options
Diffstat (limited to 'db/sc_config.conf')
-rw-r--r-- | db/sc_config.conf | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf index 217fa3b2..46f89308 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -127,7 +127,6 @@ SC_INC_AGI: { Buff: true NoMadoReset: true } - Icon: "SI_EVOL_INCAGI" } SC_DEC_AGI: { Flags: { @@ -2923,6 +2922,37 @@ SC_SERVICEFORYOU: { NoMadoReset: true } } +/*SC_INCSTR: { + // TODO: add this SC to Hercules upstream + Icon: "SI_EVOL_INCSTR" +}*/ +SC_INCAGI: { + Icon: "SI_EVOL_INCAGI" +} +SC_INCVIT: { + Icon: "SI_EVOL_INCVIT" +} +SC_INCINT: { + Icon: "SI_EVOL_INCINT" +} +SC_INCDEX: { + Icon: "SI_EVOL_INCDEX" +} +SC_INCLUK: { + Icon: "SI_EVOL_INCLUK" +} +SC_INCFLEE: { + Icon: "SI_EVOL_INCFLEE" +} +SC_WALKSPEED: { + Icon: "SI_EVOL_INCWALKSPEED" +} +SC_INCMHPRATE: { + Icon: "SI_EVOL_INCMHPRATE" +} +SC_INCMSPRATE: { + Icon: "SI_EVOL_INCMSPRATE" +} SC_INCHIT: { Flags: { NoDeathReset: true |