From de8afd9a48f4b6180e30de885d980fb2cf8c7538 Mon Sep 17 00:00:00 2001 From: Micksha Date: Thu, 11 Apr 2019 21:13:02 +0000 Subject: Add Simon, Wyaras Apprentice, and his Potion shop along with updating (not fixing, really) his potions --- db/re/item_db.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0dd35a51..753dc25a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1294,8 +1294,8 @@ item_db: ( AegisName: "SmallHealing" Name: "Small Healing Potion" Type: "IT_HEALING" - Buy: 2500 - Sell: 300 + Buy: 500 + Sell: 45 Weight: 32 Atk: 0 Matk: 0 @@ -1311,8 +1311,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 200; - @max = 300; + @min = 300; + @max = 500; @delay = 3; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -1323,8 +1323,8 @@ item_db: ( AegisName: "MediumHealing" Name: "Medium Healing Potion" Type: "IT_HEALING" - Buy: 5000 - Sell: 650 + Buy: 850 + Sell: 75 Weight: 64 Atk: 0 Matk: 0 @@ -1340,8 +1340,8 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 400; - @max = 600; + @min = 500; + @max = 800; @delay = 4; @type = 2; doevent "rand_sc_heal::OnUse"; @@ -1352,8 +1352,8 @@ item_db: ( AegisName: "LargeHealing" Name: "Large Healing Potion" Type: "IT_HEALING" - Buy: 10000 - Sell: 1250 + Buy: 2480 + Sell: 350 Weight: 128 Atk: 0 Matk: 0 @@ -1381,8 +1381,8 @@ item_db: ( AegisName: "SmallMana" Name: "Small Mana Potion" Type: "IT_HEALING" - Buy: 2000 - Sell: 250 + Buy: 750 + Sell: 65 Weight: 32 Atk: 0 Matk: 0 @@ -1406,8 +1406,8 @@ item_db: ( AegisName: "MediumMana" Name: "Medium Mana Potion" Type: "IT_HEALING" - Buy: 5000 - Sell: 600 + Buy: 1650 + Sell: 205 Weight: 64 Atk: 0 Matk: 0 @@ -1431,8 +1431,8 @@ item_db: ( AegisName: "LargeMana" Name: "Large Mana Potion" Type: "IT_HEALING" - Buy: 10000 - Sell: 1500 + Buy: 3240 + Sell: 340 Weight: 128 Atk: 0 Matk: 0 -- cgit v1.2.3-70-g09d2