diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-25 17:43:10 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-25 17:43:10 -0200 |
commit | e115717b8a686a22493e48680c588f6556f29881 (patch) | |
tree | f8542a52b70ca6ad4db2572a4dfddef0dba38e8a /db/re | |
parent | 84c267ef1bc9af8df309dc383bb2d294255eeead (diff) | |
download | serverdata-e115717b8a686a22493e48680c588f6556f29881.tar.gz serverdata-e115717b8a686a22493e48680c588f6556f29881.tar.bz2 serverdata-e115717b8a686a22493e48680c588f6556f29881.tar.xz serverdata-e115717b8a686a22493e48680c588f6556f29881.zip |
Reduce full bottle weight to make them more usable
(but less realist, the price we must pay...)
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 27f19f6c9..e81a51033 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1011,7 +1011,7 @@ item_db: ( Type: "IT_HEALING" Buy: 80 Sell: 35 - Weight: 300 + Weight: 30 Refine: false ViewSprite: 547 Delay: 500 @@ -1844,7 +1844,7 @@ item_db: ( Type: "IT_HEALING" Buy: 500 Sell: 50 - Weight: 290 + Weight: 29 Refine: false ViewSprite: 595 Delay: 400 @@ -1869,7 +1869,7 @@ item_db: ( Type: "IT_HEALING" Buy: 400 Sell: 30 - Weight: 300 + Weight: 30 Refine: false ViewSprite: 596 Delay: 450 @@ -2043,7 +2043,7 @@ item_db: ( Type: "IT_HEALING" Buy: 40 Sell: 20 - Weight: 350 + Weight: 35 Refine: false ViewSprite: 605 Delay: 450 @@ -2306,7 +2306,7 @@ item_db: ( Type: "IT_HEALING" Buy: 400 Sell: 80 - Weight: 300 + Weight: 30 Refine: false ViewSprite: 596 Delay: 450 |