summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-09 21:37:31 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 19:50:29 +0100
commit05aee41c44ba89bb35e233815b62d6dcefc0899c (patch)
tree90d254c4176a58a9c2f38edcd153718b35527923 /db
parent2c26eec424e0d4f614c7ff73ad2c5402da669338 (diff)
downloadhercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.gz
hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.bz2
hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.xz
hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.zip
Add SC_ALMIGHTY 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 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"
+}