From ddef394c81bf675d8de34ff4b497f05c05b78f21 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Jun 2019 00:14:16 -0300 Subject: Elixir Of Life now recovers most status ailments (including Curse) --- db/re/item_db.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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; "> }, -- cgit v1.2.3-70-g09d2