diff options
author | Reid <reidyaro@gmail.com> | 2016-01-17 06:10:13 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-17 06:10:13 +0100 |
commit | 57340e092eeb44214d3ab3c8636faf6161b36c7b (patch) | |
tree | 1d3684fe775ebc3dd77136565967a9544ca57a17 /db/re | |
parent | 84fabf853793907df100cadad6400f9a457439d4 (diff) | |
download | serverdata-57340e092eeb44214d3ab3c8636faf6161b36c7b.tar.gz serverdata-57340e092eeb44214d3ab3c8636faf6161b36c7b.tar.bz2 serverdata-57340e092eeb44214d3ab3c8636faf6161b36c7b.tar.xz serverdata-57340e092eeb44214d3ab3c8636faf6161b36c7b.zip |
Change price and effect of potions.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6b77d905..88430035 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -696,7 +696,7 @@ item_db: ( AegisName: "PibberiesInfusion" Name: "Pibberies Infusion" Type: "IT_HEALING" - Buy: 60 + Buy: 140 Sell: 20 Weight: 15 Atk: 0 @@ -718,7 +718,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - itemheal rand(45, 55), 0; + itemheal rand(110, 130), 0; "> }, { @@ -756,7 +756,7 @@ item_db: ( AegisName: "ClothoLiquor" Name: "Clotho Liquor" Type: "IT_HEALING" - Buy: 500 + Buy: 600 Sell: 150 Weight: 16 Atk: 0 @@ -786,8 +786,8 @@ item_db: ( AegisName: "LachesisBrew" Name: "Lachesis Brew" Type: "IT_HEALING" - Buy: 900 - Sell: 220 + Buy: 1000 + Sell: 150 Weight: 14 Atk: 0 Matk: 0 @@ -808,7 +808,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - itemheal rand(1200, 1400), 0; + itemheal rand(1100, 1300), 0; "> }, { @@ -816,8 +816,8 @@ item_db: ( AegisName: "AtroposMixture" Name: "Atropos Mixture" Type: "IT_HEALING" - Buy: 1750 - Sell: 500 + Buy: 2450 + Sell: 300 Weight: 15 Atk: 0 Matk: 0 @@ -834,11 +834,11 @@ item_db: ( View: 524 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 10000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - itemheal rand(2700, 3300), 0; + itemheal rand(2300, 2550), 0; "> }, { @@ -846,8 +846,8 @@ item_db: ( AegisName: "ElixirOfLife" Name: "Elixir Of Life" Type: "IT_HEALING" - Buy: 3500 - Sell: 1000 + Buy: 5000 + Sell: 500 Weight: 20 Atk: 0 Matk: 0 @@ -864,7 +864,7 @@ item_db: ( View: 525 BindOnEquip: false BuyingStore: true - Delay: 10000 + Delay: 20000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" |