From 9d2152a6ea5f495f28a13831177e62ea14aa53ad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Apr 2020 01:37:43 -0300 Subject: Sacred Immortality Potion - Revives you with 40% HP if you die. The ULTIMATE potion, imo. Effect last a whole minute. Only revives once. --- db/re/item_db.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c3458b69b..1ae6e73f5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -15981,6 +15981,20 @@ item_db: ( callfunc "massprovoke", rand(3,9); "> }, +{ + Id: 8020 + AegisName: "SacredImmortalityPotion" + Name: "Sacred Immortality Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 500 + Refine: false + Delay: 500 + Script: <" + sc_start SC_KAIZEL, 60000, 40; // Revives with 40% HP if you die + "> +}, ) -- cgit v1.2.3-60-g2f50