summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 9c8139585..9a14011e1 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -305,6 +305,8 @@ item_db: (
if (rand(10000) < 1000)
sc_start SC_POISON, 7000, 0;
callfunc("ItHeal2", 1, 2);
+ // Gives you 3 extra minutes of cooldown
+ @leechio=max(gettimetick(2), @leechio)+180;
">
},
{
@@ -610,6 +612,7 @@ item_db: (
sc_end SC_FROSTMISTY;
sc_end SC_VENOMBLEED;
sc_end SC_QUAGMIRE;
+ sc_end SC_MOVESLOW_POTION;
sc_end SC_FROSTMISTY;
sc_end SC_HALT_REGENERATION;
sc_end SC_BOTTER_SYNDROME;
@@ -620,6 +623,9 @@ item_db: (
@sickio=max(gettimetick(2), @sickio)+30;
@purifio=max(gettimetick(2), @purifio)+30;
@bleedio=max(gettimetick(2), @bleedio)+30;
+ @frostio=max(gettimetick(2), @frostio)+30;
+ @leechio=max(gettimetick(2), @leechio)+30;
+ @windyio=max(gettimetick(2), @windyio)+30;
">
},
{
@@ -1874,6 +1880,7 @@ item_db: (
sc_start SC_POISON, 9000, 0, 3200;
callfunc("ItHeal", 3, 18, 40);
getitem EmptyBottle, 1;
+ @leechio=0;
">
},
{
@@ -2104,6 +2111,8 @@ item_db: (
if (rand(10000) < 6000)
sc_start callfunc("any", SC_POISON, SC_SILENCE, SC_POISON, SC_CONFUSE, SC_POISON, SC_POISON), rand(10000, 30000), 0;
itemheal 0, rand(10,200);
+ // Gives you 2 extra minutes of cooldown
+ @leechio=max(gettimetick(2), @leechio)+120;
">
},
{
@@ -3161,6 +3170,8 @@ item_db: (
sc_end SC_CURSE;
sc_end SC_BLIND;
percentheal 1, 10;
+ // Gives you 4 extra minutes of cooldown
+ @frostio=max(gettimetick(2), @frostio)+240;
">
},
{