diff options
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 |