summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf1
-rw-r--r--db/re/item_db.conf32
2 files changed, 17 insertions, 16 deletions
diff --git a/db/constants.conf b/db/constants.conf
index c9fcf425..5f6bd8ab 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4086,6 +4086,7 @@ constants_db: {
NPC_SABINE: 184
NPC_MIKHAIL: 185
NPC_TROUPE_LEADER: 186
+ NPC_SIMON: 187
NPC_CONFUSED_TREE: 400
NPC_ALIGE: 401
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