summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf4
-rw-r--r--db/sc_config.conf8
-rw-r--r--db/si_config.conf1
3 files changed, 13 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 01b013ef..e3661a82 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -1216,6 +1216,10 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
SC_SKF_CAST: 675
SC_ALMIGHTY: 676
+ // Evol2 Custom Status Conditions
+ SC_PHYSICAL_SHIELD: 1000
+ SC_HALT_REGENERATION: 1001
+
comment__: "Emotes"
e_gasp: 0
e_what: 1
diff --git a/db/sc_config.conf b/db/sc_config.conf
index 145e991a..9fa7b758 100644
--- a/db/sc_config.conf
+++ b/db/sc_config.conf
@@ -3795,4 +3795,12 @@ SC_MDEFSET: {
}
Icon: "SI_MDEFSET"
}
+SC_HALT_REGENERATION: {
+ Visible: true
+ Flags: {
+ NoDeathReset: true
+ Debuff: true
+ }
+ Icon: "SI_HALT_REGENERATION"
+}
diff --git a/db/si_config.conf b/db/si_config.conf
index dc772eae..bfbf92b3 100644
--- a/db/si_config.conf
+++ b/db/si_config.conf
@@ -694,4 +694,5 @@
SI_INCMSPRATE: 1510
SI_CONFUSION: 1511
SI_MDEFSET: 1512
+ SI_HALT_REGENERATION: 1513