diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 22:48:47 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 22:48:47 -0200 |
commit | cd237b94dfa0103d15ff72152b7ebf784be2bd18 (patch) | |
tree | 9c457e179e9be9826178f4e1ae04c7fce8619fd7 /db/re/item_db.conf | |
parent | df3505e3b68f9c9f0a16020f6197c0feb655096c (diff) | |
download | serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.tar.gz serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.tar.bz2 serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.tar.xz serverdata-cd237b94dfa0103d15ff72152b7ebf784be2bd18.zip |
Cut several zeros in several places to please @demure and @Xtreem and make balance
more smooth. Jhedia was on previous commit. Ingot sell price adjusted accordingly.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 88f71fa36..842450669 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3314,7 +3314,7 @@ item_db: ( Name: "Iron Ingot" Type: "IT_ETC" Buy: 37500 - Sell: 9240 + Sell: 924 Weight: 260 Refine: false ViewSprite: 770 @@ -4165,7 +4165,7 @@ item_db: ( Name: "Copper Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 5000 + Sell: 500 Weight: 1000 }, { @@ -4174,7 +4174,7 @@ item_db: ( Name: "Lead Ingot" Type: "IT_ETC" Buy: 22000 - Sell: 5800 + Sell: 580 Weight: 1000 }, { @@ -4183,7 +4183,7 @@ item_db: ( Name: "Tin Ingot" Type: "IT_ETC" Buy: 18000 - Sell: 5600 + Sell: 560 Weight: 1000 }, { @@ -4192,7 +4192,7 @@ item_db: ( Name: "Silver Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 5200 + Sell: 520 Weight: 1000 }, { @@ -4201,7 +4201,7 @@ item_db: ( Name: "Gold Ingot" Type: "IT_ETC" Buy: 24000 - Sell: 5400 + Sell: 540 Weight: 1000 }, { @@ -4210,7 +4210,7 @@ item_db: ( Name: "Platinum Ingot" Type: "IT_ETC" Buy: 180000 - Sell: 50000 + Sell: 5000 Weight: 1000 }, { @@ -4219,7 +4219,7 @@ item_db: ( Name: "Iridium Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 6200 + Sell: 620 Weight: 1000 }, { @@ -4228,7 +4228,7 @@ item_db: ( Name: "Titanium Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 6000 + Sell: 600 Weight: 1000 }, { |