From 46361d4055beb2443ed33c6eb765427f71048189 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 May 2022 18:13:59 -0300 Subject: Price for some recipes is now automatically generated. This means you'll sell items by the total cost of their materials. It also makes possible to buy the items in theory. And dismantling them is no longer a profitable "cheat" --- db/re/item_db.conf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5f6081bec..c2469b147 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2639,8 +2639,8 @@ item_db: ( AegisName: "PrecisionPotion" Name: "Precision Potion" Type: "IT_USABLE" - Buy: 500000 - Sell: 0 + Buy: 10000 + Sell: 100 Weight: 20 Refine: false Delay: 500 @@ -2902,7 +2902,7 @@ item_db: ( Name: "Sacred Life Potion" Type: "IT_USABLE" Buy: 1000000 - Sell: 0 + Sell: 5600 Weight: 50 Refine: false Delay: 500 @@ -2920,7 +2920,7 @@ item_db: ( Name: "Sacred Mana Potion" Type: "IT_USABLE" Buy: 1000000 - Sell: 0 + Sell: 5600 Weight: 50 Refine: false Delay: 500 @@ -2937,8 +2937,8 @@ item_db: ( AegisName: "DodgePotion" Name: "Dodge Potion" Type: "IT_USABLE" - Buy: 1000000 - Sell: 0 + Buy: 10000 + Sell: 100 Weight: 20 Refine: false Delay: 500 @@ -3161,7 +3161,7 @@ item_db: ( Name: "Magic Apple" Type: "IT_USABLE" Buy: 1000000 - Sell: 0 + Sell: 15000 Weight: 10 Refine: false Delay: 500 @@ -4391,8 +4391,8 @@ item_db: ( AegisName: "MylarinDust" Name: "Mylarin Dust" Type: "IT_ETC" - Buy: 10000 - Sell: 500 + Buy: 1000000 + Sell: 50000 Weight: 20 Refine: false }, @@ -4557,8 +4557,8 @@ item_db: ( AegisName: "SunnyCrystal" Name: "Sunny Crystal" Type: "IT_ETC" - Buy: 500000 - Sell: 10000 + Buy: 5000000 + Sell: 200000 Weight: 300 Refine: false }, @@ -5115,7 +5115,7 @@ item_db: ( Name: "Mana Piou Feathers" Type: "IT_ETC" Buy: 20 - Sell: 9 + Sell: 8 Weight: 1 Refine: false }, @@ -18772,7 +18772,7 @@ item_db: ( Name: "Sacred Immortality Potion" Type: "IT_USABLE" Buy: 1000000 - Sell: 0 + Sell: 11100 Weight: 500 Refine: false Delay: 500 @@ -18924,7 +18924,7 @@ item_db: ( Name: "Homun Stat Reset Potion" Type: "IT_USABLE" Buy: 50000 - Sell: 5000 + Sell: 5250 Weight: 20 Refine: false KeepAfterUse: false -- cgit v1.2.3-70-g09d2