summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-09 20:57:22 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 19:49:18 +0100
commit2c26eec424e0d4f614c7ff73ad2c5402da669338 (patch)
treeae9ca9a3a3a7126b0c43eaaa1d2c934887ecab78 /db
parent61d10a7e2c8c12ed431d1e6bf66a7d8d176cd13f (diff)
downloadhercules-2c26eec424e0d4f614c7ff73ad2c5402da669338.tar.gz
hercules-2c26eec424e0d4f614c7ff73ad2c5402da669338.tar.bz2
hercules-2c26eec424e0d4f614c7ff73ad2c5402da669338.tar.xz
hercules-2c26eec424e0d4f614c7ff73ad2c5402da669338.zip
Add SC_SKF_CAST status change
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf1
-rw-r--r--db/sc_config.conf8
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"
+}