diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-06 00:22:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-06 00:22:38 -0300 |
commit | 1466ed00675eaf6cb3e94d742ab1fc5f7c96279b (patch) | |
tree | d7168ab9c7b37ba4023474635c24e28bdf8dfb91 /db/re/item_db.conf | |
parent | cf326d1a483526d92c2ad7d8f0e12a815753dd26 (diff) | |
download | serverdata-1466ed00675eaf6cb3e94d742ab1fc5f7c96279b.tar.gz serverdata-1466ed00675eaf6cb3e94d742ab1fc5f7c96279b.tar.bz2 serverdata-1466ed00675eaf6cb3e94d742ab1fc5f7c96279b.tar.xz serverdata-1466ed00675eaf6cb3e94d742ab1fc5f7c96279b.zip |
Re-spec Evol Potions to follow job_db HP Table.
Piberries Infusion: Lv 1~20
Fates Potion: Lv 20~50
Clotho Liquor: Lv 51~70
Lachesis Brew: Lv 70~99
Atropos Mixture: Lv 100~160
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0d6258ecc..b339fe1e1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -555,8 +555,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 240; - @max = 440; + @min = 400; + @max = 1300; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -575,8 +575,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 440; - @max = 640; + @min = 1300; + @max = 2600; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -595,8 +595,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 640; - @max = 900; + @min = 2600; + @max = 3300; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -615,9 +615,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 900; - @max = 1200; - @delay = 5; + @min = 3300; + @max = 4250; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -636,9 +635,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 1200; - @max = 2400; - @delay = 5; + @min = 4250; + @max = 5500; @delay = 5; @type = 2; doevent "rand_sc_heal::OnUse"; |