summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf16
1 files changed, 16 insertions, 0 deletions
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;
+ ">
+},
)