diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-18 03:48:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-18 03:48:03 -0300 |
commit | 4c1c006f2a500fcc00e0c06408931464346fa1bc (patch) | |
tree | 7f5af819e07f77182a078e81e0841faf2e61b71c /db | |
parent | 487fe31613270893a6cec38673ecc15b3814fb22 (diff) | |
download | serverdata-4c1c006f2a500fcc00e0c06408931464346fa1bc.tar.gz serverdata-4c1c006f2a500fcc00e0c06408931464346fa1bc.tar.bz2 serverdata-4c1c006f2a500fcc00e0c06408931464346fa1bc.tar.xz serverdata-4c1c006f2a500fcc00e0c06408931464346fa1bc.zip |
Add SC_HALT_REGENERATION, update binaries and SC config
Note for self: Remove binaries from tree when possible
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 | ||||
-rw-r--r-- | db/sc_config.conf | 8 | ||||
-rw-r--r-- | db/si_config.conf | 1 |
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 |