summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/quest_db.conf4
-rw-r--r--db/re/item_db.conf12
2 files changed, 11 insertions, 5 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf
index 006736f43..3b01b035d 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -200,6 +200,10 @@ quest_db: (
Id: 73
Name: "HalinarzoQuest_SickWife"
},
+{
+ Id: 74
+ Name: "HalinarzoQuest_LifeDelight"
+},
// ID 91 to 110: Hurnscald Quests
{
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ab2a4dea6..354dbba90 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1479,18 +1479,20 @@ item_db: (
Name: "Tonori Delight"
Type: "IT_HEALING"
Buy: 50
- Sell: 25
- Weight: 4
+ Sell: 20
+ Weight: 2
Refine: false
ViewSprite: 571
BuyingStore: true
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 4;
- @max = 400;
- @delay = 3;
+ @min = 375;
+ @max = 910;
+ @delay = 6;
@type = 1;
+ heal 0, rand(40,180);
+ sc_start SC_ATTHASTE_POTION1, 10000, 3;
doevent "rand_sc_heal::OnUse";
">
},