summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-28 01:37:43 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-28 01:37:43 -0300
commit9d2152a6ea5f495f28a13831177e62ea14aa53ad (patch)
treedde959801562481fe193bca775de768a5b4d1e0c
parent2a19f4b8b26f11330dfebcc379cd0cbd37677be4 (diff)
downloadserverdata-9d2152a6ea5f495f28a13831177e62ea14aa53ad.tar.gz
serverdata-9d2152a6ea5f495f28a13831177e62ea14aa53ad.tar.bz2
serverdata-9d2152a6ea5f495f28a13831177e62ea14aa53ad.tar.xz
serverdata-9d2152a6ea5f495f28a13831177e62ea14aa53ad.zip
Sacred Immortality Potion - Revives you with 40% HP if you die.
The ULTIMATE potion, imo. Effect last a whole minute. Only revives once.
-rw-r--r--db/re/item_db.conf14
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
+ ">
+},
)