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 1577523c8..9b11a43e9 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -1423,6 +1423,7 @@ constants_db: {
SC_SKF_ATK: 673
SC_SKF_ASPD: 674
SC_SKF_CAST: 675
+ SC_ALMIGHTY: 676
comment__: "Emotes"
e_gasp: 0
diff --git a/db/sc_config.conf b/db/sc_config.conf
index ed8506aab..11f8579e5 100644
--- a/db/sc_config.conf
+++ b/db/sc_config.conf
@@ -3721,3 +3721,11 @@ SC_SKF_CAST: {
}
Icon: "SI_SKF_CAST"
}
+SC_ALMIGHTY: {
+ Flags: {
+ NoDeathReset: true
+ NoDispelReset: true
+ NoClearanceReset: true
+ }
+ Icon: "SI_ALMIGHTY"
+}