diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | db/sc_config.conf | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index f26257660..1577523c8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1422,6 +1422,7 @@ constants_db: { SC_SKF_MATK: 672 SC_SKF_ATK: 673 SC_SKF_ASPD: 674 + SC_SKF_CAST: 675 comment__: "Emotes" e_gasp: 0 diff --git a/db/sc_config.conf b/db/sc_config.conf index 6315d9cb2..ed8506aab 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -3713,3 +3713,11 @@ SC_SKF_ASPD: { } Icon: "SI_SKF_ASPD" } +SC_SKF_CAST: { + Flags: { + NoDispelReset: true + NoClearanceReset: true + Buff: true + } + Icon: "SI_SKF_CAST" +} |