diff options
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 14 insertions, 0 deletions
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 + "> +}, ) |