diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:43:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:43:45 -0300 |
commit | bebe7949c6bb5064bd37298726dbf3323dad4405 (patch) | |
tree | 725ac5730b3a801fd842ea6f4a1692d6b12ae342 /db/re | |
parent | 545b1d19f92791bdcf87a1f7f77ea7acf6110cfa (diff) | |
download | serverdata-bebe7949c6bb5064bd37298726dbf3323dad4405.tar.gz serverdata-bebe7949c6bb5064bd37298726dbf3323dad4405.tar.bz2 serverdata-bebe7949c6bb5064bd37298726dbf3323dad4405.tar.xz serverdata-bebe7949c6bb5064bd37298726dbf3323dad4405.zip |
Sanitize ore price (applies to official) + remaster FOS formula
(and make it visible)
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 4bfa8fb48..670c73c10 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4808,8 +4808,8 @@ item_db: ( AegisName: "CopperOre" Name: "Copper Ore" Type: "IT_ETC" - Buy: 10000 - Sell: 200 + Buy: 1000 + Sell: 250 Weight: 750 }, { @@ -4817,8 +4817,8 @@ item_db: ( AegisName: "LeadOre" Name: "Lead Ore" Type: "IT_ETC" - Buy: 11000 - Sell: 900 + Buy: 4000 + Sell: 1000 Weight: 750 }, { @@ -4826,8 +4826,8 @@ item_db: ( AegisName: "TinOre" Name: "Tin Ore" Type: "IT_ETC" - Buy: 9000 - Sell: 750 + Buy: 3600 + Sell: 900 Weight: 750 }, { @@ -4835,7 +4835,7 @@ item_db: ( AegisName: "SilverOre" Name: "Silver Ore" Type: "IT_ETC" - Buy: 10000 + Buy: 2000 Sell: 500 Weight: 750 }, @@ -4844,8 +4844,8 @@ item_db: ( AegisName: "GoldOre" Name: "Gold Ore" Type: "IT_ETC" - Buy: 12500 - Sell: 700 + Buy: 3000 + Sell: 750 Weight: 750 }, { @@ -4853,7 +4853,7 @@ item_db: ( AegisName: "PlatinumOre" Name: "Platinum Ore" Type: "IT_ETC" - Buy: 40000 + Buy: 24000 Sell: 6000 Weight: 750 }, @@ -4862,7 +4862,7 @@ item_db: ( AegisName: "IridiumOre" Name: "Iridium Ore" Type: "IT_ETC" - Buy: 20000 + Buy: 16000 Sell: 4000 Weight: 750 }, @@ -4871,7 +4871,7 @@ item_db: ( AegisName: "TitaniumOre" Name: "Titanium Ore" Type: "IT_ETC" - Buy: 20000 + Buy: 6000 Sell: 1500 Weight: 750 }, @@ -5107,7 +5107,7 @@ item_db: ( AegisName: "EverburnPowder" Name: "Everburn Powder" Type: "IT_ETC" - Buy: 50000 + Buy: 15000 Sell: 3500 Weight: 100 Refine: false |