summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-08 23:56:33 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-08 23:56:33 -0300
commitb12e348a1ea0e1b498c12bb5f9253555e528c2e6 (patch)
tree5a02a7b0e313dab3ff3ccedfb4575cb55b5c267e /db
parent0f03a9b50b80770a9006b97713e178743c887f38 (diff)
downloadserverdata-b12e348a1ea0e1b498c12bb5f9253555e528c2e6.tar.gz
serverdata-b12e348a1ea0e1b498c12bb5f9253555e528c2e6.tar.bz2
serverdata-b12e348a1ea0e1b498c12bb5f9253555e528c2e6.tar.xz
serverdata-b12e348a1ea0e1b498c12bb5f9253555e528c2e6.zip
Botter Syndrome; This is disabled by default
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf1
-rw-r--r--db/sc_config.conf7
2 files changed, 8 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index b721e0963..403b0bf48 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -596,6 +596,7 @@ item_db: (
sc_end SC_QUAGMIRE;
sc_end SC_FROSTMISTY;
sc_end SC_HALT_REGENERATION;
+ sc_end SC_BOTTER_SYNDROME;
percentheal 100, 100;
callfunc("SC_Bonus", 180, SC_KAIZEL, 1); // Revives with 1% HP if you die
// Protects you for 30 seconds from map ailments
diff --git a/db/sc_config.conf b/db/sc_config.conf
index 6b96e5600..dce0b9b78 100644
--- a/db/sc_config.conf
+++ b/db/sc_config.conf
@@ -2986,3 +2986,10 @@ SC_HALT_REGENERATION: {
Debuff: true
}
}
+SC_BOTTER_SYNDROME: {
+ Flags: {
+ NoDeathReset: true
+ NoDispelReset: true
+ NoMadoReset: true
+ }
+}