summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 85836f093..b698ed89b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1668,8 +1668,8 @@ item_db: (
Name: "Mouboo Steak"
Type: "IT_HEALING"
Buy: 50
- Sell: 25
- Weight: 4
+ Sell: 26
+ Weight: 250
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1680,9 +1680,9 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 4;
+ @min = 250;
@max = 400;
- @delay = 3;
+ @delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">