summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-16 00:14:16 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-16 00:14:16 -0300
commitddef394c81bf675d8de34ff4b497f05c05b78f21 (patch)
treefaca3a28992cb47e1fffbc38d01fd996c7cf7157 /db/re/item_db.conf
parent2693a7f6b5810fa37934958a3f1858dc080f84ec (diff)
downloadserverdata-ddef394c81bf675d8de34ff4b497f05c05b78f21.tar.gz
serverdata-ddef394c81bf675d8de34ff4b497f05c05b78f21.tar.bz2
serverdata-ddef394c81bf675d8de34ff4b497f05c05b78f21.tar.xz
serverdata-ddef394c81bf675d8de34ff4b497f05c05b78f21.zip
Elixir Of Life now recovers most status ailments (including Curse)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 9406cbe21..8fd2fc2d5 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -638,6 +638,22 @@ item_db: (
Delay: 1000
UseEffect: "EFFECT_HEAL"
Script: <"
+ sc_end SC_STONE;
+ sc_end SC_FREEZE;
+ sc_end SC_STUN;
+ sc_end SC_SLEEP;
+ sc_end SC_POISON;
+ sc_end SC_CURSE;
+ sc_end SC_SILENCE;
+ sc_end SC_CONFUSION;
+ sc_end SC_BLIND;
+ sc_end SC_BLOODING;
+ sc_end SC_DPOISON;
+ sc_end SC_FEAR;
+ sc_end SC_COLD;
+ sc_end SC_BURNING;
+ sc_end SC_DEEP_SLEEP;
+ sc_end SC_DEC_AGI;
percentheal 100, 100;
">
},