diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 11:15:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 11:15:26 -0300 |
commit | f1be4ad29570507dff5d9eece0ced21fcab341f5 (patch) | |
tree | 66ed7bf167f65ff41303ef3c20fb3a23da6e609f /db/re/item_db.conf | |
parent | 8175d9e5ce41890ab23f33a21ad6da1402c8b43a (diff) | |
download | serverdata-f1be4ad29570507dff5d9eece0ced21fcab341f5.tar.gz serverdata-f1be4ad29570507dff5d9eece0ced21fcab341f5.tar.bz2 serverdata-f1be4ad29570507dff5d9eece0ced21fcab341f5.tar.xz serverdata-f1be4ad29570507dff5d9eece0ced21fcab341f5.zip |
All Evol pots redo
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index df4523a34..3afd4d646 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -505,9 +505,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 250; - @max = 650; - @delay = 6; + @min = 240; + @max = 440; + @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; "> @@ -526,8 +526,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 240; - @max = 260; + @min = 440; + @max = 640; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -547,8 +547,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 575; - @max = 625; + @min = 640; + @max = 900; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -568,8 +568,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 1100; - @max = 1300; + @min = 900; + @max = 1200; + @delay = 5; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -589,8 +590,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 2300; - @max = 2550; + @min = 1200; + @max = 2400; + @delay = 5; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; |