From ea1001d0377384fc1739367de8088490e104301f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 03:29:15 -0300 Subject: New Item: Purification Potion --- db/re/item_db.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 142acd20b..5615bd726 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16403,6 +16403,22 @@ item_db: ( noauction: true } }, +{ + Id: 8027 + AegisName: "PurificationPotion" + Name: "Purification Potion" + Type: "IT_USABLE" + Buy: 10000 + Sell: 500 + Weight: 20 + Refine: false + KeepAfterUse: false + Delay: 2000 + Script: <" + // Gives you 5 extra minutes of cooldown + @purifio=max(gettimetick(2), @purifio)+300; + "> +}, ) -- cgit v1.2.3-70-g09d2