summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
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 b3ed813ad..f26257660 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -1421,6 +1421,7 @@ constants_db: {
SC_VITALIZE_POTION: 671
SC_SKF_MATK: 672
SC_SKF_ATK: 673
+ SC_SKF_ASPD: 674
comment__: "Emotes"
e_gasp: 0
diff --git a/db/sc_config.conf b/db/sc_config.conf
index 959744267..6315d9cb2 100644
--- a/db/sc_config.conf
+++ b/db/sc_config.conf
@@ -3705,3 +3705,11 @@ SC_SKF_ATK: {
}
Icon: "SI_SKF_ATK"
}
+SC_SKF_ASPD: {
+ Flags: {
+ NoDispelReset: true
+ NoClearanceReset: true
+ Buff: true
+ }
+ Icon: "SI_SKF_ASPD"
+}