summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index b9f28f248..c6fabf246 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2232,8 +2232,8 @@ item_db: (
AegisName: "DivineApple"
Name: "Divine Apple"
Type: "IT_HEALING"
- Buy: 400
- Sell: 100
+ Buy: 40000
+ Sell: 10000
Weight: 1
Gender: "SEX_ANY"
WeaponLv: 0
@@ -2242,13 +2242,13 @@ item_db: (
ViewSprite: 598
BindOnEquip: false
BuyingStore: true
- Delay: 800
+ Delay: 100
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 10;
- @max = 100;
- @delay = 4;
+ @min = 5000;
+ @max = 10000;
+ @delay = 2;
@type = 1;
doevent "rand_sc_heal::OnUse";
">