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 96d1b89af..ee9d79847 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2259,8 +2259,8 @@ item_db: (
Name: "Snake Egg"
Type: "IT_HEALING"
Buy: 400
- Sell: 100
- Weight: 1
+ Sell: 98
+ Weight: 8
Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
@@ -2272,8 +2272,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 10;
- @max = 100;
+ @min = 100;
+ @max = 200;
@delay = 4;
@type = 1;
doevent "rand_sc_heal::OnUse";